Fix g++ testsuite failure caused by std::is_pod deprecation
authorJonathan Wakely <jwakely@redhat.com>
Fri, 10 Jan 2020 13:04:09 +0000 (13:04 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 17 Jan 2020 15:07:35 +0000 (15:07 +0000)
commitf1a7789d0f4780b296b66e93f598bf2b2c109f43
tree7572557f9d592d00a2e20c82b7471528b1ff0df5
parent9ceec73fc0e5033049704becef5d79001e31a245
Fix g++ testsuite failure caused by std::is_pod deprecation

PR testsuite/93227
* g++.dg/cpp0x/std-layout1.C: Use -Wno-deprecated-declarations for
C++20, due to std::is_pod being deprecated.
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/std-layout1.C