public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/103812] New: -fcond-mismatch could use a testcase that covers its documented behavior better
@ 2021-12-22 21:34 egallager at gcc dot gnu.org
  2022-06-02 15:35 ` [Bug c/103812] " egallager at gcc dot gnu.org
  0 siblings, 1 reply; 2+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-12-22 21:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 103812
           Summary: -fcond-mismatch could use a testcase that covers its
                    documented behavior better
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: documentation
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: egallager at gcc dot gnu.org
                CC: jsm28 at gcc dot gnu.org
  Target Milestone: ---

Continuing my current re-read of the GCC docs (from bug 103810), I came across
the -fcond-mismatch option, the docs for which say:

"Allow conditional expressions with mismatched types in the second and third
arguments. The value of such an expression is void. This option is not
supported for C++."

https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html#C-Dialect-Options

However, the only place where I can find this option tested in the testsuite is
in gcc/testsuite/gcc.dg/pch/valid-6.c, which doesn't contain any conditional
expressions, it just includes a header (which doesn't contain any conditional
expressions either), and defines a variable. Having a testcase that actually
tests the feature being documented would be helpful for people looking to
understand what its intended behavior is.

(cc-ing last person to write a ChangeLog entry mentioning the option that I
could find)

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

end of thread, other threads:[~2022-06-02 15:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22 21:34 [Bug c/103812] New: -fcond-mismatch could use a testcase that covers its documented behavior better egallager at gcc dot gnu.org
2022-06-02 15:35 ` [Bug c/103812] " egallager at gcc dot gnu.org

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