Recent checkins break C++

Sean McNeil sean@mcneil.com
Thu Mar 6 01:46:00 GMT 2003


Hello all,

I get the following with the most recent batch of checkins:

configure:3983: 
/usr/home/sean/gnu/windriver/x86-freebsd/mips-wrs-vxworks/gcc/xgcc
-shared-libgcc
-B/usr/home/sean/gnu/windriver/x86-freebsd/mips-wrs-vxworks/gcc/
-nostdinc++ 
-L/usr/home/sean/gnu/windriver/x86-freebsd/mips-wrs-vxworks/mips-wrs-vxworks/libstdc++-v3/src -L/usr/home/sean/gnu/windriver/x86-freebsd/mips-wrs-vxworks/mips-wrs-vxworks/libstdc++-v3/src/.libs -B/usr/wind/host/x86-freebsd/mips-wrs-vxworks/bin/ -B/usr/wind/host/x86-freebsd/mips-wrs-vxworks/lib/ -isystem /usr/wind/host/x86-freebsd/mips-wrs-vxworks/include -isystem /usr/wind/host/x86-freebsd/mips-wrs-vxworks/sys-include -L/usr/home/sean/gnu/windriver/x86-freebsd/mips-wrs-vxworks/ld -c -S -O2 -g -I/usr/home/sean/gnu/windriver/include -I/usr/wind/target/h -include /usr/home/sean/gnu/windriver/include/cpuHack.h conftest.C 1>&5
configure: In function `void foo()':
configure:3978: internal compiler error: tree check: expected class 'd',
have 't
   ' (record_type) in decl_assembler_name, at tree.c:151
Please submit a full bug report

Here is the conftest that it was trying to run:

#line 3972 "configure"
struct S { ~S(); };
void bar();
void foo()
{
  S s;
  bar();
}
EOF

Cheers,
Sean




More information about the Gcc-bugs mailing list