public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/42507]  New: internal compiler error: verify_stmts failed
@ 2009-12-26 11:12 jarrod dot chesney at gmail dot com
  2009-12-27 12:29 ` [Bug c++/42507] " paolo dot carlini at oracle dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jarrod dot chesney at gmail dot com @ 2009-12-26 11:12 UTC (permalink / raw)
  To: gcc-bugs

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.


-- 
           Summary: internal compiler error: verify_stmts failed
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jarrod dot chesney at gmail dot com
 GCC build triplet: x86_64-w64-mingw32
  GCC host triplet: x86_64-w64-mingw32
GCC target triplet: x86_64-w64-mingw32


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/42507] internal compiler error: verify_stmts failed
  2009-12-26 11:12 [Bug c++/42507] New: internal compiler error: verify_stmts failed jarrod dot chesney at gmail dot com
@ 2009-12-27 12:29 ` paolo dot carlini at oracle dot com
  2009-12-27 12:33 ` jarrod dot chesney at gmail dot com
  2009-12-31 15:25 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-27 12:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot carlini at oracle dot com  2009-12-27 12:29 -------
*** Bug 42515 has been marked as a duplicate of this bug. ***


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/42507] internal compiler error: verify_stmts failed
  2009-12-26 11:12 [Bug c++/42507] New: internal compiler error: verify_stmts failed jarrod dot chesney at gmail dot com
  2009-12-27 12:29 ` [Bug c++/42507] " paolo dot carlini at oracle dot com
@ 2009-12-27 12:33 ` jarrod dot chesney at gmail dot com
  2009-12-31 15:25 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: jarrod dot chesney at gmail dot com @ 2009-12-27 12:33 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from jarrod dot chesney at gmail dot com  2009-12-27 12:33 -------
Created an attachment (id=19397)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19397&action=view)
The preprocessed file that causes the problem


-- 


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/42507] internal compiler error: verify_stmts failed
  2009-12-26 11:12 [Bug c++/42507] New: internal compiler error: verify_stmts failed jarrod dot chesney at gmail dot com
  2009-12-27 12:29 ` [Bug c++/42507] " paolo dot carlini at oracle dot com
  2009-12-27 12:33 ` jarrod dot chesney at gmail dot com
@ 2009-12-31 15:25 ` rguenth at gcc dot gnu dot org
  2 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-12-31 15:25 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from rguenth at gcc dot gnu dot org  2009-12-31 15:25 -------
I fixed sth like this a while ago, please try with current trunk.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-valid-code


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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/42507] internal compiler error: verify_stmts failed
       [not found] <bug-42507-4@http.gcc.gnu.org/bugzilla/>
@ 2011-09-24 22:27 ` paolo.carlini at oracle dot com
  0 siblings, 0 replies; 5+ messages in thread
From: paolo.carlini at oracle dot com @ 2011-09-24 22:27 UTC (permalink / raw)
  To: gcc-bugs

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

Paolo Carlini <paolo.carlini at oracle dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-09-24 20:54:58 UTC ---
Feedback not forthcoming.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-24 20:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-26 11:12 [Bug c++/42507] New: internal compiler error: verify_stmts failed jarrod dot chesney at gmail dot com
2009-12-27 12:29 ` [Bug c++/42507] " paolo dot carlini at oracle dot com
2009-12-27 12:33 ` jarrod dot chesney at gmail dot com
2009-12-31 15:25 ` rguenth at gcc dot gnu dot org
     [not found] <bug-42507-4@http.gcc.gnu.org/bugzilla/>
2011-09-24 22:27 ` paolo.carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).