aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2024-11-25 09:36:41 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2024-11-25 09:36:41 +0100
commite984ba40aa0c1fa3460e0266deb59b9036ba8454 (patch)
tree3112ff181d9bae0baf1cff9784ce76c700aeca17 /gcc/system.h
parenta51dbaefdd93b3bcce6e1d7b49f01a1cabf6f39b (diff)
downloadgcc-e984ba40aa0c1fa3460e0266deb59b9036ba8454.zip
gcc-e984ba40aa0c1fa3460e0266deb59b9036ba8454.tar.gz
gcc-e984ba40aa0c1fa3460e0266deb59b9036ba8454.tar.bz2
libsanitizer: Remove -pedantic from AM_CXXFLAGS [PR117732]
We aren't the master repository for the sanitizers and clearly upstream introduces various extensions in the code. All we care about is whether it builds and works fine with GCC, so -pedantic flag is of no use to us, only maybe to upstream if they cared about it (which they clearly don't). The following patch removes those and fixes some whitespace nits at the same time. 2024-11-25 Jakub Jelinek <jakub@redhat.com> PR sanitizer/117732 * asan/Makefile.am (AM_CXXFLAGS): Remove -pedantic. Formatting fix. (asan_files): Formatting fix. * hwasan/Makefile.am (AM_CXXFLAGS): Remove -pedantic. Formatting fix. * interception/Makefile.am (AM_CXXFLAGS): Likewise. (interception_files): Formatting fix. * libbacktrace/Makefile.am: Update copyright years. * lsan/Makefile.am (AM_CXXFLAGS): Remove -pedantic. Formatting fix. * sanitizer_common/Makefile.am (AM_CXXFLAGS): Likewise. (libsanitizer_common_la_DEPENDENCIES): Formatting fix. * tsan/Makefile.am (AM_CXXFLAGS): Remove -pedantic. Formatting fix. * ubsan/Makefile.am (AM_CXXFLAGS): Likewise. * asan/Makefile.in: Regenerate. * hwasan/Makefile.in: Regenerate. * interception/Makefile.in: Regenerate. * libbacktrace/Makefile.in: Regenerate. * lsan/Makefile.in: Regenerate. * sanitizer_common/Makefile.in: Regenerate. * tsan/Makefile.in: Regenerate. * ubsan/Makefile.in: Regenerate.
Diffstat (limited to 'gcc/system.h')
0 files changed, 0 insertions, 0 deletions