public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/27820]  New: [4.0/4.1/4.2 regression] ICE with duplicate label
@ 2006-05-30 12:27 reichelt at gcc dot gnu dot org
  2006-05-30 13:51 ` [Bug c++/27820] " pinskia at gcc dot gnu dot org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-05-30 12:27 UTC (permalink / raw)
  To: gcc-bugs

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

=======================
void foo()
{
    L: L: ;
}
=======================

bug.cc: In function 'void foo()':
bug.cc:3: error: duplicate label 'L'
bug.cc:3: internal compiler error: in record_in_finally_tree, at tree-eh.c:211
Please submit a full bug report, [etc.]

Only the C++ frontend is affected.


-- 
           Summary: [4.0/4.1/4.2 regression] ICE with duplicate label
           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=27820


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

end of thread, other threads:[~2006-07-08 16:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-30 12:27 [Bug c++/27820] New: [4.0/4.1/4.2 regression] ICE with duplicate label reichelt at gcc dot gnu dot org
2006-05-30 13:51 ` [Bug c++/27820] " pinskia at gcc dot gnu dot org
2006-05-30 13:51 ` pinskia at gcc dot gnu dot org
2006-05-31  2:33 ` bangerth at dealii dot org
2006-06-02  2:32 ` pinskia at gcc dot gnu dot org
2006-06-02  2:36 ` pinskia at gcc dot gnu dot org
2006-06-04 19:42 ` mmitchel at gcc dot gnu dot org
2006-06-30 18:40 ` lmillward at gcc dot gnu dot org
2006-07-07 17:57 ` lmillward at gcc dot gnu dot org
2006-07-07 17:59 ` [Bug c++/27820] [4.0/4.1 " lmillward at gcc dot gnu dot org
2006-07-08 16:39 ` lmillward at gcc dot gnu dot org
2006-07-08 16:45 ` lmillward at gcc dot gnu dot org
2006-07-08 16:46 ` lmillward 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).