public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8245] contrib: filter out a new Clang warning
@ 2022-04-25 13:42 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-04-25 13:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:46cd445fc0714cc6c834b680c3f59dbad0b94a3c

commit r12-8245-g46cd445fc0714cc6c834b680c3f59dbad0b94a3c
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Apr 25 15:42:09 2022 +0200

    contrib: filter out a new Clang warning
    
    contrib/ChangeLog:
    
            * filter-clang-warnings.py: Filter out
            -Wbitwise-instead-of-logical.

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

diff --git a/contrib/filter-clang-warnings.py b/contrib/filter-clang-warnings.py
index e00570b42cf..405ab8da6da 100755
--- a/contrib/filter-clang-warnings.py
+++ b/contrib/filter-clang-warnings.py
@@ -38,7 +38,8 @@ 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', '-Wc++20-extensions'],
+                 '-Wunknown-warning-option', '-Wc++20-extensions',
+                 '-Wbitwise-instead-of-logical'],
             'insn-modes.cc': ['-Wshift-count-overflow'],
             'insn-emit.cc': ['-Wtautological-compare'],
             'insn-attrtab.cc': ['-Wparentheses-equality'],


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

only message in thread, other threads:[~2022-04-25 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 13:42 [gcc r12-8245] contrib: filter out a new Clang warning 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).