------- Comment #5 from hubicka at gcc dot gnu dot org  2009-03-08 23:10 -------
There is if (optimize) test in inliner to disable copy and constant
propagation. The reason is to preserve debug info, with optimizing we always do
cprop while inlining.

So this patch just enable constant propagation when inlining at !optimize...

I've comitted the fix. Can you please double check that arm is happy?
Honza


-- 

hubicka at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

Reply via email to