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]

Results for haifa-enabled egcs-2.92.16 19981019 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnulibc1



Sources:  egcs mainline from CVS last updated 98.10.20 at 8:37 GMT

System:	  Linux kernel 2.0.36pre15 built with gcc-2.7.2.3
	  dejagnu-980528
	  libc-5.4.46

Changes:
	- added libg++-2.8.1.2
	
	- patched libio to avoid conflicts with libc-5.4.46 when building
	  staticaly linked executables (I met them earlier only when building
	  some big applications written mostly in C++):
	      copied config/linux.mt over config/linuxlibc1.mt
	      
	      commented out _IO_getline() from iogetline() to avoid
	      conflict with _IO_getline() from libc. I only need
	      _IO_getline_info which is missing in libc

Problems:

There were linker errors while 'make check-target-libg++'

cd ADT-examples; make check ...
make[5]: Entering directory `/usr/src/build/egcs.lnx/i586-pc-linux-gnulibc1/libg++/etc/ADT-examples'
/usr/src/build/egcs.lnx/gcc/xgcc -B/usr/src/build/egcs.lnx/gcc/ -B/usr/i586-pc-linux-gnulibc1/bin/ -c -g -O2 -nostdinc++ -I. -I../../../libio -I../../../../../../egcs/libg++/etc/ADT-examples -I../../../../../../egcs/libg++/etc/ADT-examples/../../../libio -I../../../../../../egcs/libg++/etc/ADT-examples/../../../libstdc++ -I../../../../../../egcs/libg++/etc/ADT-examples/../../src    ../../../../../../egcs/libg++/etc/ADT-examples/generic-q.cc
/usr/src/build/egcs.lnx/gcc/xgcc -B/usr/src/build/egcs.lnx/gcc/ -B/usr/i586-pc-linux-gnulibc1/bin/ -g -O2 generic-q.o -o generic-q -L./../../ -L./../../../libstdc++ -lg++ -lstdc++
/lib/libm.so.5: undefined reference to `__getfpucw'
collect2: ld returned 1 exit status
make[5]: *** [generic-q] Error 1
make[5]: Leaving directory `/usr/src/build/egcs.lnx/i586-pc-linux-gnulibc1/libg++/etc/ADT-examples'
make[4]: *** [subdir_do] Error 1
make[4]: Leaving directory `/usr/src/build/egcs.lnx/i586-pc-linux-gnulibc1/libg++/etc'
make[3]: *** [check] Error 2
make[3]: Leaving directory `/usr/src/build/egcs.lnx/i586-pc-linux-gnulibc1/libg++/etc'
make[2]: *** [subdir_do] Error 1
make[2]: Leaving directory `/usr/src/build/egcs.lnx/i586-pc-linux-gnulibc1/libg++'
make[1]: *** [check] Error 2
make[1]: Leaving directory `/usr/src/build/egcs.lnx/i586-pc-linux-gnulibc1/libg++'
make: *** [check-target-libg++] Error 2

More detailed output of last command:

Reading specs from /usr/src/build/egcs.lnx/gcc/specs
gcc version egcs-2.92.16 19981019 (gcc2 ss-980609 experimental)
 /usr/src/build/egcs.lnx/gcc/collect2 -m elf_i386 -dynamic-linker /lib/ld-linux.so.1 -o generic-q /usr/lib/crt1.o /usr/lib/crti.o /usr/src/build/egcs.lnx/gcc/crtbegin.o -L./../../ -L./../../../libstdc++ -L/usr/i586-pc-linux-gnulibc1/bin -L/usr/src/build/egcs.lnx/gcc -L/usr/local/qt/lib -L/usr/X11/lib -L. -L/usr/i586-pc-linux-gnulibc1/lib generic-q.o -lg++ -lstdc++ -lgcc -lc -lgcc /usr/src/build/egcs.lnx/gcc/crtend.o /usr/lib/crtn.o
/lib/libm.so.5: undefined reference to `__getfpucw'
collect2: ld returned 1 exit status

output of command 'ldd libstdc++-2-libc5-1-2.9.0.so'
	libm.so.5 => /lib/libm.so.5 (0x40044000)

output of command 'ldd libg++-2-libc5-1-2.8.1.2.so'
	libstdc++-libc5-1.so.2 => not found
	libm.so.5 => /lib/libm.so.5 (0x4004b000)

