https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61654
Bug ID: 61654 Summary: [4.9.1] ICE in release_function_body, at cgraph.c:1699 Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: manuel.lauss at googlemail dot com Created attachment 33032 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33032&action=edit preprocessed source current gcc-4_9-branch, ICE with "-O3". -O2 works; gcc-4.8.3 handles "-O3" fine as well. (source is scummvm-1.6.0/engines/tony/font.cpp) i686-pc-linux-gnu-g++ -O3 -c font.i In file included from ./engines/tony/input.h:32:0, from engines/tony/font.cpp:32: ./common/events.h: In function '<built-in>': ./common/events.h:239:7: internal compiler error: in release_function_body, at cgraph.c:1699 Thanks!