https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86004

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Can you please check in g++.log what kind of error you get?
Incremental linking now produce LTO objects while previously it did produce
final binary. I went through testcases where this makes difference and added
-flinker-output=nolto-rel for them to force original behavior.

Adding -flinker-output=nolto-rel to extra-ld-options will likely make the
errors go away, but I would like to know what errors you get because I don't
get them on x86-64.

Honza

Reply via email to