Tested:
    libm.so.5.0.9 contains reference to __getfpucw
    libc.so.5.4.46 contains __getfpucw 
    adding '-lm -lc' after other libraries fixes problem (I did this
	for ADT_examples and other directories where I met this problem)
    adding '-lc' doesn't help

I tested binutils-2.9.1.0.10 and binutils-2.9.1.0.15. Results didn't
change. Also rebuilding binutils-2.9.1.0.15 with gcc-2.7.2.3 didn't
help.

I didn't met this problem with egcs-19981012

I found similar problem with one other library when build packages
from gnome-0.30 with egcs-1.1 on the same system.

-------------------------------------------------------------

Native configuration is i586-pc-linux-gnulibc1

		=== libio tests ===


Running target unix

		=== libio Summary ===

# of expected passes		40
		=== libstdc++ tests ===


Running target unix

		=== libstdc++ Summary ===

# of expected passes		30
		=== libg++ tests ===


Running target unix

		=== libg++ Summary ===

# of expected passes		72
		=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/980526-1.c execution,  -O2 -fomit-frame-pointer -finline-functions 
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 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -Os 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-loops 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 -fomit-frame-pointer -finline-functions -funroll-all-loops 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -Os 
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.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 
FAIL: gcc.c-torture/special/981006-1.c  (test for bogus messages, line 11)
FAIL: gcc.c-torture/special/981006-1.c  (test for bogus messages, line 12)
FAIL: gcc.dg/clobbers.c execution test

		=== gcc Summary ===

# of expected passes		7757
# of unexpected failures	29
# of expected failures		7
# of unsupported tests		12
/usr/src/build/egcs.lnx/gcc/xgcc version egcs-2.92.16 19981019 (gcc2 ss-980609 experimental)

		=== g++ tests ===


Running target unix
FAIL: g++.martin/new1.C  Execution test

		=== g++ Summary ===

# of expected passes		4571
# of unexpected failures	1
# of expected failures		109
# of untested testcases		7
/usr/src/build/egcs.lnx/gcc/testsuite/../xgcc version egcs-2.92.16 19981019 (gcc2 ss-980609 experimental)

		=== g77 tests ===


Running target unix
FAIL: g77.f-torture/compile/980310-3.f,  -O1  

		=== g77 Summary ===

# of expected passes		443
# of unexpected failures	1
		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		38
/usr/src/build/egcs.lnx/gcc/xgcc version egcs-2.92.16 19981019 (gcc2 ss-980609 experimental)


configure flags: --with-gcc-version-trigger=/usr/src/egcs/gcc/version.c --host=i586-pc-linux-gnulibc1 --enable-haifa --prefix=/usr --enable-shared --verbose --with-gnu-ld --norecursion


Counting all warnings,
there are 1446 warnings in stage3 of this bootstrap.

