Bug 42507 - internal compiler error: verify_stmts failed
Summary: internal compiler error: verify_stmts failed
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.5.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: ice-on-valid-code
: 42515 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-26 11:12 UTC by Jarrod Chesney
Modified: 2011-09-24 20:54 UTC (History)
2 users (show)

See Also:
Host: x86_64-w64-mingw32
Target: x86_64-w64-mingw32
Build: x86_64-w64-mingw32
Known to work:
Known to fail:
Last reconfirmed:


Attachments
The preprocessed file that causes the problem (511.83 KB, application/zip)
2009-12-27 12:33 UTC, Jarrod Chesney
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jarrod Chesney 2009-12-26 11:12:28 UTC
I get an ICE when compiling this file using this command (file to be attached.)
C:\>g++ -c  -Wreturn-type -fno-strict-aliasing -O2 -frtti -fexceptions -mthreads  -o RenderMenuList.o RenderMenuList.ii
rendering/RenderMenuList.cpp: In member function 'WebCore::RenderMenuList::contr
olClipRect(int, int) const':
rendering/RenderMenuList.cpp:217:9: error: address taken, but ADDRESSABLE bit no
t set
<retval>
platform/graphics/IntRect.h:179:19: note: in statement
# .MEM_119 = VDEF <.MEM_117>
WebCore::IntRect::intersect (&<retval>, &innerBox);

rendering/RenderMenuList.cpp:217:9: internal compiler error: verify_stmts failed

Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Comment 1 Paolo Carlini 2009-12-27 12:29:38 UTC
*** Bug 42515 has been marked as a duplicate of this bug. ***
Comment 2 Jarrod Chesney 2009-12-27 12:33:32 UTC
Created attachment 19397 [details]
The preprocessed file that causes the problem
Comment 3 Richard Biener 2009-12-31 15:25:23 UTC
I fixed sth like this a while ago, please try with current trunk.
Comment 4 Paolo Carlini 2011-09-24 20:54:58 UTC
Feedback not forthcoming.