https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96343
Axel changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
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.
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.
: 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