PR libstdc++/87587 prevent -Wabi warnings
authorJonathan Wakely <jwakely@redhat.com>
Mon, 15 Oct 2018 12:58:51 +0000 (13:58 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 15 Oct 2018 12:58:51 +0000 (13:58 +0100)
commitf9bd185f189b26627959671bc65dc44d2e769e3e
tree6243f67adfef81040fb976910fe5e2e8d753e139
parent0df7c778ed50095a0c4b266b4beb8b783de832a8
PR libstdc++/87587 prevent -Wabi warnings

The warnings about changes to empty struct parameter passing can be
ignored because the callers are all internal to the library, and so
compiled with the same -fabi-version as the function definitions.

It would be preferable to use #pragma GCC diagnostic warning "-Wabi=12"
to get warnings about any other ABI changes in future versions, but
until PR c++/87611 is fixed the warnings must be completely disabled
with #pragma GCC diagnostic ignroed "-Wabi".

PR libstdc++/87587
* src/c++11/cxx11-shim_facets.cc: Suppress -Wabi warnings.

From-SVN: r265163
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/cxx11-shim_facets.cc