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-971225 alphaev5-dec-osf4.0b results


	I bootstrapped egcs-971225 on alphaev5-dec-osf4.0b using cc
for stage1, native as/ld and BOOT_CFLAGS="-g -O3 -funroll-all-loops -W
-Wall" and I got a clean "make compare".

	Below are the c-torture errors, the results from "make check"
and a summary of -W -Wall output.

		--Kaveh

TEST DIR: execute
ERROR: complex-5.c: compiled program got signal 6: -O2 -funroll-all-loops 
ERROR: complex-5.c: compiled program got signal 6:  
ERROR: complex-5.c: compiled program got signal 6: -O -fno-omit-frame-pointer 
ERROR: complex-5.c: compiled program got signal 6: -O -fomit-frame-pointer 
ERROR: complex-5.c: compiled program got signal 6: -O2 -fno-omit-frame-pointer 
ERROR: complex-5.c: compiled program got signal 6: -O2 -fomit-frame-pointer 
ERROR: complex-5.c: compiled program got signal 6: -O3 -fno-omit-frame-pointer 
ERROR: complex-5.c: compiled program got signal 6: -O3 -fomit-frame-pointer 
ERROR: complex-5.c: compiled program got signal 6: -O3 -funroll-all-loops 
ERROR: cbrt.c: compiled program got signal 6: -O2 -funroll-all-loops 
ERROR: cbrt.c: compiled program got signal 6:  
ERROR: cbrt.c: compiled program got signal 6: -O -fno-omit-frame-pointer 
ERROR: cbrt.c: compiled program got signal 6: -O -fomit-frame-pointer 
ERROR: cbrt.c: compiled program got signal 6: -O2 -fno-omit-frame-pointer 
ERROR: cbrt.c: compiled program got signal 6: -O2 -fomit-frame-pointer 
ERROR: cbrt.c: compiled program got signal 6: -O3 -fno-omit-frame-pointer 
ERROR: cbrt.c: compiled program got signal 6: -O3 -fomit-frame-pointer 
ERROR: cbrt.c: compiled program got signal 6: -O3 -funroll-all-loops 
ERROR: 961017-2.c: compiled program got signal 6: -O2 -funroll-all-loops 
ERROR: 961017-2.c: compiled program got signal 6:  
ERROR: 961017-2.c: compiled program got signal 6: -O -fno-omit-frame-pointer 
ERROR: 961017-2.c: compiled program got signal 6: -O -fomit-frame-pointer 
ERROR: 961017-2.c: compiled program got signal 6: -O2 -fno-omit-frame-pointer 
ERROR: 961017-2.c: compiled program got signal 6: -O2 -fomit-frame-pointer 
ERROR: 961017-2.c: compiled program got signal 6: -O3 -fno-omit-frame-pointer 
ERROR: 961017-2.c: compiled program got signal 6: -O3 -fomit-frame-pointer 
ERROR: 961017-2.c: compiled program got signal 6: -O3 -funroll-all-loops 
ERROR: 920501-9.c: compiled program got signal 6: -O2 -funroll-all-loops 
ERROR: 920501-9.c: compiled program got signal 6:  
ERROR: 920501-9.c: compiled program got signal 6: -O -fno-omit-frame-pointer 
ERROR: 920501-9.c: compiled program got signal 6: -O -fomit-frame-pointer 
ERROR: 920501-9.c: compiled program got signal 6: -O2 -fno-omit-frame-pointer 
ERROR: 920501-9.c: compiled program got signal 6: -O2 -fomit-frame-pointer 
ERROR: 920501-9.c: compiled program got signal 6: -O3 -fno-omit-frame-pointer 
ERROR: 920501-9.c: compiled program got signal 6: -O3 -fomit-frame-pointer 
ERROR: 920501-9.c: compiled program got signal 6: -O3 -funroll-all-loops 
Test completed with 36 failures
TEST DIR: compile
Test completed successfully
TEST DIR: noncompile
ERROR: 940510-1.c: compiler got signal 11: -O2 -funroll-all-loops 
ERROR: 940510-1.c: compiler got signal 11:  
ERROR: 940510-1.c: compiler got signal 11: -O -fno-omit-frame-pointer 
ERROR: 940510-1.c: compiler got signal 11: -O -fomit-frame-pointer 
ERROR: 940510-1.c: compiler got signal 11: -O2 -fno-omit-frame-pointer 
ERROR: 940510-1.c: compiler got signal 11: -O2 -fomit-frame-pointer 
ERROR: 940510-1.c: compiler got signal 11: -O3 -fno-omit-frame-pointer 
ERROR: 940510-1.c: compiler got signal 11: -O3 -fomit-frame-pointer 
ERROR: 940510-1.c: compiler got signal 11: -O3 -funroll-all-loops 
Test completed with 9 failures
TEST DIR: unsorted
Test completed successfully

