https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102233
--- Comment #4 from David Malcolm <dmalcolm at gcc dot gnu.org> --- (In reply to Richard W.M. Jones from comment #2) > I think since this seems to be LTO-related, you probably do need > to use LTO CFLAGS in the initial ./configure step. My actual CFLAGS > were: > > export CFLAGS="$(rpm --eval '%{optflags}')" > export CXXFLAGS="$(rpm --eval '%{optflags}')" > export LDFLAGS="$(rpm --eval '%{__global_ldflags}')" For reference, what were the flags, specifically? Thanks.