This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
c++ regressions on powerpc-apple-darwin8.5.0
- From: Jack Howarth <howarth at bromo dot med dot uc dot edu>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 4 Dec 2008 12:17:38 -0500
- Subject: c++ regressions on powerpc-apple-darwin8.5.0
We seem to have developed a number of c++ regression on
powerpc-apple-darwin8.5.0 which weren't present in r142401...
http://gcc.gnu.org/ml/gcc-testresults/2008-12/msg00311.html
...that are now present in r142425...
http://gcc.gnu.org/ml/gcc-testresults/2008-12/msg00311.html
These new failures include...
FAIL: g++.dg/eh/crossjump1.C (internal compiler error)
FAIL: g++.dg/eh/crossjump1.C (test for excess errors)
WARNING: g++.dg/eh/crossjump1.C compilation failed to produce executable
FAIL: g++.dg/inherit/covariant1.C (internal compiler error)
FAIL: g++.dg/inherit/covariant1.C (test for excess errors)
WARNING: g++.dg/inherit/covariant1.C compilation failed to produce executable
FAIL: g++.dg/inherit/ptrmem2.C (internal compiler error)
FAIL: g++.dg/inherit/ptrmem2.C (test for excess errors)
FAIL: g++.dg/init/array25.C (internal compiler error)
FAIL: g++.dg/init/array25.C (test for excess errors)
WARNING: g++.dg/init/array25.C compilation failed to produce executable
FAIL: g++.dg/init/copy5.C (internal compiler error)
FAIL: g++.dg/init/copy5.C (test for excess errors)
FAIL: g++.dg/init/value1.C (internal compiler error)
FAIL: g++.dg/init/value1.C (test for excess errors)
WARNING: g++.dg/init/value1.C compilation failed to produce executable
FAIL: g++.old-deja/g++.abi/empty2.C (internal compiler error)
FAIL: g++.old-deja/g++.abi/empty2.C (test for excess errors)
ERROR: tcl error sourcing /Users/regress/tbox/svn-gcc/gcc/testsuite/g++.old-deja/old-deja.exp.
ERROR: unmatched open brace in list
I have a build going on powerpc-apple-darwin9 and will repeat the tests
to get the exact errors from the compiler.
Jack