This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 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 19:02:24 -0500
- Subject: Re: c++ regressions on powerpc-apple-darwin8.5.0
Under powerpc-apple-darwin9, these new failures appear as...
Executing on host: /sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/gcc/testsuite/g++/../../g++ -B/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/gcc/testsuite/g+
+/../../ /sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C -nostdinc++ -I/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/p
owerpc-apple-darwin9/libstdc++-v3/include/powerpc-apple-darwin9 -I/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/powerpc-apple-darwin9/libstdc++-v3/include -I/sw/src/fi
nk.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/libstdc++-v3/libsupc++ -I/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/libstdc++-v3/include/backward -I/sw/src/fink
.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/libstdc++-v3/testsuite/util -fmessage-length=0 -O2 -L/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/powerpc-apple-dar
win9/./libstdc++-v3/src/.libs -L/sw/src/fink.build/gcc44-4.3.999-20081204/darwin_objdir/powerpc-apple-darwin9/./libstdc++-v3/src/.libs -L/sw/src/fink.build/gcc44-4.3.999-200812
04/darwin_objdir/powerpc-apple-darwin9/./libiberty -multiply_defined suppress -lm -o ./crossjump1.exe (timeout = 300)
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C: In function 'void foo()':
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:21: internal compiler error: in expr_size, at explow.c:250
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
compiler exited with status 1
output is:
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C: In function 'void foo()':
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:21: internal compiler error: in expr_size, at explow.c:250
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
FAIL: g++.dg/eh/crossjump1.C (internal compiler error)
FAIL: g++.dg/eh/crossjump1.C (test for excess errors)
Excess errors:
/sw/src/fink.build/gcc44-4.3.999-20081204/gcc-4.4-20081204/gcc/testsuite/g++.dg/eh/crossjump1.C:21: internal compiler error: in expr_size, at explow.c:250
WARNING: g++.dg/eh/crossjump1.C compilation failed to produce executable
I'll open a PR shortly.
Jack