public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/13754] New: [3.4 regression] ip2k-elf ICE on multiple gotos
@ 2004-01-20  0:42 dhazeghi at yahoo dot com
  2004-01-20  0:44 ` [Bug target/13754] [3.4/3.5 " dhazeghi at yahoo dot com
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: dhazeghi at yahoo dot com @ 2004-01-20  0:42 UTC (permalink / raw)
  To: gcc-bugs

While going through 13747, I found the following snippet which ICEs
for ip2k-elf target with 3.4 branch, but not on 3.3 branch:
void
uip_process(int flag)
{
  switch(flag) {
  case 1:
    goto a;
  case 2:
  case 3:
    goto b;
  case 4:
    goto c;
  }
 a:
 b:
 c:
  return;
}

-- 
           Summary: [3.4 regression] ip2k-elf ICE on multiple gotos
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dhazeghi at yahoo dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: ip2k-elf


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


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

end of thread, other threads:[~2005-07-20  6:44 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-20  0:42 [Bug target/13754] New: [3.4 regression] ip2k-elf ICE on multiple gotos dhazeghi at yahoo dot com
2004-01-20  0:44 ` [Bug target/13754] [3.4/3.5 " dhazeghi at yahoo dot com
2004-01-20  0:49 ` dhazeghi at yahoo dot com
2004-01-20  3:46 ` pinskia at gcc dot gnu dot org
2004-01-25 22:57 ` pinskia at gcc dot gnu dot org
2004-02-03 22:35 ` steven at gcc dot gnu dot org
2004-02-04  6:24 ` denisc at overta dot ru
2004-02-16  9:39 ` steven at gcc dot gnu dot org
2004-02-28  2:39 ` mmitchel at gcc dot gnu dot org
2004-06-09 19:30 ` mmitchel at gcc dot gnu dot org
2004-08-19 20:34 ` mmitchel at gcc dot gnu dot org
2004-09-27 22:21 ` [Bug target/13754] [3.4/4.0 " pinskia at gcc dot gnu dot org
2004-10-05 19:28 ` pinskia at gcc dot gnu dot org
2004-10-30 20:03 ` mmitchel at gcc dot gnu dot org
2004-11-01  0:46 ` mmitchel at gcc dot gnu dot org
2004-11-08 21:18 ` pinskia at gcc dot gnu dot org
2004-12-01 18:22 ` pinskia at gcc dot gnu dot org
2004-12-23 12:46 ` steven at gcc dot gnu dot org
2004-12-23 12:47 ` steven at gcc dot gnu dot org
2005-01-14 14:34 ` pinskia at gcc dot gnu dot org
2005-01-21 21:30 ` pinskia at gcc dot gnu dot org
2005-03-05 19:47 ` [Bug target/13754] [3.4/4.0/4.1 " pinskia at gcc dot gnu dot org
2005-07-20  6:52 ` 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).