Mail Archives: cygwin/1999/04/13/10:49:48
Date: Tue, 13 Apr 1999 23:47:59 +0900
From: Masaru Inujima <qfwfq AT kt DOT rim DOT or DOT jp>
> Yeah, gcc can't handle raw attributes inside a cast. Try using a
> typedef instead.
Yes, using typedef resolves the problem indeed. But
void (ATTR *pf)(void);
is a variable declaration, not a expression including cast operator.
Moreover, this statement alone does not cause problem. It is
TWO INSTANCES OF THIS DECLARATION IN TWO FUNTIONS which makes
cc1 to dump core. Isn't it funny?
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -