public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/13380] New: An unrecognized insn.
@ 2003-12-10 22:46 kazu at cs dot umass dot edu
  2003-12-10 22:47 ` [Bug c/13380] " kazu at cs dot umass dot edu
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: kazu at cs dot umass dot edu @ 2003-12-10 22:46 UTC (permalink / raw)
  To: gcc-bugs

void
foo (unsigned int a, unsigned int b)
{
  if (a > b)
    {
      while (a)
	{
	  switch (b)
	    {
	    default:
	      a *= 2;
	    case 2:
	      a *= 2;
	    case 1:
	      a *= 2;
	    case 0:
	      ;
	    }
	}
    }
}

-- 
           Summary: An unrecognized insn.
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Keywords: ice-on-valid-code
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kazu at cs dot umass dot edu
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: m32r-elf


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


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

end of thread, other threads:[~2004-01-27 13:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-10 22:46 [Bug c/13380] New: An unrecognized insn kazu at cs dot umass dot edu
2003-12-10 22:47 ` [Bug c/13380] " kazu at cs dot umass dot edu
2003-12-11 18:31 ` [Bug optimization/13380] " pinskia at gcc dot gnu dot org
2003-12-19 14:24 ` pinskia at gcc dot gnu dot org
2003-12-26  1:23 ` kazu at cs dot umass dot edu
2004-01-01  2:06 ` [Bug target/13380] " kazu at cs dot umass dot edu
2004-01-01  2:23 ` kazu at cs dot umass dot edu
2004-01-01 15:20 ` kazu at cs dot umass dot edu
2004-01-09 15:47 ` cvs-commit at gcc dot gnu dot org
2004-01-09 15:49 ` cvs-commit at gcc dot gnu dot org
2004-01-09 15:50 ` kazu at cs dot umass dot edu
2004-01-27 13:14 ` cvs-commit 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).