This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/63632] New: [4.9/5 Regression] bootstrap-lto/profiledbootstrap broken by r216566


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]