This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/15944] Unrecognizable insn while compiling tree-outof-ssa.c


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]