This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: B19: As bug (NT)


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]