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

egcs 1.1.2 on alpha failiures


make -k check creates a row of failiures on Alpha lx164 RH 5.2 

                === gcc tests ===

Running target unix
Using /usr/local/bin/../share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/bin/../share/dejagnu/config/unix.exp as generic interface file for target.
Using /tmp/olaf/egcs-1.1.2/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.c-torture/code_quality/code_quality.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.c-torture/compile/compile.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.c-torture/execute/execute.exp ...
FAIL: gcc.c-torture/execute/980526-1.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O0 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O1 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O2 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -Os 
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp ...
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/ieee/mzero2.c execution,  -Os 
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.c-torture/noncompile/noncompile.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.c-torture/special/special.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.dg/dg.exp ...
FAIL: gcc.dg/980626-1.c (test for excess errors)
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.failure/failure.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/acker1.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/dg-test.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/dhry.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/gcov.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/matrix1.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/mg.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/msgs.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/optbench.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/sieve.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/gcc.misc-tests/sort2.exp ...

                === gcc Summary ===

# of expected passes            7484
# of unexpected failures        14
# of expected failures          7
# of unsupported tests          18
/tmp/olaf/egcs-1.1.2/obj/gcc/xgcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

make[1]: [check-gcc] Error 1 (ignored)
rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=${srcdir}/../tcl/library ; \
    export TCL_LIBRARY ; fi ; \
runtest --tool g++ 
WARNING: Couldn't find the global config file.
Test Run By olaf on Wed Mar 17 00:16:02 1999
Native configuration is alphaev56-unknown-linux-gnu

                === g++ tests ===

Running target unix
Using /usr/local/bin/../share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/bin/../share/dejagnu/config/unix.exp as generic interface file for target.
Using /tmp/olaf/egcs-1.1.2/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/g++.old-deja/old-deja.exp ...
XPASS: g++.benjamin/p12475.C (test for excess errors)
XPASS: g++.brendan/array1.C overflow in array dimension.* , (test for errors, line 6)
XPASS: g++.jason/thunk3.C (test for excess errors)
XPASS: g++.jason/thunk3.C  Execution test
XPASS: g++.law/profile1.C (test for excess errors)
XPASS: g++.law/profile1.C  Execution test
FAIL: g++.other/new.C (test for excess errors)
FAIL: g++.other/new2.C (test for excess errors)
XPASS: g++.robertl/eb132.C (test for excess errors)
FAIL: g++.robertl/eb15.C (test for excess errors)
FAIL: g++.robertl/eb2.C (test for excess errors)
FAIL: g++.robertl/eb71.C (test for excess errors)

                === g++ Summary ===

# of expected passes            4210
# of unexpected failures        5
# of unexpected successes       7
# of expected failures          85
# of untested testcases         7
/tmp/olaf/egcs-1.1.2/obj/gcc/testsuite/../xgcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)

make[1]: [check-g++] Error 1 (ignored)
rootme=`pwd`; export rootme; \
srcdir=`cd ../../gcc; pwd` ; export srcdir ; \
cd testsuite; \
EXPECT=expect ; export EXPECT ; \
if [ -f ${rootme}/../expect/expect ] ; then  \
   TCL_LIBRARY=${srcdir}/../tcl/library ; \
   export TCL_LIBRARY ; fi ; \
runtest --tool g77 
WARNING: Couldn't find the global config file.
Test Run By olaf on Wed Mar 17 00:25:17 1999
Native configuration is alphaev56-unknown-linux-gnu

                === g77 tests ===

Running target unix
Using /usr/local/bin/../share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/local/bin/../share/dejagnu/config/unix.exp as generic interface file for target.
Using /tmp/olaf/egcs-1.1.2/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/g77.f-torture/compile/compile.exp ...
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/g77.f-torture/execute/execute.exp ...
FAIL: g77.f-torture/execute/auto0.f execution,  -Os 
Running /tmp/olaf/egcs-1.1.2/gcc/testsuite/g77.f-torture/noncompile/noncompile.exp ...

                === g77 Summary ===

# of expected passes            414
# of unexpected failures        1
/tmp/olaf/egcs-1.1.2/obj/gcc/g77 g77 version egcs-2.91.66 19990314 (egcs-1.1.2 release) (from FSF-g77 version 0.5.24-19981002)


Hope this helps somewhat.

Olaf
-- 
"The number of Unix installations       Olaf Schnapauff,
has grown to 10, with more expected."   O.Schnapauff@tu-bs.de  
- The Unix Programmer's Manual,1972     http://www.tu-bs.de/~c0033014/
       See Web page and keyservers  for pgp public key


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