Changes between Initial Version and Version 2 of Ticket #47410


Ignore:
Timestamp:
Apr 11, 2015, 8:29:40 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47410

    • Property Cc jeremyhu@… added; jeremyhu removed
  • Ticket #47410 – Description

    initial v2  
    11The new Xcode 6.3's clang 6.1 (3.6.0svn) compilers break the bootstrap of FSF gcc 4.9.2 and gcc 4.9.3svn due to configure leaving BUILD_CONFIG unset.
    22
    3 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65733
     3https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65733\\
    44https://llvm.org/bugs/show_bug.cgi?id=23192
    55
    6 This same issue occurs when the llvm 3.5.1, 3.5.2 or 3.6.0 compilers are used to bootstrap gcc. The current workaround is to explicitly pass --with-build-config=bootstrap-debug to configure when the newer clang compilers are in use.
     6This same issue occurs when the llvm 3.5.1, 3.5.2 or 3.6.0 compilers are used to bootstrap gcc. The current workaround is to explicitly pass `--with-build-config=bootstrap-debug` to configure when the newer clang compilers are in use.