diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2018-10-15 13:58:51 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2018-10-15 13:58:51 +0100 |
commit | f9bd185f189b26627959671bc65dc44d2e769e3e (patch) | |
tree | 6243f67adfef81040fb976910fe5e2e8d753e139 /gcc/fortran/resolve.c | |
parent | 0df7c778ed50095a0c4b266b4beb8b783de832a8 (diff) | |
download | gcc-f9bd185f189b26627959671bc65dc44d2e769e3e.zip gcc-f9bd185f189b26627959671bc65dc44d2e769e3e.tar.gz gcc-f9bd185f189b26627959671bc65dc44d2e769e3e.tar.bz2 |
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
Diffstat (limited to 'gcc/fortran/resolve.c')
0 files changed, 0 insertions, 0 deletions