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-cvs-980224-01h00-MET: results on i586-linux-gnulibc1 box


	Hello !

Below are the testsuite results for the egcs-cvs-980224-01h00-MET snapshot 
(actually egcs-980221)

First, some results from personal tests (case someone's interested in):
 
(--1--) 9801{15,22} and 9802{05,14,21} snapshots don't cure the floating point
arithmetic problem I've reported
(http://www.cygnus.com/ml/egcs-bugs/1998-Jan/0199.html)
 
(--2--) (http://www.cygnus.com/ml/egcs-bugs/1998-Feb/0265.html) bug is still
present in 980221-snapshot

(--3--) Here's a new bug with this 980221-snapshot. it occurs with the 
following testcase and has to do with typedef-ining template-typename:

==begin testcase==
#include <hash_map>
 
static hashmap<int,int> hm;
 
/*
$ g++ -c bug05.cc 
In file included from /usr/local/egcs-cvs-980224-01h00-MET/include/g++/hash_map:31,
                 from bug05.cc:1:
/usr/local/egcs-cvs-980224-01h00-MET/include/g++/stl_hashtable.h:150: warning: decimal integer constant is so large that it is unsigned
/usr/local/egcs-cvs-980224-01h00-MET/include/g++/stl_hashtable.h:150: warning: decimal integer constant is so large that it is unsigned
In file included from /usr/local/egcs-cvs-980224-01h00-MET/include/g++/hash_map:34,
                 from bug05.cc:1:
/usr/local/egcs-cvs-980224-01h00-MET/include/g++/stl_hash_map.h:57: `__eq<>' does not match any template declaration
/usr/local/egcs-cvs-980224-01h00-MET/include/g++/stl_hash_map.h:57: confused by earlier errors, bailing out


Also, note that the warnings are bogus since the decimal integer constants 
implied are defined as "static const unsigned long"s. 
(I did already report this problem)
*/

==end testcase==



Regards, Max


 
----------
libc.5.39 & ld.so.1.9.5 & binutils-2.8.1.0.15
./configure --enable-shared
BOOT_CFLAGS="-O6 -g"
 
----------
Native configuration is i586-pc-linux-gnulibc1

		=== gcc tests ===

		=== gcc Summary ===

# of expected passes		6007
# of expected failures		6
# of unsupported tests		8
/work/egcs/gcc/xgcc version egcs-2.91.09 980221 (gcc-2.8.0 release)

		=== g++ tests ===

FAIL: g++.mike/p5840.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		3708
# of unexpected failures	1
# of expected failures		80
# of untested testcases		6
/work/egcs/gcc/testsuite/../xgcc version egcs-2.91.09 980221 (gcc-2.8.0 release)

		=== g77 tests ===

FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: g77.f-torture/execute/dnrm2.f execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 

		=== g77 Summary ===

# of expected passes		130
# of unexpected failures	2
/work/egcs/gcc/g77 version egcs-2.91.09 980221 (gcc-2.8.0 release)


                === libio tests ===                                 

                === libio Summary ===   

# of expected passes            40


                === libstdc++ tests ===

                === libstdc++ Summary ===

# of expected passes            30


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