http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55138
Bug #: 55138 Summary: [4.7 Regression] inlining fails with -O2 on gcc 4.7.2 Classification: Unclassified Product: gcc Version: 4.7.2 Status: UNCONFIRMED Severity: major Priority: P3 Component: tree-optimization AssignedTo: unassig...@gcc.gnu.org ReportedBy: konstantin.vladimi...@gmail.com Created attachment 28575 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=28575 reproduction found on private target, but can be easily reproduced on x86, so I think every target is affected. Compile attached file on gcc-4.7.2 with -O2 -DBROKEN to make function inlined. Next run. You will see error. Compile just with -O2, next run and you will see no error. This error can not be reproduced on gcc-4.6.3, everything works fine. Problems starts with 4.7