This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Recent checkins break C++


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



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