[Bug target/15944] Unrecognizable insn while compiling tree-outof-ssa.c
belyshev at lubercy dot com
gcc-bugzilla@gcc.gnu.org
Fri Jun 11 17:09:00 GMT 2004
------- Additional Comments From belyshev at lubercy dot com 2004-06-11 17:09 -------
small testcase:
------------------------------------------
void blah (int bb, int flags)
{
while (bb)
{
if (flags & 1)
foo (bb);
bb = baz ();
}
}
------------------------------------------
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-06-11 17:09:14
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15944
More information about the Gcc-bugs
mailing list