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 #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
 extern char **environ;
 #endif

-#if defined(__has_include) && __has_include(<os/trace.h>)
+#if defined(__has_include) && __has_include(<os/trace.h>) &&
defined(__clang__)
 #define SANITIZER_OS_TRACE 1
 #include <os/trace.h>
 #else

is preapproved if it works.

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