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: unassig...@gcc.gnu.org
        ReportedBy: zso...@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

Reply via email to