This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/61654] New: [4.9.1] ICE in release_function_body, at cgraph.c:1699
- From: "manuel.lauss at googlemail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 30 Jun 2014 06:48:27 +0000
- Subject: [Bug c++/61654] New: [4.9.1] ICE in release_function_body, at cgraph.c:1699
- Auto-submitted: auto-generated
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!