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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

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

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-03-20 
12:55:45 UTC ---
Can you provide a testcase?  You can try reducing the number of input sources
required by performing a partial link (-r -nostdlib), and use
-flto-partition=1to1
to make that reduction more reliable (if the bug reproduces with that option).
Does the error reproduce with -flto-partition=none?

It seems to me that assembing the target is broken (and thus partitioning).

Reply via email to