From: khan@xraylith.wisc.edu (Mumit Khan)
Subject: Re: B19: As bug (NT)
9 Sep 1998 18:09:08 -0700
Message-ID: <Pine.SUN.3.93.980909012645.16589A-100000.cygnus.gnu-win32@modi.xraylith.wisc.edu>
References: <01CDE14BF507D2119A0C00805FBBB7133BCD7C@ermail3.er.bosch.de>
Reply-To: Mumit Khan <khan@xraylith.wisc.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: "Nicklas Klaus (AT/ESP1)" <Klaus.Nicklas@pcm.bosch.de>
Cc: gnu-win32@cygnus.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@cygnus.com" with one line of text: "help".
