This is the mail archive of the gcc-bugs@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]

(i386-linux x sh-elf) stress failures



With the following options:

bash$ find . -name "*.i" -print -exec ./xgcc -B./ -O2 -m4-single-only -ml 
-S -g -funroll-all-loops {} \; | more

I'm seeing the following errors:

./dct64.i: In function `dct64':
./dct64.i:2425: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1648
...
./gems.i: In function `Upsample':
./gems.i:20727: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1557
...
./jccolor.i
xgcc: Internal compiler error: program cc1 got fatal signal 11
...
./shear.i: In function `XShearImage':
./shear.i:20101: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1648
...
./sp_lev.i: In function `load_maze':
./sp_lev.i:14840: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1648
...
./tif_lzw.i: In function `horDiff8':
./tif_lzw.i:3624: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1648
...
./xvalg.i: In function `doSharpConvolv':
./xvalg.i:19081: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1557

All these bugs were mentioned in my earlier bug report two weeks ago, 
except for the jccolor.i sigsegv which is new.

Toshi


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