Number of warnings per file:
    347	../../../../egcs/gcc/java/jcf-write.c
    266	../../../../egcs/gcc/java/parse.h
    170	../../../../egcs/gcc/java/expr.c
    141	../../../../egcs/gcc/java/javaop.def
     40	../../../../egcs/gcc/java/jcf-parse.c
     26	../../../../egcs/gcc/java/javaop.h
     21	../../../../egcs/gcc/java/class.c
     19	insn-recog.c
     18	../../../egcs/gcc/toplev.c
     18	../../../egcs/gcc/dwarfout.c
     16	../../../egcs/gcc/reload1.c
     16	../../../egcs/gcc/objc/objc-act.c
     14	../../../egcs/gcc/cse.c
     12	../../../egcs/gcc/varasm.c
     12	../../../egcs/gcc/fold-const.c
     12	../../../../egcs/gcc/java/verify.c
     12	../../../../egcs/gcc/java/lex.h
     11	../../../egcs/gcc/dwarf2out.c
     11	../../../../egcs/gcc/java/jcf-reader.c
      9	../../../egcs/gcc/final.c
      9	../../../egcs/gcc/combine.c
      9	../../../../egcs/gcc/java/parse.y
      9	../../../../egcs/gcc/java/decl.c
      8	pexecute.c
      8	../../../egcs/gcc/reload.c
      8	../../../egcs/gcc/integrate.c
      8	../../../../egcs/gcc/java/lex.c
      7	gcj.c
      7	g77.c
      7	g++.c
      7	../../../egcs/gcc/reg-stack.c
      7	../../../egcs/gcc/optabs.c
      7	../../../egcs/gcc/gcc.c
      7	../../../../egcs/gcc/cp/lex.c
      6	../../../egcs/gcc/c-lex.c
      6	../../../../egcs/gcc/java/jcf-io.c
      5	insn-emit.c
      5	../../../egcs/gcc/tree.c
      5	../../../egcs/gcc/stor-layout.c
      5	../../../egcs/gcc/regclass.c
      5	../../../egcs/gcc/cccp.c
      5	../../../../egcs/gcc/java/gjavah.c
      4	cexp.y
      4	../../../egcs/gcc/unroll.c
      4	../../../egcs/gcc/java/lang-specs.h
      4	../../../egcs/gcc/expr.c
      4	../../../egcs/gcc/dbxout.c
      4	../../../egcs/gcc/config/i386/i386.c
      4	../../../../egcs/gcc/java/jcf-depend.c
      3	insn-output.c
      3	../../../egcs/gcc/stmt.c
      3	../../../egcs/gcc/rtl.c
      3	../../../egcs/gcc/regmove.c
      3	../../../egcs/gcc/loop.c
      3	../../../egcs/gcc/haifa-sched.c
      3	../../../egcs/gcc/genopinit.c
      3	../../../egcs/gcc/expmed.c
      3	../../../egcs/gcc/collect2.c
      3	../../../../egcs/gcc/ch/expr.c
      2	getopt.c
      2	../../../egcs/gcc/recog.c
      2	../../../egcs/gcc/protoize.c
      2	../../../egcs/gcc/local-alloc.c
      2	../../../egcs/gcc/function.c
      2	../../../egcs/gcc/flow.c
      2	../../../egcs/gcc/c-decl.c
      2	../../../egcs/gcc/bitmap.c
      2	../../../../egcs/gcc/java/zextract.c
      2	../../../../egcs/gcc/java/typeck.c
      2	../../../../egcs/gcc/java/mangle.c
      2	../../../../egcs/gcc/java/buffer.c
      2	../../../../egcs/gcc/ch/tasking.c
      2	../../../../egcs/gcc/ch/parse.c
      2	../../../../egcs/gcc/ch/inout.c
      1	../../../egcs/gcc/tlink.c
      1	../../../egcs/gcc/stupid.c
      1	../../../egcs/gcc/print-rtl.c
      1	../../../egcs/gcc/hash.c
      1	../../../egcs/gcc/gcov-io.h
      1	../../../egcs/gcc/f/g77spec.c
      1	../../../egcs/gcc/explow.c
      1	../../../egcs/gcc/crtstuff.c
      1	../../../egcs/gcc/calls.c
      1	../../../../egcs/gcc/java/jvgenmain.c
      1	../../../../egcs/gcc/java/except.c
      1	../../../../egcs/gcc/java/constants.c
      1	../../../../egcs/gcc/cp/pt.c
      1	../../../../egcs/gcc/cp/decl.c
      1	../../../../egcs/gcc/ch/typeck.c
      1	../../../../egcs/gcc/ch/decl.c
      1	../../../../egcs/gcc/ch/actions.c

Number of warning types:
    462	enumeration value `???' not handled in switch
    278	`???' declared `static' but never defined
    139	left-hand operand of comma expression has no effect
    132	`???' might be used uninitialized in this function
    110	implicit declaration of function `???'
     67	unused parameter `???'
     62	comparison between signed and unsigned
     44	unused variable `???'
     43	missing initializer for `???'
     31	`???' defined but not used
     27	variable `???' might be clobbered by `longjmp' or `vfork'
     17	label `???' defined but not used
      9	control reaches end of non-void function
      5	argument `???' might be clobbered by `longjmp' or `vfork'
      4	missing braces around initializer for `???'
      4	case value `???' not in enumerated type `???'
      3	suggest explicit braces to avoid ambiguous `else'
      2	zero-length format string
      2	type of `???' defaults to `int'
      2	statement with no effect
      1	unsigned value < 0 is always 0
      1	suggest parentheses around comparison in operand of |
      1	empty body in an if-statement




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