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 tree-optimization/23588] CCP not fully propagating constants



------- Comment #9 from pinskia at gcc dot gnu dot org  2006-03-26 18:14 -------
Here is another testcase (I don't remember why I was looking into this now but
I was):
int f(int a)
{
  int g = 0;
  int t = a*g*a*a*a*a*a*a*a*a*a*a*a*a*a;

  return t;
}


-- 


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


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