]> gcc.gnu.org Git - gcc.git/commit
Avoid more -Wformat-diag warnings [PR103758]
authorMarek Polacek <polacek@redhat.com>
Wed, 5 Jan 2022 22:53:30 +0000 (17:53 -0500)
committerMarek Polacek <polacek@redhat.com>
Thu, 6 Jan 2022 00:42:45 +0000 (19:42 -0500)
commit1935db296892bbd9fc597889237528bd7e080ab1
treeed45f27956f374e6cd33e201438d2d50e10cde03
parent0fbefa25b3f928d97fb7fd61f1448a55e5ec612d
Avoid more -Wformat-diag warnings [PR103758]

Let's use "%<x>, %<y>, or %<z>" rather than "[x|y|z]" as in the rest of
our codebase.

PR c++/103758

gcc/c-family/ChangeLog:

* c-pragma.c (handle_pragma_scalar_storage_order): Use %< %> in
diagnostic messages.
(handle_pragma_diagnostic): Likewise.

gcc/testsuite/ChangeLog:

* gcc.dg/sso-6.c: Update dg-warning.
gcc/c-family/c-pragma.c
gcc/testsuite/gcc.dg/sso-6.c
This page took 0.091153 seconds and 6 git commands to generate.