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/57438] bootstrap fails on x86_64 darwin in stage2 linking cc1


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57438

Chris Green <greenc at fnal dot gov> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greenc at fnal dot gov

--- Comment #28 from Chris Green <greenc at fnal dot gov> ---
For those people still running into this (problem still exists with GCC 6.2),
the following workaround will do the job on OS X / Mac OS: simply add this
definition to your compile commands:

-D__builtin_unreachable=__builtin_trap

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