https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63632
Bug ID: 63632 Summary: [4.9/5 Regression] bootstrap-lto/profiledbootstrap broken by r216566 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: trippels at gcc dot gnu.org CC: burnus at gcc dot gnu.org Configuring with --with-build-config=bootstrap-lto and building with "make profiledbootstrap" results in: ... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. during STAGEprofile phase. >From config/bootstrap-lto.mk: 7 STAGEprofile_CFLAGS += -fno-lto This is caused by r216566.