public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/31183]  New: ICE in int_cst_value, at tree.c:7684   with -O3 -ftree-loop-linear
@ 2007-03-15 11:48 wouter dot vermaelen at pi dot be
  2007-03-15 13:05 ` [Bug c++/31183] " rguenth at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: wouter dot vermaelen at pi dot be @ 2007-03-15 11:48 UTC (permalink / raw)
  To: gcc-bugs

> cat bug.cc
int buf[256 * 9];
void f() {
        for (int i = 0; i < 256; ++i) {
                for (int j = 0; j < 8; ++j) {
                        buf[j + 1] = 0;
                }
        }
}

> g++ -O3 -ftree-loop-linear bug.cc
bug.cc: In function 'void f()':
bug.cc:2: internal compiler error: in int_cst_value, at tree.c:7684


I'm using SVN revision 122952


-- 
           Summary: ICE in int_cst_value, at tree.c:7684   with -O3 -ftree-
                    loop-linear
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: wouter dot vermaelen at pi dot be


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


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

end of thread, other threads:[~2007-03-29  6:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-15 11:48 [Bug c++/31183] New: ICE in int_cst_value, at tree.c:7684 with -O3 -ftree-loop-linear wouter dot vermaelen at pi dot be
2007-03-15 13:05 ` [Bug c++/31183] " rguenth at gcc dot gnu dot org
2007-03-15 13:13 ` ubizjak at gmail dot com
2007-03-15 13:41 ` rguenth at gcc dot gnu dot org
2007-03-15 13:44 ` rguenth at gcc dot gnu dot org
2007-03-16 11:31 ` [Bug tree-optimization/31183] " spop at gcc dot gnu dot org
2007-03-29  6:31 ` [Bug tree-optimization/31183] [4.3 Regression] " pinskia at gcc dot gnu dot org

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).