------- Comment #8 from rguenth at gcc dot gnu dot org  2009-08-26 10:54 -------
The issue here is that during linking we do not optimize which triggers the
path in out-of-ssa coalescing that assumes no overlapping life-ranges are
present.  Which is obviously not true if we optimized during lto generation.

So this is really a middle-end problem.  Honza - what do you suggest to do
here?


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hubicka at gcc dot gnu dot
                   |                            |org


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

Reply via email to