[Bug tree-optimization/36188] missed CCP
rguenth at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue May 13 14:44:00 GMT 2008
------- Comment #4 from rguenth at gcc dot gnu dot org 2008-05-13 14:44 -------
Created an attachment (id=15635)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15635&action=view)
very optimistic patch
Which also handles
int f(int lay)
{
static int syncsize, init;
if (init == 1)
syncsize = 1344, init = 1;
return syncsize;
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36188
More information about the Gcc-bugs
mailing list