This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GCC-SH: internal compiler error
- To: gcc-bugs at gcc dot gnu dot org
- Subject: GCC-SH: internal compiler error
- From: Toshi Morita <tm2 at best dot com>
- Date: Thu, 12 Oct 2000 15:26:24 -0700 (PDT)
host: i386-linux (Red Hat Linux 6.1)
target: sh-elf
version: CVS 10/12/2000
When compiling imdecode.i from stress-1.16 with the options:
-O2 -m4-single-only -ml -mhitachi
...the following error occurs:
./imdecode.i: In function `ReadPCXImage':
./imdecode.i:38512: Internal error: Segmentation fault.
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
The file imdecode.i is included in the latest version of stress at:
ftp://shell14.ba.best.com/pub.t/tm2/stress-1.16.tar.gz
Toshi