egcs-1.0.1 alphaev5-dec-osf4.0b results
Kaveh R. Ghazi
ghazi@caip.rutgers.edu
Sun Jan 4 07:02:00 GMT 1998
I bootstrapped egcs-1.0.1 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
ERROR: 961203-1.c: compiler got signal 11: -O2 -funroll-all-loops
ERROR: 961203-1.c: compiler got signal 11:
ERROR: 961203-1.c: compiler got signal 11: -O -fno-omit-frame-pointer
ERROR: 961203-1.c: compiler got signal 11: -O -fomit-frame-pointer
ERROR: 961203-1.c: compiler got signal 11: -O2 -fno-omit-frame-pointer
ERROR: 961203-1.c: compiler got signal 11: -O2 -fomit-frame-pointer
ERROR: 961203-1.c: compiler got signal 11: -O3 -fno-omit-frame-pointer
ERROR: 961203-1.c: compiler got signal 11: -O3 -fomit-frame-pointer
ERROR: 961203-1.c: compiler got signal 11: -O3 -funroll-all-loops
Test completed with 9 failures
TEST DIR: noncompile
Test completed successfully
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/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
=== gcc Summary ===
# of expected passes 4875
# of unexpected failures 8
# of expected failures 5
# 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++.jason/destruct3.C - (test for bogus messages, line 38)
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 3394
# of unexpected failures 1
# of unexpected successes 6
# of expected failures 82
# 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 28554 warnings in stage3 of this bootstrap.
Number of warnings per file:
3264 insn-recog.c
2135 combine.c
1554 fold-const.c
1524 cse.c
1392 rtlanal.c
1350 ./genattrtab.c
1145 c-typeck.c
1128 tree.c
1034 typeck.c
800 loop.c
793 call.c
764 expr.c
662 varasm.c
613 ./config/alpha/alpha.c
601 c-common.c
589 jump.c
576 optabs.c
548 reload1.c
475 reload.c
429 ./objc/objc-act.c
401 sdbout.c
383 print-tree.c
341 integrate.c
252 explow.c
251 expmed.c
233 recog.c
232 alias.c
229 local-alloc.c
222 rtl.c
215 emit-rtl.c
208 function.c
206 insn-emit.c
186 stmt.c
161 final.c
158 calls.c
147 dbxout.c
137 sched.c
136 unroll.c
136 cvt.c
129 c-iterate.c
128 typeck2.c
123 ./genoutput.c
122 flow.c
120 ./genemit.c
119 ./genpeep.c
118 convert.c
110 ./genextract.c
110 ./genconfig.c
98 ./genrecog.c
92 cpplib.c
88 toplev.c
88 insn-output.c
65 decl.c
63 mips-tfile.c
57 ./protoize.c
49 c-decl.c
44 cxxmain.c
44 cplus-dem.c
43 g77.c
43 g++.c
42 gcc.c
40 f/stb.c
33 lex.c
32 ./fix-header.c
31 search.c
28 except.c
26 rsne.c
26 pt.c
24 decl2.c
23 regclass.c
22 cccp.c
22 ./objc/archive.c
21 init.c
20 regmove.c
20 profile.c
20 c-lex.c
19 stor-layout.c
19 bc-emit.c
17 objc-parse.y
17 collect2.c
17 c-lang.c
15 lread.c
15 gcov.c
15 c-parse.y
15 ./genopinit.c
14 real.c
14 pexecute.c
14 error.c
14 ./objc/thr-single.c
13 tlink.c
13 cppexp.c
13 /usr/var/tmp/gcc-testing/egcs-1.0.1/gcc/f/runtime/f2cext.c
12 parse.y
12 insn-attrtab.c
11 class.c
10 gcov-io.h
9 sig.c
9 dfe.c
9 caller-save.c
9 ./scan-decls.c
8 rdfmt.c
8 method.c
8 iio.c
8 global.c
8 bc-optab.c
8 ./objc/encoding.c
8 ./enquire.c
7 main.c
7 bitmap.c
7 ./objc/selector.c
6 qbitbits.c
6 lbitbits.c
6 fmt.c
6 f/lex.c
6 f/bad.c
6 err.c
5 xref.c
5 wsfe.c
5 wref.c
5 stupid.c
5 rsfe.c
5 repo.c
5 ptree.c
5 mips-tdump.c
5 choose-temp.c
5 cexp.y
5 /usr/include/obj_ext.h
5 ./genflags.c
5 ./genattr.c
4 open.c
4 lwrite.c
4 insn-peep.c
4 hash.h
4 friend.c
4 f/intrin.c
4 cpphash.c
4 ./objc/sendmsg.c
4 ./objc/sarray.c
4 ./objc/Object.m
4 ./gencodes.c
4 ./gen-protos.c
3 wrtfmt.c
3 uio.c
3 sue.c
3 spew.c
3 s_rnge.c
3 rtti.c
3 inquire.c
3 f/target.c
3 endfile.c
3 due.c
3 cpperror.c
3 c-gperf.h
3 ./scan.c
3 ./objc/class.c
2 xstrdup.c
2 unlink_.c
2 symlnk_.c
2 stat_.c
2 rsli.c
2 rename_.c
2 print-rtl.c
2 lstat_.c
2 link_.c
2 hash.c
2 errfn.c
2 ctime_.c
2 cpphash.h
2 chmod_.c
2 chdir_.c
2 access_.c
2 ./objc/init.c
2 ./getopt.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 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/implic.c
1 f/expr.c
1 etime_.c
1 ef1asc_.c
1 dtime_.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 ./objc/nil_method.c
1 ./bi-opname.c
1 ./bi-arity.c
Number of warning types:
25142 enumeration value `???' not handled in switch
1075 implicit declaration of function `???'
400 comparison between signed and unsigned
383 unused parameter `???'
268 unused variable `???'
258 `???' might be used uninitialized in this function
216 subscript has type `char'
215 label `???' defined but not used
120 ??? format, ??? arg (arg ???)
113 suggest parentheses around assignment used as truth value
53 return-type defaults to `int'
31 control reaches end of non-void function
31 `???' declared `static' but never defined
28 type of `???' defaults to `int'
25 `???' defined but not used
22 statement with no effect
21 suggest parentheses around && within ||
19 case value `???' not in enumerated type `???'
17 variable `???' might be clobbered by `longjmp' or `vfork'
17 suggest parentheses around + or - inside shift
14 array subscript has type `char'
11 type defaults to `int' in declaration of `???'
9 zero-length format string
8 use of `???' length character with `???' type character
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 empty body in an if-statement
3 missing braces around initializer for `???'
2 suggest parentheses around + or - in operand of &
1 this function may return with or without a value
1 suggest parentheses around comparison in operand of |
1 suggest parentheses around comparison in operand of &
1 passing arg 1 of `???' 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 `return' with no value, in function returning non-void
1 `inline' is not at beginning of declaration
--
Kaveh R. Ghazi Project Manager / Custom Development
ghazi@caip.rutgers.edu ICon CMT Corp.
More information about the Gcc
mailing list