public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5462] contrib: filter out -Wc++20-extensions
@ 2021-11-23  7:37 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-11-23  7:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1ddf11d3647f68e0c31016935f19d843d54030b4

commit r12-5462-g1ddf11d3647f68e0c31016935f19d843d54030b4
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Nov 23 08:36:54 2021 +0100

    contrib: filter out -Wc++20-extensions
    
    contrib/ChangeLog:
    
            * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
            not respect proper attribute detection.

Diff:
---
 contrib/filter-clang-warnings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/filter-clang-warnings.py b/contrib/filter-clang-warnings.py
index 361a5c6a098..345d015baf6 100755
--- a/contrib/filter-clang-warnings.py
+++ b/contrib/filter-clang-warnings.py
@@ -38,7 +38,7 @@ def skip_warning(filename, message):
                  'when in C++ mode, this behavior is deprecated',
                  '-Wignored-attributes', '-Wgnu-zero-variadic-macro-arguments',
                  '-Wformat-security', '-Wundefined-internal',
-                 '-Wunknown-warning-option'],
+                 '-Wunknown-warning-option', '-Wc++20-extensions'],
             'insn-modes.c': ['-Wshift-count-overflow'],
             'insn-emit.c': ['-Wtautological-compare'],
             'insn-attrtab.c': ['-Wparentheses-equality'],


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-23  7:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23  7:37 [gcc r12-5462] contrib: filter out -Wc++20-extensions Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).