Bug report
Jim Peterson
jspeter@roanoke.infi.net
Sat Oct 24 17:57:00 GMT 1998
Hi,
The appended (erroneous) program incurs an internal compiler error.
--Jim
gcc -V yields:
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/egcs-2.91.57/specs
gcc version egcs-2.91.57 19980901 (egcs-1.1 release)
=======================================================================
#include <list>
typedef struct A_t { int x,y; } A;
int main()
{
A a;
return a.list;
}
More information about the Gcc-bugs
mailing list