Use -std option in test for C99 macros in <cmath>
authorJonathan Wakely <jwakely@redhat.com>
Fri, 8 Jan 2016 14:59:36 +0000 (14:59 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 8 Jan 2016 14:59:36 +0000 (14:59 +0000)
commit8babc12b224cfb1744799ad4d2020522b222e1fc
treea01e4d6c1d9e6b8d20b8a17cac0d538e36ae025d
parentb464ba1051ace7743028115ef3b4fb1839f25ae7
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
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++.cc [deleted file]
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++0x.cc [deleted file]
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++11.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c++98.cc [new file with mode: 0644]