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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Also, your command line lists -m32, but the preprocessed file is clearly 64-bit
(-m64) produced.  And, if it is only reproduceable with -flto, we need all *.ii
files through which it can be reproduced (perhaps link with -r -nostdlib -flto
and try to remove unneeded objects).

Reply via email to