This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: middle-end/7151: ICE when compiling for UltraSPARC
- From: Uros Bizjak <uros at kss-loka dot si>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org,gcc-prs at gcc dot gnu dot org, gawrilow at math dot TU-Berlin dot DE
- Date: Thu, 06 Feb 2003 14:05:06 +0100
- Subject: Re: middle-end/7151: ICE when compiling for UltraSPARC
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7151
This bug is not fixed in 3.2.2 release. PR7151 and PR8281 describe
the same bug (PR8281 has a nice testcase included, PR8654 has another
testcase for the same problem) and with gcc 3.2.2 I got segmentation
fault instead of ICE in line 43:
> gcc -O2 -c -fPIC -mcpu=ultrasparc 8281.c
8281.c: In function `__ieee754_pow':
8281.c:43: internal error: Segmentation Fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions
> gcc -v
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.2/specs
Configured with: ../gcc-3.2.2/configure --with-gnu-ld
Thread model: posix
gcc version 3.2.2
Uros.