public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/27428]  New: [4.0/4.1/4.2 regression] ICE with goto in erroneous code
@ 2006-05-04 16:25 reichelt at gcc dot gnu dot org
  2006-05-04 16:28 ` [Bug middle-end/27428] " pinskia at gcc dot gnu dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: reichelt at gcc dot gnu dot org @ 2006-05-04 16:25 UTC (permalink / raw)
  To: gcc-bugs

The following invalid code snippet causes a segfault in main_block_label
in tree-cfg.c:

===========================
void foo()
{
    goto L;
    if (0..) { L: ; }
}
===========================

bug.c:4:9: error: too many decimal points in number
bug.c: In function 'foo':
bug.c:5: internal compiler error: Segmentation fault
Please submit a full bug report, [etc.]

We ICE since GCC 4.0.0.


-- 
           Summary: [4.0/4.1/4.2 regression] ICE with goto in erroneous code
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Keywords: ice-on-invalid-code, error-recovery, monitored
          Severity: normal
          Priority: P3
         Component: middle-end
        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=27428


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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-04 16:25 [Bug middle-end/27428] New: [4.0/4.1/4.2 regression] ICE with goto in erroneous code reichelt at gcc dot gnu dot org
2006-05-04 16:28 ` [Bug middle-end/27428] " pinskia at gcc dot gnu dot org
2006-05-05  8:19 ` pinskia at gcc dot gnu dot org
2006-05-05  8:32 ` pinskia at gcc dot gnu dot org
2006-05-29 22:21 ` pinskia at gcc dot gnu dot org
2006-06-04 18:48 ` mmitchel at gcc dot gnu dot org
2006-06-29 22:05 ` sayle at gcc dot gnu dot org
2006-06-30  1:08 ` [Bug middle-end/27428] [4.0/4.1 " pinskia at gcc dot gnu dot org
2006-07-01 16:32 ` sayle at gcc dot gnu dot org
2006-07-02 16:05 ` sayle at gcc dot gnu dot org
2006-07-02 16:20 ` 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).