This is the mail archive of the gcc-patches@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]

Re: reload fix for most C++ test failures on ppc-linux.


Am Sam, 19 Feb 2000 schrieb Geoff Keating:
>This patch fixes all of the remaining g++ bugs on powerpc-linux,
>except these which are triggered by enable-checking:
>
>FAIL: g++.oliva/template7.C caused compiler crash
>  (in tsubst_decl at cp/pt.c:5856)
>FAIL: g++.pt/friend32.C caused compiler crash
>FAIL: g++.pt/memtemp64.C caused compiler crash
>  (in note_name_declared_in_class at cp/class.c:6337)

Yes, this patch fixes nearly all problems for me too. I still see
libstdc++/tstring.cc FAIL though, and if I run the g++ testsuite with -O2 I get
these execution failures:

FAIL: g++.eh/vbase1.C  Execution test
FAIL: g++.mike/eh16.C  Execution test
FAIL: g++.mike/eh17.C  Execution test
FAIL: g++.mike/eh29.C  Execution test
FAIL: g++.mike/eh31.C  Execution test
FAIL: g++.mike/eh41.C  Execution test
FAIL: g++.mike/p7912.C  Execution test
FAIL: g++.mike/p9706.C  Execution test
FAIL: g++.other/array1.C  Execution test

I did test some of these with gcc-2.95.2+DWARFEH and they work fine there, so I
assume these tests are valid with optimization.

Franz.

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