From: khan AT xraylith DOT wisc DOT edu (Mumit Khan) Subject: Re: B19: As bug (NT) 9 Sep 1998 18:09:08 -0700 Message-ID: References: <01CDE14BF507D2119A0C00805FBBB7133BCD7C AT ermail3 DOT er DOT bosch DOT de> Reply-To: Mumit Khan Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: "Nicklas Klaus (AT/ESP1)" Cc: gnu-win32 AT cygnus DOT com On Tue, 8 Sep 1998, Nicklas Klaus (AT/ESP1) wrote: > This simple C-Source file produces an access violation in As.exe > > C-Source: > void AsError( void ); > > void (* const FuncTable[])() = > { > ( void (*)()) AsError > }; > > void AsError( void ) > { > } Please upgrade to egcs compilers. B19 compiler is quite old by now. See http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ for more info. Regards, Mumit - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".