[Bug tree-optimization/25623] DOM messes up "incoming frequencies" for some BBs

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jan 17 12:35:00 GMT 2006



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-17 12:35 -------
Here is another testcase:
void rs6000_emit_move (int mode, int t, int tt)
{
  if (t == 1)
    if (mode != 2)
      t = tttt();
  if (t == 1)
    if (mode != 2)
        __builtin_abort ();
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |law at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list