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]

98-08-03 snapshot results on UnixWare 2.1.2 and a bug


1. config.guess identifies this as 'i386-pc-sysv4.2uw2.1.2'.

2. configuration options: ../configure --prefix=/usr/local/$gcc_version --with- gnu-as --without-local-prefix

3. BOOT_CFLAGS='-O3 -march=pentiumpro -funroll-loops -ffast-math'

4. binutils=binutils-2.9.1.0.7

5. libg++=libg++-2.8.2-980731

Although the test results continue to improve (g++ is down to 2
unexpected failures), this snapshot did not respect the
--without-local-prefix option.  That is to say, unlike previous snapshots,
this one reports the following when invoked with -v:

	#include <...> search starts here:
	 /usr/local/include
	 /usr/local/egcs-19980803/i386-pc-sysv4.2uw2.1.2/include
	 /usr/local/egcs-19980803/lib/gcc-lib/i386-pc-sysv4.2uw2.1.2/egcs-2.91.53/include
	 /usr/include

"/usr/local/include" should not be in that list.


Here are the test results.:

		=== binutils tests ===


		=== binutils Summary ===

# of expected passes		23
# of expected failures		1

		=== gas tests ===


		=== gas Summary ===

# of expected passes		62


		=== ld tests ===


		=== ld Summary ===

# of expected passes		39


		=== libio tests ===


		=== libio Summary ===

# of expected passes		40

		=== libstdc++ tests ===


		=== libstdc++ Summary ===

# of expected passes		30



		=== gcc tests ===

FAIL: gcc.c-torture/execute/980526-1.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/ieee/980619-1.c execution,  -Os 
FAIL: gcc.dg/980626-1.c (test for excess errors)
FAIL: gcc.dg/clobbers.c execution test

		=== gcc Summary ===

# of expected passes		7497
# of unexpected failures	10
# of expected failures		7
# of unsupported tests		11


		=== g++ tests ===

FAIL: g++.law/profile1.C (test for excess errors)
FAIL: g++.robertl/eb91.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		4218
# of unexpected failures	2
# of expected failures		87
# of untested testcases		7


		=== g77 tests ===


		=== g77 Summary ===

# of expected passes		415


vin shelton


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