mirror of git://gcc.gnu.org/git/gcc.git
Use -std option in test for C99 macros in <cmath>
* testsuite/26_numerics/headers/cmath/ c99_classification_macros_c++.cc: Rename to ... * testsuite/26_numerics/headers/cmath/ c99_classification_macros_c++98.cc: Here and add -std=gnu++98. * testsuite/26_numerics/headers/cmath/ c99_classification_macros_c++0x.cc: Rename to ... * testsuite/26_numerics/headers/cmath/ c99_classification_macros_c++11.cc: Here. From-SVN: r232165
This commit is contained in:
parent
b464ba1051
commit
8babc12b22
|
|
@ -1,5 +1,14 @@
|
|||
2016-01-08 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/26_numerics/headers/cmath/
|
||||
c99_classification_macros_c++.cc: Rename to ...
|
||||
* testsuite/26_numerics/headers/cmath/
|
||||
c99_classification_macros_c++98.cc: Here and add -std=gnu++98.
|
||||
* testsuite/26_numerics/headers/cmath/
|
||||
c99_classification_macros_c++0x.cc: Rename to ...
|
||||
* testsuite/26_numerics/headers/cmath/
|
||||
c99_classification_macros_c++11.cc: Here.
|
||||
|
||||
PR libstdc++/69190
|
||||
* include/bits/uses_allocator.h: Add missing include.
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
// { dg-options "-std=gnu++98" }
|
||||
// { dg-do compile { xfail uclibc } }
|
||||
// { dg-excess-errors "" { target uclibc } }
|
||||
|
||||
Loading…
Reference in New Issue