public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/15779] New: [lno] ICE in stmt_ann, at tree-flow-inline.h:54
@ 2004-06-02 15:54 reichelt at gcc dot gnu dot org
  2004-06-08 15:42 ` [Bug tree-optimization/15779] " rakdver at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2004-06-02 15:54 UTC (permalink / raw)
  To: gcc-bugs

The following testcase ICEs when compiled with lno branch
using the command line "g++ -O -funroll-loops":

=================================
struct A
{
    ~A();
};

struct B
{
    B();
    A a;
};

void foo()
{
    B b[2];
}
=================================

The error message is:

bug.cc: In function `void foo()':
bug.cc:13: internal compiler error: in stmt_ann, at tree-flow-inline.h:54
Please submit a full bug report, [etc.]

-- 
           Summary: [lno] ICE in stmt_ann, at tree-flow-inline.h:54
           Product: gcc
           Version: lno
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: tree-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org


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


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

end of thread, other threads:[~2004-07-10  0:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-02 15:54 [Bug tree-optimization/15779] New: [lno] ICE in stmt_ann, at tree-flow-inline.h:54 reichelt at gcc dot gnu dot org
2004-06-08 15:42 ` [Bug tree-optimization/15779] " rakdver at gcc dot gnu dot org
2004-06-08 15:44 ` cvs-commit at gcc dot gnu dot org
2004-07-10  0:55 ` 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).