From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Kaveh R. Ghazi" To: egcs-bugs@cygnus.com, egcs@cygnus.com Subject: Results for sparc-sun-solaris2.5 egcs-CVS19981028 (all objc tests die) Date: Thu, 29 Oct 1998 19:35:00 -0000 Message-id: <199810291633.LAA15931@caip.rutgers.edu> X-SW-Source: 1998-10/msg01215.html Snapshot: egcs-CVS19981028 Platform: sparc-sun-solaris2.5 Stage1 compiler: cc Assembler: native Linker: native BOOT_CFLAGS: none All the objc tests fail because of the following problem: > compiler exited with status 1 > output is: > Undefined first referenced > symbol in file > pthread_getspecific libobjc.a(thr-posix.o) > pthread_self libobjc.a(thr-posix.o) > sched_yield libobjc.a(thr-posix.o) > pthread_key_create libobjc.a(thr-posix.o) > pthread_setspecific libobjc.a(thr-posix.o) > pthread_create libobjc.a(thr-posix.o) > pthread_exit libobjc.a(thr-posix.o) > ld: fatal: Symbol referencing errors. No output written to > /tmp/gcc-testing/egcs-CVS19981028/gcc/testsuite/bf-1.x > collect2: ld returned 1 exit status > > FAIL: objc/execute/bf-1.m compilation, -O The testsuite probably just needs to add -lpthread to the compile. === libio tests === === libio Summary === # of expected passes 40 === libstdc++ tests === === libstdc++ Summary === # of expected passes 30 === gcc tests === FAIL: gcc.c-torture/execute/980506-2.c execution, -O2 FAIL: gcc.c-torture/execute/980506-2.c execution, -O2 -g FAIL: gcc.c-torture/execute/980506-2.c execution, -Os FAIL: gcc.c-torture/execute/980526-1.c execution, -O2 -fomit-frame-pointer -finline-functions FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O0 FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O1 FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O2 FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O2 -fomit-frame-pointer -finline-functions FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -O2 -g FAIL: gcc.c-torture/execute/memcheck/blkarg.c execution, -Os === gcc Summary === # of expected passes 7767 # of unexpected failures 10 # of expected failures 13 # of unsupported tests 19 === g++ tests === FAIL: g++.jason/template18.C undefined (test for errors, line 16) FAIL: g++.law/code-gen5.C (test for excess errors) FAIL: g++.mike/net31.C caused compiler crash === g++ Summary === # of expected passes 4608 # of unexpected failures 3 # of expected failures 88 # of untested testcases 6 === g77 tests === FAIL: g77.f-torture/execute/u77-test.f execution, -O0 FAIL: g77.f-torture/execute/u77-test.f execution, -O1 FAIL: g77.f-torture/execute/u77-test.f execution, -O2 FAIL: g77.f-torture/execute/u77-test.f execution, -O2 -fomit-frame-pointer -finline-functions FAIL: g77.f-torture/execute/u77-test.f execution, -O2 -fomit-frame-pointer -finline-functions -funroll-loops FAIL: g77.f-torture/execute/u77-test.f execution, -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops FAIL: g77.f-torture/execute/u77-test.f execution, -Os === g77 Summary === # of expected passes 437 # of unexpected failures 7 === objc tests === FAIL: objc/execute/bf-1.m compilation, -O FAIL: objc/execute/bf-10.m compilation, -O FAIL: objc/execute/bf-11.m compilation, -O FAIL: objc/execute/bf-12.m compilation, -O FAIL: objc/execute/bf-13.m compilation, -O FAIL: objc/execute/bf-14.m compilation, -O FAIL: objc/execute/bf-15.m compilation, -O FAIL: objc/execute/bf-16.m compilation, -O FAIL: objc/execute/bf-17.m compilation, -O FAIL: objc/execute/bf-18.m compilation, -O FAIL: objc/execute/bf-19.m compilation, -O FAIL: objc/execute/bf-2.m compilation, -O FAIL: objc/execute/bf-3.m compilation, -O FAIL: objc/execute/bf-4.m compilation, -O FAIL: objc/execute/bf-5.m compilation, -O FAIL: objc/execute/bf-6.m compilation, -O FAIL: objc/execute/bf-7.m compilation, -O FAIL: objc/execute/bf-8.m compilation, -O FAIL: objc/execute/bf-9.m compilation, -O === objc Summary === # of unexpected failures 19 # of untested testcases 19