Commit f1a7789d by Jonathan Wakely

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.
parent 9ceec73f
2020-01-17 Jonathan Wakely <jwakely@redhat.com>
PR testsuite/93227
* g++.dg/cpp0x/std-layout1.C: Use -Wno-deprecated-declarations for
C++20, due to std::is_pod being deprecated.
2020-01-17 Matthew Malcomson <matthew.malcomson@arm.com> 2020-01-17 Matthew Malcomson <matthew.malcomson@arm.com>
* gcc.target/aarch64/sve/acle/asm/ld1ro_f16.c: New test. * gcc.target/aarch64/sve/acle/asm/ld1ro_f16.c: New test.
......
// { dg-do compile { target c++11 } } // { dg-do compile { target c++11 } }
// { dg-additional-options "-Wno-deprecated-declarations" { target c++2a } }
// [basic.types]/10: // [basic.types]/10:
// Scalar types, standard-layout class types (Clause 9), arrays of such // Scalar types, standard-layout class types (Clause 9), arrays of such
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment