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 optimization/14442] [tree-ssa] missed sib if conversion optimization on the tree level


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-05 01:06 -------
f1 right now is equivement to
_Bool f2()
{
  int t3 = 0;
  if (t())
    if (t1())
      t3 = 1;
   return t3;
}

-- 


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


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