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]
Other format: [Raw text]

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.


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