[Bug lto/96343] LTO ICE on PPC64le

2020-07-28 Thread axel.huebl at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96343 Axel changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug lto/96343] LTO ICE on PPC64le

2020-07-27 Thread axel.huebl at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96343 --- Comment #2 from Axel --- The flags the CMake adds for LTO are -flto -fno-fat-lto-objects The projects are otherwise C++11 and C++14 projects.

[Bug lto/96343] LTO ICE on PPC64le

2020-07-27 Thread axel.huebl at web dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96343 --- Comment #1 from Axel --- I did verify that `gcc-ar` is used for intermediate libraries in the build.

[Bug lto/96343] New: LTO ICE on PPC64le

2020-07-27 Thread axel.huebl at web dot de
: unassigned at gcc dot gnu.org Reporter: axel.huebl at web dot de CC: marxin at gcc dot gnu.org Target Milestone: --- Hi, we are trying to compile a few larger HPC libraries and applications with GCC and CMake using LTO support on Power9 (ppc64le). With the available GCC