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/36188] missed CCP



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-05-13 14:43 -------
So the problem is that we are not optimistically treating static variables.  If
we fix that then the testcase is optimized to return 1344 with store_ccp.  The
question is how many bugs we hit with that and how restrictive we need to be ;)


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2008-05-13 14:43:14
               date|                            |


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


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