[Bug lto/86344] GCC 8.1 ICEd at LTO stage

2018-07-04 Thread oddin at mimecast dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86344 --- Comment #4 from Oliver Ddin --- So, I grabbed GCC8.1.1 from trunk and built it. Crash reoccured. However, I noticed that GCC wasn't doing LTO through the linker plugin, so after rebuilding with the correct configuration to enable -fuse-linke

[Bug lto/86344] New: GCC 8.1 ICEd at LTO stage

2018-06-28 Thread oddin at mimecast dot com
Assignee: unassigned at gcc dot gnu.org Reporter: oddin at mimecast dot com CC: marxin at gcc dot gnu.org Target Milestone: --- I have a fairly large C++ project that I build with LTO (including dependencies that are packaged up in LTO form) which successfully LTOs on GCC6 and