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 sanitizer/78267] [7 Regression] libsanitizer breaks bootstrap on x86_64-apple-darwin16 at r241977


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

--- Comment #54 from Rainer Orth <ro at gcc dot gnu.org> ---
Author: ro
Date: Sun Nov 20 10:49:47 2016
New Revision: 242633

URL: https://gcc.gnu.org/viewcvs?rev=242633&root=gcc&view=rev
Log:
Fix libsanitizer build on OS X 10.1[01], macOS 10.12 (PR sanitizer/78267)

        fixincludes:
        PR sanitizer/78267
        * inclhack.def (darwin_availabilityinternal, darwin_os_trace_1)
        (darwin_os_trace_2, darwin_os_trace_3): New fixes.
        (hpux_stdint_least_fast): Remove spurious _EOFix_.
        * fixincl.x: Regenerate.
        * tests/bases/AvailabilityInternal.h: New file.
        * tests/bases/os/trace.h: New file.

2016-11-20  Jack Howarth  <howarth.at.gcc@gmail.com>

        libsanitizer:
        PR sanitizer/78267
        * sanitizer_common/sanitizer_mac.cc: Include <os/trace.h> only if
        compiler supports blocks extension.

Added:
    trunk/fixincludes/tests/base/AvailabilityInternal.h
    trunk/fixincludes/tests/base/os/
    trunk/fixincludes/tests/base/os/trace.h
Modified:
    trunk/fixincludes/ChangeLog
    trunk/fixincludes/fixincl.x
    trunk/fixincludes/inclhack.def
    trunk/libsanitizer/ChangeLog
    trunk/libsanitizer/sanitizer_common/sanitizer_mac.cc

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