public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu
@ 1998-10-30  3:25 Nix
  1998-11-09  2:35 ` Jeffrey A Law
  0 siblings, 1 reply; 6+ messages in thread
From: Nix @ 1998-10-30  3:25 UTC (permalink / raw)
  To: egcs

Sources:	 - egcs mainline from CVS last updated at Tue Oct 27 19:25:02 1998 
                 - libg++-2.8.1.2
Patches:
Environment:     - GNU binutils 2.9.1.0.15
                 - dejagnu-980528
                 - gperf-2.7 with gperf-2.7-19981006 patch for -F
                 - Linux stable kernel 2.0.35 (compiled by gcc-2.7.2.3)
                 - glibc 2.0.6 (compiled by egcs-1.0.2)

Remarks:         Well, -O9 works better than it did. The stage1 build
                 fails several minutes later than it did the last time 
                 I tried it, at least...


configure flags: --with-gnu-ld --with-gnu-as --prefix=/usr/packages.bin/egcs/snapshot --enable-shared --disable-haifa
BOOT_CC:         egcs-2.91.57
BOOT_CFLAGS:     -W -Wall -O9 -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer -D__NO_MATH_INLINES
CFLAGS:          -W -Wall -O9 -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES
CXXFLAGS:        -W -Wall -O9 -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES

Bootstrap failed; last twenty lines are:

_divdi3
_moddi3
_udivdi3
_umoddi3
_negdi2
_lshrdi3
_ashldi3
_ashrdi3
_ffsdi2
_udiv_w_sdiv
_udivmoddi4
_cmpdi2
_ucmpdi2
_floatdidf
../../egcs/gcc/varasm.c:1905: Internal compiler error in function assemble_real
make[2]: *** [libgcc2.a] Error 1
make[2]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc'
make[1]: *** [bootstrap-lean] Error 2
make[1]: Leaving directory `/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc'
make: *** [bootstrap-lean] Error 2

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu
  1998-10-30  3:25 Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu Nix
@ 1998-11-09  2:35 ` Jeffrey A Law
  1998-11-09 21:55   ` Nix
  0 siblings, 1 reply; 6+ messages in thread
From: Jeffrey A Law @ 1998-11-09  2:35 UTC (permalink / raw)
  To: Nix; +Cc: egcs

  In message <13880.62973.302467.89515@loki.wkstn.nix>you write:
  > Sources:	 - egcs mainline from CVS last updated at Tue Oct 27 19:25:02 1
  > 998 
  >                  - libg++-2.8.1.2
  > Patches:
  > Environment:     - GNU binutils 2.9.1.0.15
  >                  - dejagnu-980528
  >                  - gperf-2.7 with gperf-2.7-19981006 patch for -F
  >                  - Linux stable kernel 2.0.35 (compiled by gcc-2.7.2.3)
  >                  - glibc 2.0.6 (compiled by egcs-1.0.2)
  > 
  > Remarks:         Well, -O9 works better than it did. The stage1 build
  >                  fails several minutes later than it did the last time 
  >                  I tried it, at least...
A note, after this week's reload fixes I've been able to bootstrap with
-O9 and -O9 -fomit-frame-pointer.

jeff
  

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu
  1998-11-09  2:35 ` Jeffrey A Law
@ 1998-11-09 21:55   ` Nix
  1998-11-10  9:20     ` Jeffrey A Law
  0 siblings, 1 reply; 6+ messages in thread
From: Nix @ 1998-11-09 21:55 UTC (permalink / raw)
  To: law; +Cc: egcs

Jeffrey A Law <law@cygnus.com> writes:

>   > Remarks:         Well, -O9 works better than it did. The stage1 build
>   >                  fails several minutes later than it did the last time 
>   >                  I tried it, at least...
> A note, after this week's reload fixes I've been able to bootstrap with
> -O9 and -O9 -fomit-frame-pointer.

The CVS sources as of 19:25 GMT today (09/11/98) are still ICEing in
exception.cc::__check_eh_spec(int, const void **) :(

The same switches as used above.

Is your successful build on a similar architecture (ia32/ix86)? If so
I can only assume that I've done something stupid - again :(

-- 
`It would be painful to fix, but it's a lot less painful to fix _now_
 rather than later, so maybe the right thing is to just do it and watch
 people scream in agony.' - Linus Torvalds on linux-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu
  1998-11-09 21:55   ` Nix
@ 1998-11-10  9:20     ` Jeffrey A Law
  0 siblings, 0 replies; 6+ messages in thread