(Duplicate c-torture errors arising from tests done with -fpic, -fPIC,
-p, and "-pg -fno-omit-frame-pointer" have been omitted.)




		=== libio tests ===

		=== libio Summary ===

# of expected passes		40

		=== libstdc++ tests ===

		=== libstdc++ Summary ===

# of expected passes		30

		=== gcc tests ===

FAIL: gcc.c-torture/execute/complex-5.c execution,  -O0 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O1 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O2 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/complex-5.c execution,  -O2 -g 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O2 -fomit-frame-pointer -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O2 -g 
FAIL: gcc.c-torture/noncompile/940510-1.c

		=== gcc Summary ===

# of expected passes		5958
# of unexpected failures	11
# of expected failures		6
# of unsupported tests		7

		=== g++ tests ===

FAIL: g++.benjamin/p12475.C  (test for warnings, line 4)
XPASS: g++.brendan/array1.C overflow in array dimension.* , (test for errors, line 6)
XPASS: g++.law/profile1.C (test for excess errors)
XPASS: g++.law/profile1.C  Execution test
XPASS: g++.mike/dyncast1.C  Execution test
XPASS: g++.mike/dyncast2.C  Execution test

		=== g++ Summary ===

# of expected passes		3457
# of unexpected failures	1
# of unexpected successes	5
# of expected failures		81
# of untested testcases		6

		=== g77 tests ===

FAIL: g77.f-torture/execute/dnrm2.f execution,  -O0 

		=== g77 Summary ===

# of expected passes		131
# of unexpected failures	1





There are 2626 warnings in stage3 of this bootstrap.

