This is the mail archive of the gcc@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-971201 sparc-sun-solaris2.6 results


FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 

                === gcc Summary ===

# of expected passes            4881
# of unexpected failures        4
# of expected failures          5
# of unsupported tests          6
/local/src/egcs-971201/gcc/xgcc version egcs-2.90.20 971201 (gcc2-970802 experimental)

FAIL: g++.eh/spec3.C (test for excess errors)
XPASS: g++.jason/destruct3.C - (test for bogus messages, line 38)
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test

                === g++ Summary ===

# of expected passes            3400
# of unexpected failures        1
# of unexpected successes       3
# of expected failures          81
# of untested testcases         6

/local/src/egcs-971201/gcc/testsuite/../xgcc version egcs-2.90.20 971201 (gcc2-970802 experimental)
  2577r  1046.6u   402.2s       make -s check CFLAGS=-g -O3 -pipe

[FYI, as was noted by others, g++.eh/spec3.C is a bogus empty file
 when upgraded through patches. -ljr]

#!/bin/sh
#
# Configure, bootstrap and check gcc.

./configure --enable-threads\=pthreads --enable-shared
time make -s bootstrap 'CFLAGS=-g -O3 -pipe'
export LD_LIBRARY_PATH=`pwd`/libraries/libstdc++:$LD_LIBRARY_PATH
time make -s check 'CFLAGS=-g -O3 -pipe'


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