gcc 2.95.2: nested stdcall typedefs => sig 11
Fergus Henderson
fjh@cs.mu.OZ.AU
Fri Nov 24 05:19:00 GMT 2000
$ cat stdcall_typedef.c
void foo(void)
{
typedef __attribute__((__stdcall__)) void Foo(void);
}
void bar(void)
{
typedef __attribute__((__stdcall__)) void Bar(void);
}
$ gcc -c stdcall_typedef.c
gcc: Internal compiler error: program cc1 got fatal signal 11
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.2/specs
gcc version 2.95.2 20000220 (Debian GNU/Linux)
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
| of excellence is a lethal habit"
WWW: < http://www.cs.mu.oz.au/~fjh > | -- the last words of T. S. Garp.
More information about the Gcc-bugs
mailing list