public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/32300]  New: ICE with -O2 -fsee
@ 2007-06-12 11:35 wouter dot vermaelen at scarlet dot be
  2007-06-12 12:36 ` [Bug rtl-optimization/32300] [4.3 Regression] " rguenth at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: wouter dot vermaelen at scarlet dot be @ 2007-06-12 11:35 UTC (permalink / raw)
  To: gcc-bugs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 755 bytes --]

> cat bug.ii
struct vector {
        int *start, *finish;
        unsigned long size() { return finish - start; }
};
void f(vector& v) {
        for (unsigned i = 0; i < v.size(); ++i);
}

> g++ -O2 -fsee bug.ii
bug.ii: In function ‘void f(vector&)’:
bug.ii:7: internal compiler error: Segmentation fault

This started failing in the last couple of days.
I'm compiling on linux_x86_64.


-- 
           Summary: ICE with -O2 -fsee
           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 scarlet dot be


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


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

end of thread, other threads:[~2007-09-05  1:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-12 11:35 [Bug c++/32300] New: ICE with -O2 -fsee wouter dot vermaelen at scarlet dot be
2007-06-12 12:36 ` [Bug rtl-optimization/32300] [4.3 Regression] " rguenth at gcc dot gnu dot org
2007-06-12 12:40 ` rguenth at gcc dot gnu dot org
2007-06-12 12:46 ` zadeck at naturalbridge dot com
2007-06-12 13:37 ` rguenth at gcc dot gnu dot org
2007-06-12 18:13 ` zadeck at naturalbridge dot com
2007-06-13 20:01 ` dje at gcc dot gnu dot org
2007-06-25 11:17 ` namolaru at il dot ibm dot com
2007-06-29 18:44 ` mmitchel at gcc dot gnu dot org
2007-07-13 15:54 ` pinskia at gcc dot gnu dot org
2007-08-17 12:44 ` wouter dot vermaelen at scarlet dot be
2007-08-17 12:49 ` zadeck at naturalbridge dot com
2007-09-04 23:31 ` jakub at gcc dot gnu dot org
2007-09-04 23:37 ` jakub at gcc dot gnu dot org
2007-09-05  1:24 ` zadeck at naturalbridge 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).