[Bug target/87067] [8.1, 8.2] LTO-related ICE when running armv7 binutils test suite

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Aug 23 08:53:00 GMT 2018


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |lto
          Component|lto                         |target

--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> ---
I suppose that with your compiler a simple

int main() {}

would exhibit the same issue when doing

gcc -c -flto -march=armv7-a t.c
gcc -o t t.o -flto

?  That is, somehow target specific option handling wrecks things here.


More information about the Gcc-bugs mailing list