public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27384]  New: [4.0/4.1/4.2 regression] ICE with invalid array size
@ 2006-05-02 11:53 reichelt at gcc dot gnu dot org
  2006-05-02 15:31 ` [Bug c++/27384] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-05-02 11:53 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet causes an ICE since GCC 4.0.3:

===================================
struct A
{
    static const int i = j;
    int x[i];
};
===================================

bug.cc:3: error: 'j' was not declared in this scope
bug.cc:4: internal compiler error: in size_binop, at fold-const.c:1736
Please submit a full bug report, [etc.]


-- 
           Summary: [4.0/4.1/4.2 regression] ICE with invalid array size
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: reichelt at gcc dot gnu dot org


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


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

end of thread, other threads:[~2006-05-15 19:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-02 11:53 [Bug c++/27384] New: [4.0/4.1/4.2 regression] ICE with invalid array size reichelt at gcc dot gnu dot org
2006-05-02 15:31 ` [Bug c++/27384] " pinskia at gcc dot gnu dot org
2006-05-10 16:55 ` reichelt at gcc dot gnu dot org
2006-05-11  7:15 ` patchapp at dberlin dot org
2006-05-11 15:08 ` reichelt at gcc dot gnu dot org
2006-05-11 15:12 ` reichelt at gcc dot gnu dot org
2006-05-11 15:17 ` reichelt at gcc dot gnu dot org
2006-05-11 15:18 ` reichelt at gcc dot gnu dot org
2006-05-15 19:40 ` patchapp at dberlin 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).