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

Results for 4.5.0 (GCC) testsuite on x86_64-unknown-linux-gnu


Problem when building stage 2: 

cp/except.o: In function `nothrow_libfn_p':
except.c:(.text+0x126d): undefined reference to `libc_name_p'
collect2: ld gab 1 als Ende-Status zurÃck.

I found the same problem in this message:

http://gcc.gnu.org/ml/gcc-help/2009-10/msg00402.html

When I checked cfns.h, which was mentioned as the cause of this problem,
it turned out to be completely empty, both in Release 4.5.0 and in the
svn top revision.

When I copied cfns.h from Release 4.2.2 into gcc/cp compilation finished
successfully and gave the following results:





LAST_UPDATED: Obtained from SVN: tags/gcc_4_5_0_release revision 158339

=== acats tests ===

=== acats Summary ===
# of expected passes 2321
# of unexpected failures 0
Native configuration is x86_64-unknown-linux-gnu

=== gcc tests ===


Running target unix
FAIL: gcc.dg/graphite/pr43012.c execution test
XPASS: gcc.dg/guality/example.c  -O0  execution test
XPASS: gcc.dg/guality/example.c  -O1  execution test
XPASS: gcc.dg/guality/example.c  -O2  execution test
XPASS: gcc.dg/guality/example.c  -O2 -flto  execution test
XPASS: gcc.dg/guality/example.c  -O2 -fwhopr  execution test
XPASS: gcc.dg/guality/guality.c  -O0  execution test
XPASS: gcc.dg/guality/guality.c  -O1  execution test
XPASS: gcc.dg/guality/guality.c  -O2  execution test
XPASS: gcc.dg/guality/guality.c  -O3 -fomit-frame-pointer  execution
test
XPASS: gcc.dg/guality/guality.c  -O3 -g  execution test
XPASS: gcc.dg/guality/guality.c  -Os  execution test
XPASS: gcc.dg/guality/guality.c  -O2 -flto  execution test
XPASS: gcc.dg/guality/guality.c  -O2 -fwhopr  execution test
XPASS: gcc.dg/guality/pr41353-1.c  -O0  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c  -O1  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c  -O2  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c  -O3 -fomit-frame-pointer  line 28 j
== 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c  -O3 -g  line 28 j == 28 + 37
XPASS: gcc.dg/guality/pr41353-1.c  -Os  line 28 j == 28 + 37
FAIL: gcc.dg/guality/pr41353-1.c  -O2 -flto  line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c  -O2 -flto  line 28 i1 == 2 * 37
FAIL: gcc.dg/guality/pr41353-1.c  -O2 -flto  line 28 i2 == 3 * 37
FAIL: gcc.dg/guality/pr41353-1.c  -O2 -fwhopr  line 28 i == 37
FAIL: gcc.dg/guality/pr41353-1.c  -O2 -fwhopr  line 28 i1 == 2 * 37
FAIL: gcc.dg/guality/pr41353-1.c  -O2 -fwhopr  line 28 i2 == 3 * 37
XPASS: gcc.dg/guality/pr41447-1.c  -O0  execution test
XPASS: gcc.dg/guality/pr41616-1.c  -O0  execution test
XPASS: gcc.dg/guality/pr41616-1.c  -O1  execution test
XPASS: gcc.dg/guality/pr41616-1.c  -O2  execution test
XPASS: gcc.dg/guality/pr41616-1.c  -Os  execution test
XPASS: gcc.dg/guality/pr41616-1.c  -O2 -flto  execution test
XPASS: gcc.dg/guality/pr41616-1.c  -O2 -fwhopr  execution test
FAIL: gcc.dg/guality/vla-1.c  -O0  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O0  line 24 sizeof (a) == 17 * sizeof
(short)
FAIL: gcc.dg/guality/vla-1.c  -O1  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O1  line 24 sizeof (a) == 17 * sizeof
(short)
FAIL: gcc.dg/guality/vla-1.c  -O2  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O2  line 24 sizeof (a) == 17 * sizeof
(short)
FAIL: gcc.dg/guality/vla-1.c  -O3 -fomit-frame-pointer  line 17 sizeof
(a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O3 -fomit-frame-pointer  line 24 sizeof
(a) == 17 * sizeof (short)
FAIL: gcc.dg/guality/vla-1.c  -O3 -g  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O3 -g  line 24 sizeof (a) == 17 * sizeof
(short)
FAIL: gcc.dg/guality/vla-1.c  -Os  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -Os  line 24 sizeof (a) == 17 * sizeof
(short)
FAIL: gcc.dg/guality/vla-1.c  -O2 -flto  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O2 -flto  line 24 sizeof (a) == 17 *
sizeof (short)
FAIL: gcc.dg/guality/vla-1.c  -O2 -fwhopr  line 17 sizeof (a) == 6
FAIL: gcc.dg/guality/vla-1.c  -O2 -fwhopr  line 24 sizeof (a) == 17 *
sizeof (short)

=== gcc Summary ===

# of expected passes 72381
# of unexpected failures 23
# of unexpected successes 26
# of expected failures 199
# of unsupported tests 965
/home/hendrik/work/bld-4.5.0/osj1/01/gcc/xgcc  version 4.5.0 (GCC) 

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes 34131
# of expected failures 32
# of unsupported tests 68
/home/hendrik/work/bld-4.5.0/osj1/01/gcc/testsuite/gfortran/../../gfortran  version 4.5.0 (GCC) 

=== g++ tests ===


Running target unix

=== g++ Summary ===

# of expected passes 22690
# of expected failures 151
# of unsupported tests 303
/home/hendrik/work/bld-4.5.0/osj1/01/gcc/testsuite/g++/../../g++
version 4.5.0 (GCC) 

=== gnat tests ===


Running target unix

=== gnat Summary ===

# of expected passes 758
# of expected failures 7
=== obj-c++ tests ===


Running target unix
XPASS: obj-c++.dg/comp-types-10.mm -fgnu-runtime (test for excess
errors)
UNRESOLVED: obj-c++.dg/lookup-2.mm -fgnu-runtime compilation failed to
produce executable
UNRESOLVED: obj-c++.dg/try-catch-2.mm -fgnu-runtime compilation failed
to produce executable
UNRESOLVED: obj-c++.dg/try-catch-9.mm -fgnu-runtime compilation failed
to produce executable

=== obj-c++ Summary ===

# of expected passes 428
# of unexpected successes 1
# of expected failures 14
# of unresolved testcases 3
# of unsupported tests 13
/home/hendrik/work/bld-4.5.0/osj1/01/gcc/testsuite/obj-c++/../../g++
version 4.5.0 (GCC) 

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes 1868
# of expected failures 15
# of unsupported tests 21
/home/hendrik/work/bld-4.5.0/osj1/01/gcc/xgcc  version 4.5.0 (GCC) 

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes 1624
# of expected failures 10
# of unsupported tests 15
=== libgomp tests ===


Running target unix

=== libgomp Summary ===

# of expected passes 2506
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes 2574
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c/fail31-frag.c (-O3) output pattern test
FAIL: libmudflap.c/pass45-frag.c (-O3) execution test
FAIL: libmudflap.c/pass45-frag.c (-O3) output pattern test
FAIL: libmudflap.c/pass45-frag.c (-O3) execution test
FAIL: libmudflap.c/pass45-frag.c (-O3) output pattern test
FAIL: libmudflap.c++/error1-frag.cxx  (test for errors, line 5)
FAIL: libmudflap.c++/error1-frag.cxx (test for excess errors)
FAIL: libmudflap.c++/error2-frag.cxx  (test for errors, line 6)
FAIL: libmudflap.c++/error2-frag.cxx  (test for errors, line 8)
FAIL: libmudflap.c++/error2-frag.cxx (test for excess errors)
FAIL: libmudflap.c++/pass41-frag.cxx execution test
FAIL: libmudflap.c++/error1-frag.cxx (-static)  (test for errors, line
5)
FAIL: libmudflap.c++/error1-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/error2-frag.cxx (-static)  (test for errors, line
6)
FAIL: libmudflap.c++/error2-frag.cxx (-static)  (test for errors, line
8)
FAIL: libmudflap.c++/error2-frag.cxx (-static) (test for excess errors)
FAIL: libmudflap.c++/pass41-frag.cxx (-static) execution test
FAIL: libmudflap.c++/error1-frag.cxx ( -O)  (test for errors, line 5)
FAIL: libmudflap.c++/error1-frag.cxx ( -O) (test for excess errors)
FAIL: libmudflap.c++/error2-frag.cxx ( -O)  (test for errors, line 6)
FAIL: libmudflap.c++/error2-frag.cxx ( -O)  (test for errors, line 8)
FAIL: libmudflap.c++/error2-frag.cxx ( -O) (test for excess errors)
FAIL: libmudflap.c++/pass41-frag.cxx ( -O) execution test
FAIL: libmudflap.c++/error1-frag.cxx (-O2)  (test for errors, line 5)
FAIL: libmudflap.c++/error1-frag.cxx (-O2) (test for excess errors)
FAIL: libmudflap.c++/error2-frag.cxx (-O2)  (test for errors, line 6)
FAIL: libmudflap.c++/error2-frag.cxx (-O2)  (test for errors, line 8)
FAIL: libmudflap.c++/error2-frag.cxx (-O2) (test for excess errors)
FAIL: libmudflap.c++/pass41-frag.cxx (-O2) execution test
FAIL: libmudflap.c++/error1-frag.cxx (-O3)  (test for errors, line 5)
FAIL: libmudflap.c++/error1-frag.cxx (-O3) (test for excess errors)
FAIL: libmudflap.c++/error2-frag.cxx (-O3)  (test for errors, line 6)
FAIL: libmudflap.c++/error2-frag.cxx (-O3)  (test for errors, line 8)
FAIL: libmudflap.c++/error2-frag.cxx (-O3) (test for excess errors)
FAIL: libmudflap.c++/pass41-frag.cxx (-O3) execution test

=== libmudflap Summary ===

# of expected passes 1859
# of unexpected failures 35
=== libstdc++ tests ===


Running target unix
FAIL: abi_check

=== libstdc++ Summary ===

# of expected passes 7064
# of unexpected failures 1
# of expected failures 95
# of unsupported tests 339

Compiler version: 4.5.0 (GCC) 
Platform: x86_64-unknown-linux-gnu
configure flags: -prefix=/usr/local/gcc-450 --disable-multilib
--enable-languages=java,ada,lto,c,c++,fortran,objc,obj-c++ 


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