------- Comment #30 from bergner at gcc dot gnu dot org 2009-07-02 02:23 ------- Comparing the testsuite runs against the result from r149023 (the commit previous to the cond-optab checkin), the default 32-bit testsuite run showed no regressions. The 64-bit default testsuite run has a few extra regressions. The first I looked at [FAIL: gcc.dg/20020425-1.c (test for excess errors), both -m32 and -m64] was due to cc1 SEGV'ing. I'll build a debug compiler and use gdb to see where we're at. We also have this difference:
Running target unix/-m32 -FAIL: abi_check +FAIL: 21_strings/basic_string/cons/char/1.cc execution test +FAIL: 21_strings/basic_string/cons/wchar_t/1.cc execution test +FAIL: 21_strings/basic_string/init-list.cc execution test +FAIL: 21_strings/basic_string/insert/char/1.cc execution test [snip lots more fails] Does the "abi_check" failure mean we didn't even run these tests with the "base" compiler? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40597