[Bug lto/86004] [9 regression] Several lto test cases begin failing with r260963

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 30 22:46:00 GMT 2018


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


More information about the Gcc-bugs mailing list