[Bug target/13754] New: [3.4 regression] ip2k-elf ICE on multiple gotos

dhazeghi at yahoo dot com gcc-bugzilla@gcc.gnu.org
Tue Jan 20 00:42:00 GMT 2004


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



More information about the Gcc-bugs mailing list