public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/94745] New: No error emitted for unknown -Wno-meow argument
@ 2020-04-24 13:25 ldionne.2 at gmail dot com
  2020-04-24 13:34 ` [Bug c++/94745] " redi at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ldionne.2 at gmail dot com @ 2020-04-24 13:25 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94745

            Bug ID: 94745
           Summary: No error emitted for unknown -Wno-meow argument
           Product: gcc
           Version: 10.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: ldionne.2 at gmail dot com
  Target Milestone: ---

GCC does not diagnose unsupported -Wno-meow command line flags unless another
error happens during compilation.

For example, the following compiles just fine even though -Wno-foo doesn't
exist:

    $ echo | g++ -xc++ - -Werror -fsyntax-only -Wno-foo

    <nothing>

If, however, another error happens during compilation, the unsupported
command-line flag is reported:

    $ echo '#error' | g++ -xc++ - -Werror -fsyntax-only -Wno-foo

    <stdin>:1:2: error: #error
    cc1plus: error: unrecognized command line option '-Wno-foo' [-Werror]
    cc1plus: all warnings being treated as errors


This makes detecting whether GCC supports a given warning flag very challenging
in build systems. This issue popped up while trying to support GCC when running
the libc++ Standard Library conformance test suite.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-04 14:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-24 13:25 [Bug c++/94745] New: No error emitted for unknown -Wno-meow argument ldionne.2 at gmail dot com
2020-04-24 13:34 ` [Bug c++/94745] " redi at gcc dot gnu.org
2020-04-24 13:36 ` redi at gcc dot gnu.org
2020-04-24 17:42 ` rguenth at gcc dot gnu.org
2020-05-04 14:38 ` ldionne.2 at gmail dot com

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).