http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48330

           Summary: [4.7 Regression] ICE: in optimize_inline_calls, at
                    tree-inline.c:4201 with -fmudflap -fno-early-inlining
           Product: gcc
           Version: 4.7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: zso...@seznam.cz
                CC: jamb...@gcc.gnu.org
              Host: x86_64-pc-linux-gnu
            Target: x86_64-pc-linux-gnu


It seems any input file is enough to trigger the assertion.

Compiler output:
$ echo '' > testcase.c
$ gcc -O -fmudflap -fno-early-inlining testcase.c 
testcase.c: In function '_GLOBAL__sub_I_00099_0_testcase.c':
testcase.c:1:0: internal compiler error: in optimize_inline_calls, at
tree-inline.c:4201
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.

That assert was added in
http://gcc.gnu.org/viewcvs?view=revision&revision=171602

Reply via email to