public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6823] contrib: filter out one more Clang warning.
@ 2022-01-23  9:53 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-01-23  9:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:603a9ab41f4fd2748407fecf8b4ce2e5f9f71c23

commit r12-6823-g603a9ab41f4fd2748407fecf8b4ce2e5f9f71c23
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Jan 23 10:52:41 2022 +0100

    contrib: filter out one more Clang warning.
    
    contrib/ChangeLog:
    
            * filter-clang-warnings.py: Filter out one another warning
            for sse.md.

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 43557c30eec..e00570b42cf 100755
--- a/contrib/filter-clang-warnings.py
+++ b/contrib/filter-clang-warnings.py
@@ -46,7 +46,8 @@ def skip_warning(filename, message):
             'generic-match.cc': ['-Wunused-', '-Wtautological-compare'],
             'i386.md': ['-Wparentheses-equality', '-Wtautological-compare',
                         '-Wtautological-overlap-compare'],
-            'sse.md': ['-Wparentheses-equality', '-Wtautological-compare'],
+            'sse.md': ['-Wparentheses-equality', '-Wtautological-compare',
+                       '-Wconstant-logical-operand'],
             'mmx.md': ['-Wtautological-compare'],
             'genautomata.cc': ['-Wstring-plus-int'],
             'fold-const-call.cc': ['-Wreturn-type'],


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

only message in thread, other threads:[~2022-01-23  9:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-23  9:53 [gcc r12-6823] contrib: filter out one more 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).