[Bug lto/48210] New: ICE: SIGFPE with -flto --param lto-partitions=0 on basic code
zsojka at seznam dot cz
gcc-bugzilla@gcc.gnu.org
Sun Mar 20 15:26:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48210
Summary: ICE: SIGFPE with -flto --param lto-partitions=0 on
basic code
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: lto
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: zsojka@seznam.cz
----- final.c -----
main () {}
-------------------
Compiler output:
$ gcc -flto --param lto-partitions=0 final.c
lto1: internal compiler error: Floating point exception
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
lto-wrapper: /mnt/svn/gcc-trunk/binary-latest/bin/gcc returned 1 exit status
collect2: lto-wrapper returned 1 exit status
Tested revisions:
r171193 - crash
4.6 r170955 - crash
4.5 r170955 - doesn't know --param lto-partitions
More information about the Gcc-bugs
mailing list