------- Comment #5 from ubizjak at gmail dot com  2009-11-20 12:58 -------
This reduced testcase fails also on 4.5:

--cut here--
int make_file (int a, int b)
{
  int foo = a * sizeof (int);

  if (b)
    foo += sizeof (int);

  return foo;
}
--cut here--


-- 


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

Reply via email to