Number of warnings per file:
 204 insn-emit.c
 120 haifa-sched.c
  96 insn-output.c
  77 cpplib.c
  72 insn-recog.c
  63 mips-tfile.c
  57 varasm.c
  57 ./protoize.c
  56 fold-const.c
  50 expr.c
  49 stmt.c
  46 toplev.c
  44 cxxmain.c
  44 cplus-dem.c
  44 ./config/alpha/alpha.c
  43 g77.c
  43 g++.c
  43 f/stb.c
  42 gcc.c
  39 tree.c
  37 final.c
  37 ./objc/objc-act.c
  30 combine.c
  29 search.c
  29 reload1.c
  29 cse.c
  27 rsne.c
  25 loop.c
  25 decl.c
  25 cccp.c
  23 ./fix-header.c
  22 sdbout.c
  22 dbxout.c
  22 calls.c
  20 lex.c
  19 reload.c
  19 pt.c
  19 function.c
  19 bc-emit.c
  17 lread.c
  17 c-decl.c
  16 regclass.c
  16 c-lang.c
  16 ./objc/archive.c
  15 stor-layout.c
  15 regmove.c
  15 collect2.c
  15 call.c
  14 pexecute.c
  14 inquire.c
  14 except.c
  14 ./objc/thr-single.c
  13 tlink.c
  13 init.c
  13 c-lex.c
  13 /usr/var/tmp/gcc-testing/egcs-971225/gcc/f/runtime/f2cext.c
  13 ./genopinit.c
  12 unroll.c
  12 typeck.c
  12 error.c
  12 cppexp.c
  11 optabs.c
  11 c-common.c
   9 profile.c
   9 f/std.c
   9 expmed.c
   9 dfe.c
   9 class.c
   9 c-parse.y
   9 ./genattrtab.c
   9 ./enquire.c
   8 real.c
   8 rdfmt.c
   8 objc-parse.y
   8 local-alloc.c
   8 integrate.c
   8 iio.c
   8 decl2.c
   8 cvt.c
   8 bc-optab.c
   7 main.c
   7 caller-save.c
   7 alias.c
   7 ./scan-decls.c
   7 ./genoutput.c
   6 wref.c
   6 typeck2.c
   6 sig.c
   6 qbitbits.c
   6 lbitbits.c
   6 insn-attrtab.c
   6 fmt.c
   6 flow.c
   6 f/lex.c
   6 f/expr.c
   6 f/bad.c
   6 err.c
   6 bitmap.c
   6 ./objc/selector.c
   5 xref.c
   5 wsfe.c
   5 rsfe.c
   5 ptree.c
   5 print-tree.c
   5 open.c
   5 mips-tdump.c
   5 jump.c
   5 f/target.c
   5 f/src.c
   5 choose-temp.c
   5 /usr/include/obj_ext.h
   5 ./objc/encoding.c
   4 repo.c
   4 recog.c
   4 parse.y
   4 lwrite.c
   4 insn-peep.c
   4 hash.h
   4 global.c
   4 f/intrin.c
   4 explow.c
   4 cpphash.c
   4 cexp.y
   4 ./objc/sarray.c
   4 ./gen-protos.c
   3 wrtfmt.c
   3 uio.c
   3 sue.c
   3 s_rnge.c
   3 method.c
   3 friend.c
   3 endfile.c
   3 due.c
   3 cpperror.c
   3 c-typeck.c
   3 c-gperf.h
   3 ./scan.c
   3 ./objc/Object.m
   3 ./getopt.c
   3 ./genextract.c
   2 xstrdup.c
   2 unlink_.c
   2 symlnk_.c
   2 stupid.c
   2 stat_.c
   2 spew.c
   2 rtti.c
   2 rtlanal.c
   2 rsli.c
   2 rename_.c
   2 lstat_.c
   2 link_.c
   2 hash.c
   2 gcov-io.h
   2 errfn.c
   2 emit-rtl.c
   2 ctime_.c
   2 cpphash.h
   2 convert.c
   2 chmod_.c
   2 chdir_.c
   2 access_.c
   2 ./objc/init.c
   2 ./genpeep.c
   2 ./genflags.c
   2 ./genemit.c
   2 ./genconfig.c
   2 ./gencodes.c
   2 ./genattr.c
   2 ./bi-opcode.c
   2 ./bi-lexer.c
   1 wsne.c
   1 wsle.c
   1 vxttime_.c
   1 system_.c
   1 signal_.c
   1 sfe.c
   1 s_copy.c
   1 rtl.c
   1 print-rtl.c
   1 insn-extract.c
   1 i_len.c
   1 h_len.c
   1 getpwd.c
   1 getopt.c
   1 getenv_.c
   1 fputc_.c
   1 f/top.c
   1 f/symbol.c
   1 f/sts.c
   1 f/ste.c
   1 f/stc.c
   1 f/implic.c
   1 f/com.c
   1 etime_.c
   1 ef1asc_.c
   1 dtime_.c
   1 close.c
   1 c-convert.c
   1 bi-parser.y
   1 backspace.c
   1 argv.c
   1 abort_.c
   1 /usr/local/share/bison.simple
   1 /usr/cygnus/latest-940103/share/bison.simple
   1 ./objc/sendmsg.c
   1 ./objc/nil_method.c
   1 ./genrecog.c
   1 ./bi-opname.c
   1 ./bi-arity.c

Number of warning types:
 397 unused parameter `???'
 362 implicit declaration of function `???'
 263 unused variable `???'
 249 comparison between signed and unsigned
 237 `???' might be used uninitialized in this function
 222 label `???' defined but not used
 218 subscript has type `char'
 119 ??? format, ??? arg (arg ???)
 110 enumeration value `???' not handled in switch
 104 suggest parentheses around assignment used as truth value
  66 suggest explicit braces to avoid ambiguous `else'
  53 return-type defaults to `int'
  27 type of `???' defaults to `int'
  24 `???' defined but not used
  22 statement with no effect
  17 variable `???' might be clobbered by `longjmp' or `vfork'
  17 suggest parentheses around + or - inside shift
  15 suggest parentheses around && within ||
  14 control reaches end of non-void function
  14 array subscript has type `char'
  11 type defaults to `int' in declaration of `???'
   9 zero-length format string
   8 type mismatch in implicit declaration for built-in function `???'
   6 suggest parentheses around arithmetic in operand of |
   6 field width is not type int (arg ???)
   6 empty body in an else-statement
   5 unsigned value < 0 is always 0
   5 argument `???' might be clobbered by `longjmp' or `vfork'
   4 value computed is not used
   4 missing braces around initializer for `???'
   4 empty body in an if-statement
   2 suggest parentheses around + or - in operand of &
   1 passing arg 1 of `???' from incompatible pointer type
   1 initialization from incompatible pointer type
   1 format argument is not a pointer (arg ???)
   1 cast to pointer from integer of different size
   1 cast from pointer to integer of different size
   1 `???' declared `static' but never defined
--
Kaveh R. Ghazi			Project Manager / Custom Development
ghazi@caip.rutgers.edu		ICon CMT Corp.


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