From: Jeffrey A Law @ 1998-11-10  9:20 UTC (permalink / raw)
  To: Nix; +Cc: egcs

  In message < 8790hkfjwl.fsf@loki.wkstn.nix >you write:
  > > A note, after this week's reload fixes I've been able to bootstrap with
  > > -O9 and -O9 -fomit-frame-pointer.
  > 
  > The CVS sources as of 19:25 GMT today (09/11/98) are still ICEing in
  > exception.cc::__check_eh_spec(int, const void **) :(
  > 
  > The same switches as used above.
  > 
  > Is your successful build on a similar architecture (ia32/ix86)? If so
  > I can only assume that I've done something stupid - again :(
i686-pc-linux-gnu and i585-pc-linux-gnu

jeff

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu
@ 1998-10-30 19:14 Nix
  0 siblings, 0 replies; 6+ messages in thread
From: Nix @ 1998-10-30 19:14 UTC (permalink / raw)
  To: egcs

Sources:	 - egcs mainline from CVS last updated at Tue Oct 27 19:25:02 1998 
                 - libg++-2.8.1.2
Patches:
Environment:     - GNU binutils 2.9.1.0.15
                 - dejagnu-980528
                 - gperf-2.7 with gperf-2.7-19981006 patch for -F
                 - Linux stable kernel 2.0.35 (compiled by gcc-2.7.2.3)
                 - glibc 2.0.6 (compiled by egcs-1.0.2)

Remarks:         Optimising is death on the haifa build as well, unsurprisingly.


configure flags: --with-gnu-ld --with-gnu-as --prefix=/usr/packages.bin/egcs/haifashot --enable-shared --enable-haifa
BOOT_CC:         egcs-2.91.57
BOOT_CFLAGS:     -W -Wall -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer -D__NO_MATH_INLINES
CFLAGS:          -W -Wall -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES
CXXFLAGS:        -W -Wall -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES

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

Number of warnings per file:
    344	../../../egcs/gcc/java/jcf-write.c
    294	../../../egcs/gcc/java/parse.h
    174	../../../egcs/gcc/java/javaop.def
    170	../../../egcs/gcc/java/expr.c
     35	../../../egcs/gcc/java/jcf-parse.c
     30	../../../egcs/gcc/java/javaop.h
     22	../../../egcs/gcc/java/jcf-reader.c
     20	insn-recog.c
     20	../../../egcs/gcc/java/class.c
     18	../../egcs/gcc/toplev.c
     17	../../../egcs/gcc/java/lex.h
     17	../../../egcs/gcc/java/jcf-dump.c
     10	../../egcs/gcc/final.c
     10	../../../egcs/gcc/java/lex.c
      9	../../../egcs/gcc/java/verify.c
      8	../../../egcs/gcc/java/decl.c
      7	../../egcs/gcc/dwarf2out.c
      6	../../egcs/gcc/objc/objc-act.c
      6	../../egcs/gcc/cse.c
      6	../../../egcs/gcc/java/gjavah.c
      5	../../egcs/gcc/varasm.c
      5	../../egcs/gcc/stor-layout.c
      5	../../egcs/gcc/reload1.c
      4	cexp.y
      4	../../egcs/gcc/tree.c
      4	../../egcs/gcc/fold-const.c
      4	../../egcs/gcc/cccp.c
      4	../../../egcs/gcc/java/jcf-io.c
      3	pexecute.c
      3	insn-output.c
      3	insn-emit.c
      3	../../egcs/gcc/reload.c
      3	../../egcs/gcc/regclass.c
      3	../../egcs/gcc/reg-stack.c
      3	../../egcs/gcc/dbxout.c
      3	../../egcs/gcc/collect2.c
      2	./parse-scan.y
      2	../../egcs/gcc/flow.c
      2	../../egcs/gcc/expr.c
      2	../../egcs/gcc/config/i386/i386.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/buffer.c
      1	../../egcs/gcc/tlink.c
      1	../../egcs/gcc/print-rtl.c
      1	../../egcs/gcc/optabs.c
      1	../../egcs/gcc/local-alloc.c
      1	../../egcs/gcc/java/jvspec.c
      1	../../egcs/gcc/hash.c
      1	../../egcs/gcc/haifa-sched.c
      1	../../egcs/gcc/gcov-io.h
      1	../../egcs/gcc/function.c
      1	../../egcs/gcc/f/g77spec.c
      1	../../egcs/gcc/explow.c
      1	../../egcs/gcc/crtstuff.c
      1	../../egcs/gcc/calls.c
      1	../../egcs/gcc/c-lex.c
      1	../../../egcs/gcc/java/mangle.c
      1	../../../egcs/gcc/java/jvgenmain.c
      1	../../../egcs/gcc/java/jv-scan.c
      1	../../../egcs/gcc/java/except.c
      1	../../../egcs/gcc/java/constants.c
      1	../../../egcs/gcc/cp/typeck.c
      1	../../../egcs/gcc/cp/lex.c
      1	../../../egcs/gcc/ch/parse.c

Number of warning types:
    462	enumeration value `???' not handled in switch
    311	`???' declared `static' but never defined
    139	left-hand operand of comma expression has no effect
    112	implicit declaration of function `???'
     73	unused parameter `???'
     47	unused variable `???'
     43	??? format, ??? arg (arg ???)
     40	comparison between signed and unsigned
     36	`???' defined but not used
     19	missing initializer for `???'
     18	label `???' defined but not used
      9	control reaches end of non-void function
      4	case value `???' not in enumerated type `???'
      2	zero-length format string
      2	too many arguments for format
      2	statement with no effect
      1	value computed is not used
      1	suggest explicit braces to avoid ambiguous `else'
      1	empty body in an if-statement

Counting non-subdirectory warnings,
there are 237 warnings in stage3 of this bootstrap.

Number of warnings per file:
     33	../../../egcs/gcc/java/javaop.def
     20	insn-recog.c
     18	../../egcs/gcc/toplev.c
     17	../../../egcs/gcc/java/jcf-dump.c
     16	../../../egcs/gcc/java/jcf-reader.c
     10	../../egcs/gcc/final.c
     10	../../../egcs/gcc/java/lex.c
      7	../../egcs/gcc/dwarf2out.c
      6	../../egcs/gcc/objc/objc-act.c
      6	../../egcs/gcc/cse.c
      6	../../../egcs/gcc/java/gjavah.c
      5	../../egcs/gcc/varasm.c
      5	../../egcs/gcc/stor-layout.c
      5	../../egcs/gcc/reload1.c
      5	../../../egcs/gcc/java/lex.h
      4	cexp.y
      4	../../egcs/gcc/tree.c
      4	../../egcs/gcc/fold-const.c
      4	../../egcs/gcc/cccp.c
      3	pexecute.c
      3	insn-output.c
      3	insn-emit.c
      3	../../egcs/gcc/reload.c
      3	../../egcs/gcc/regclass.c
      3	../../egcs/gcc/reg-stack.c
      3	../../egcs/gcc/dbxout.c
      3	../../egcs/gcc/collect2.c
      2	./parse-scan.y
      2	../../egcs/gcc/flow.c
      2	../../egcs/gcc/expr.c
      2	../../egcs/gcc/config/i386/i386.c
      2	../../egcs/gcc/c-decl.c
      2	../../egcs/gcc/bitmap.c
      1	../../egcs/gcc/tlink.c
      1	../../egcs/gcc/print-rtl.c
      1	../../egcs/gcc/optabs.c
      1	../../egcs/gcc/local-alloc.c
      1	../../egcs/gcc/java/jvspec.c
      1	../../egcs/gcc/hash.c
      1	../../egcs/gcc/haifa-sched.c
      1	../../egcs/gcc/gcov-io.h
      1	../../egcs/gcc/function.c
      1	../../egcs/gcc/f/g77spec.c
      1	../../egcs/gcc/explow.c
      1	../../egcs/gcc/crtstuff.c
      1	../../egcs/gcc/calls.c
      1	../../egcs/gcc/c-lex.c
      1	../../../egcs/gcc/java/jvgenmain.c
      1	../../../egcs/gcc/java/jv-scan.c

Number of warning types:
     54	unused parameter `???'
     43	??? format, ??? arg (arg ???)
     36	comparison between signed and unsigned
     35	implicit declaration of function `???'
     19	missing initializer for `???'
     17	unused variable `???'
     17	label `???' defined but not used
      5	`???' declared `static' but never defined
      4	`???' defined but not used
      2	zero-length format string
      2	too many arguments for format
      1	value computed is not used
      1	suggest explicit braces to avoid ambiguous `else'
      1	control reaches end of non-void function

Native configuration is i586-pc-linux-gnu

		=== libio tests ===


Running target unix

		=== libio Summary ===

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


Running target unix

		=== libstdc++ Summary ===

# of expected passes		30
		=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/951004-1.c,  -O1  
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/special/981006-1.c  (test for bogus messages, line 11)
FAIL: gcc.c-torture/special/981006-1.c  (test for bogus messages, line 12)

		=== gcc Summary ===

# of expected passes		7643
# of unexpected failures	23
# of expected failures		13
# of unsupported tests		12
/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu-haifa/gcc/xgcc version egcs-2.92.17 19981029 (gcc2 ss-980609 experimental)

		=== g++ tests ===


Running target unix
FAIL: g++.eh/spec3.C  Execution test
FAIL: g++.pt/instantiate4.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		4616
# of unexpected failures	2
# of expected failures		85
# of untested testcases		7
/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu-haifa/gcc/testsuite/../xgcc version egcs-2.92.17 19981029 (gcc2 ss-980609 experimental)

		=== g77 tests ===


Running target unix

		=== g77 Summary ===

# of expected passes		444
		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		38
/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu-haifa/gcc/xgcc version egcs-2.92.17 19981029 (gcc2 ss-980609 experimental)


configure flags: --with-gcc-version-trigger=/usr/packages/egcs/egcs/snapshot/egcs/gcc/version.c --host=i586-pc-linux-gnu --with-gnu-ld --with-gnu-as --prefix=/usr/packages.bin/egcs/haifashot --enable-shared --enable-haifa --norecursion
BOOT_CFLAGS=-W -Wall -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer -D__NO_MATH_INLINES

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu
@ 1998-10-30 19:14 Nix
  0 siblings, 0 replies; 6+ messages in thread
From: Nix @ 1998-10-30 19:14 UTC (permalink / raw)
  To: egcs

Sources:	 - egcs mainline from CVS last updated at Tue Oct 27 19:25:02 1998 
                 - libg++-2.8.1.2
Patches:
Environment:     - GNU binutils 2.9.1.0.15
                 - dejagnu-980528
                 - gperf-2.7 with gperf-2.7-19981006 patch for -F
                 - Linux stable kernel 2.0.35 (compiled by gcc-2.7.2.3)
                 - glibc 2.0.6 (compiled by egcs-1.0.2)

Remarks:         The failure reported with -O9 in my previous
                 testsuite run evidences itself when compiled with any 
                 optimisation at all. It can build w/o any
                 optimisation though.


configure flags: --with-gnu-ld --with-gnu-as --prefix=/usr/packages.bin/egcs/snapshot --enable-shared --disable-haifa
BOOT_CC:         egcs-2.91.57
BOOT_CFLAGS:     -W -Wall -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer -D__NO_MATH_INLINES
CFLAGS:          -W -Wall -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES
CXXFLAGS:        -W -Wall -march=pentium -mcpu=pentium -fomit-frame-pointer -g -D__NO_MATH_INLINES

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

Number of warnings per file:
    344	../../../egcs/gcc/java/jcf-write.c
    294	../../../egcs/gcc/java/parse.h
    174	../../../egcs/gcc/java/javaop.def
    170	../../../egcs/gcc/java/expr.c
     35	../../../egcs/gcc/java/jcf-parse.c
     30	../../../egcs/gcc/java/javaop.h
     22	../../../egcs/gcc/java/jcf-reader.c
     20	insn-recog.c
     20	../../../egcs/gcc/java/class.c
     18	../../egcs/gcc/toplev.c
     17	../../../egcs/gcc/java/lex.h
     17	../../../egcs/gcc/java/jcf-dump.c
     10	../../egcs/gcc/final.c
     10	../../../egcs/gcc/java/lex.c
      9	../../../egcs/gcc/java/verify.c
      8	../../../egcs/gcc/java/decl.c
      7	../../egcs/gcc/dwarf2out.c
      6	../../egcs/gcc/objc/objc-act.c
      6	../../egcs/gcc/cse.c
      6	../../../egcs/gcc/java/gjavah.c
      5	../../egcs/gcc/varasm.c
      5	../../egcs/gcc/stor-layout.c
      5	../../egcs/gcc/reload1.c
      4	cexp.y
      4	../../egcs/gcc/tree.c
      4	../../egcs/gcc/fold-const.c
      4	../../egcs/gcc/cccp.c
      4	../../../egcs/gcc/java/jcf-io.c
      3	pexecute.c
      3	insn-output.c
      3	insn-emit.c
      3	../../egcs/gcc/reload.c
      3	../../egcs/gcc/regclass.c
      3	../../egcs/gcc/reg-stack.c
      3	../../egcs/gcc/dbxout.c
      3	../../egcs/gcc/collect2.c
      2	./parse-scan.y
      2	../../egcs/gcc/flow.c
      2	../../egcs/gcc/expr.c
      2	../../egcs/gcc/config/i386/i386.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/buffer.c
      1	../../egcs/gcc/tlink.c
      1	../../egcs/gcc/sched.c
      1	../../egcs/gcc/print-rtl.c
      1	../../egcs/gcc/optabs.c
      1	../../egcs/gcc/local-alloc.c
      1	../../egcs/gcc/java/jvspec.c
      1	../../egcs/gcc/hash.c
      1	../../egcs/gcc/gcov-io.h
      1	../../egcs/gcc/function.c
      1	../../egcs/gcc/f/g77spec.c
      1	../../egcs/gcc/explow.c
      1	../../egcs/gcc/crtstuff.c
      1	../../egcs/gcc/calls.c
      1	../../egcs/gcc/c-lex.c
      1	../../../egcs/gcc/java/mangle.c
      1	../../../egcs/gcc/java/jvgenmain.c
      1	../../../egcs/gcc/java/jv-scan.c
      1	../../../egcs/gcc/java/except.c
      1	../../../egcs/gcc/java/constants.c
      1	../../../egcs/gcc/cp/typeck.c
      1	../../../egcs/gcc/cp/lex.c
      1	../../../egcs/gcc/ch/parse.c

Number of warning types:
    462	enumeration value `???' not handled in switch
    311	`???' declared `static' but never defined
    139	left-hand operand of comma expression has no effect
    112	implicit declaration of function `???'
     73	unused parameter `???'
     47	unused variable `???'
     43	??? format, ??? arg (arg ???)
     40	comparison between signed and unsigned
     36	`???' defined but not used
     19	missing initializer for `???'
     18	label `???' defined but not used
      9	control reaches end of non-void function
      4	case value `???' not in enumerated type `???'
      2	zero-length format string
      2	too many arguments for format
      2	statement with no effect
      1	value computed is not used
      1	suggest explicit braces to avoid ambiguous `else'
      1	empty body in an if-statement

Counting non-subdirectory warnings,
there are 237 warnings in stage3 of this bootstrap.

Number of warnings per file:
     33	../../../egcs/gcc/java/javaop.def
     20	insn-recog.c
     18	../../egcs/gcc/toplev.c
     17	../../../egcs/gcc/java/jcf-dump.c
     16	../../../egcs/gcc/java/jcf-reader.c
     10	../../egcs/gcc/final.c
     10	../../../egcs/gcc/java/lex.c
      7	../../egcs/gcc/dwarf2out.c
      6	../../egcs/gcc/objc/objc-act.c
      6	../../egcs/gcc/cse.c
      6	../../../egcs/gcc/java/gjavah.c
      5	../../egcs/gcc/varasm.c
      5	../../egcs/gcc/stor-layout.c
      5	../../egcs/gcc/reload1.c
      5	../../../egcs/gcc/java/lex.h
      4	cexp.y
      4	../../egcs/gcc/tree.c
      4	../../egcs/gcc/fold-const.c
      4	../../egcs/gcc/cccp.c
      3	pexecute.c
      3	insn-output.c
      3	insn-emit.c
      3	../../egcs/gcc/reload.c
      3	../../egcs/gcc/regclass.c
      3	../../egcs/gcc/reg-stack.c
      3	../../egcs/gcc/dbxout.c
      3	../../egcs/gcc/collect2.c
      2	./parse-scan.y
      2	../../egcs/gcc/flow.c
      2	../../egcs/gcc/expr.c
      2	../../egcs/gcc/config/i386/i386.c
      2	../../egcs/gcc/c-decl.c
      2	../../egcs/gcc/bitmap.c
      1	../../egcs/gcc/tlink.c
      1	../../egcs/gcc/sched.c
      1	../../egcs/gcc/print-rtl.c
      1	../../egcs/gcc/optabs.c
      1	../../egcs/gcc/local-alloc.c
      1	../../egcs/gcc/java/jvspec.c
      1	../../egcs/gcc/hash.c
      1	../../egcs/gcc/gcov-io.h
      1	../../egcs/gcc/function.c
      1	../../egcs/gcc/f/g77spec.c
      1	../../egcs/gcc/explow.c
      1	../../egcs/gcc/crtstuff.c
      1	../../egcs/gcc/calls.c
      1	../../egcs/gcc/c-lex.c
      1	../../../egcs/gcc/java/jvgenmain.c
      1	../../../egcs/gcc/java/jv-scan.c

Number of warning types:
     54	unused parameter `???'
     43	??? format, ??? arg (arg ???)
     36	comparison between signed and unsigned
     35	implicit declaration of function `???'
     19	missing initializer for `???'
     17	unused variable `???'
     17	label `???' defined but not used
      5	`???' declared `static' but never defined
      4	`???' defined but not used
      2	zero-length format string
      2	too many arguments for format
      1	value computed is not used
      1	suggest explicit braces to avoid ambiguous `else'
      1	control reaches end of non-void function

Native configuration is i586-pc-linux-gnu

		=== libio tests ===


Running target unix

		=== libio Summary ===

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


Running target unix

		=== libstdc++ Summary ===

# of expected passes		30
		=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/951004-1.c,  -O1  
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/980506-2.c execution,  -Os 
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/special/981006-1.c  (test for bogus messages, line 11)
FAIL: gcc.c-torture/special/981006-1.c  (test for bogus messages, line 12)

		=== gcc Summary ===

# of expected passes		7640
# of unexpected failures	26
# of expected failures		13
# of unsupported tests		12
/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc/xgcc version egcs-2.92.17 19981029 (gcc2 ss-980609 experimental)

		=== g++ tests ===


Running target unix
FAIL: g++.eh/spec3.C  Execution test
FAIL: g++.pt/instantiate4.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		4616
# of unexpected failures	2
# of expected failures		85
# of untested testcases		7
/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc/testsuite/../xgcc version egcs-2.92.17 19981029 (gcc2 ss-980609 experimental)

		=== g77 tests ===


Running target unix

		=== g77 Summary ===

# of expected passes		444
		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		38
/usr/packages/egcs/egcs/snapshot/i586-pc-linux-gnu/gcc/xgcc version egcs-2.92.17 19981029 (gcc2 ss-980609 experimental)


configure flags: --with-gcc-version-trigger=/usr/packages/egcs/egcs/snapshot/egcs/gcc/version.c --host=i586-pc-linux-gnu --with-gnu-ld --with-gnu-as --prefix=/usr/packages.bin/egcs/snapshot --enable-shared --disable-haifa --norecursion
BOOT_CFLAGS=-W -Wall -funroll-all-loops -g -march=pentium -mcpu=pentium -fomit-frame-pointer -D__NO_MATH_INLINES

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1998-11-10  9:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-10-30  3:25 Results for egcs-2.92.17 19981029 (gcc2 ss-980609 experimental) testsuite on i586-pc-linux-gnu Nix
1998-11-09  2:35 ` Jeffrey A Law
1998-11-09 21:55   ` Nix
1998-11-10  9:20     ` Jeffrey A Law
1998-10-30 19:14 Nix
1998-10-30 19:14 Nix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).