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) unroll.c aborts


version: CVS 
   host: i386-linux
 target: sh-elf

When I compile the stress testsuite files using the command:

find . -name "*.i" -print -exec ./xgcc -B./ -O2 -m4-single-only 
-fomit-frame-pointer -funroll-all-loops  -S {} \;

...I see the following internal compiler errors:

./dct64.i: In function `dct64':
./dct64.i:2425: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1646
...
./gems.i: In function `Upsample':
./gems.i:20727: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1555
...
./imdecode.i: In function `ReadBMPImage':
./imdecode.i:24351: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1555
...
./jccolor.i: In function `rgb_ycc_convert':
./jccolor.i:3709: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1555
...
./sp_lev.i: In function `load_maze':
./sp_lev.i:14840: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1646
...
./tif_lzw.i: In function `horDiff8':
./tif_lzw.i:3624: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1646
...
./xvalg.i: In function `doSharpConvolv':
./xvalg.i:19081: Internal compiler error in `calculate_giv_inc', at 
unroll.c:1555

These preprocessed files are included in the stress test suite at:

ftp://shell14.ba.best.com/pub.t/tm2/stress-1.14.tar.gz

Toshi

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