Only run math special function tests for C++11 and later
authorJonathan Wakely <jwakely@redhat.com>
Tue, 2 Aug 2016 13:32:16 +0000 (14:32 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 2 Aug 2016 13:32:16 +0000 (14:32 +0100)
* testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Only
run for C++11 and later.
* testsuite/ext/special_functions/conf_hyperg/check_value.cc:
Likewise.
* testsuite/ext/special_functions/conf_hyperg/compile.cc: Likewise.
* testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
* testsuite/ext/special_functions/hyperg/check_value.cc: Likewise.
* testsuite/ext/special_functions/hyperg/compile.cc: Likewise.
* testsuite/special_functions/01_assoc_laguerre/check_nan.cc:
Likewise.
* testsuite/special_functions/01_assoc_laguerre/check_value.cc:
Likewise.
* testsuite/special_functions/01_assoc_laguerre/compile.cc: Likewise.
* testsuite/special_functions/01_assoc_laguerre/compile_2.cc:
Likewise.
* testsuite/special_functions/02_assoc_legendre/check_nan.cc:
Likewise.
* testsuite/special_functions/02_assoc_legendre/check_value.cc:
Likewise.
* testsuite/special_functions/02_assoc_legendre/compile.cc: Likewise.
* testsuite/special_functions/02_assoc_legendre/compile_2.cc:
* testsuite/special_functions/03_beta/check_nan.cc: Likewise.
* testsuite/special_functions/03_beta/check_value.cc: Likewise.
* testsuite/special_functions/03_beta/compile.cc: Likewise.
* testsuite/special_functions/03_beta/compile_2.cc: Likewise.
* testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise.
* testsuite/special_functions/04_comp_ellint_1/check_value.cc:
Likewise.
* testsuite/special_functions/04_comp_ellint_1/compile.cc: Likewise.
* testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Likewise.
* testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise.
* testsuite/special_functions/05_comp_ellint_2/check_value.cc:
Likewise.
* testsuite/special_functions/05_comp_ellint_2/compile.cc: Likewise.
* testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Likewise.
* testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise.
* testsuite/special_functions/06_comp_ellint_3/check_value.cc:
Likewise.
* testsuite/special_functions/06_comp_ellint_3/compile.cc: Likewise.
* testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/check_value.cc:
Likewise.
* testsuite/special_functions/07_cyl_bessel_i/compile.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Likewise.
* testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise.
* testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise.
* testsuite/special_functions/08_cyl_bessel_j/check_value.cc:
Likewise.
* testsuite/special_functions/08_cyl_bessel_j/compile.cc: Likewise.
* testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Likewise.
* testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise.
* testsuite/special_functions/09_cyl_bessel_k/check_value.cc:
Likewise.
* testsuite/special_functions/09_cyl_bessel_k/compile.cc: Likewise.
* testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Likewise.
* testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise.
* testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise.
* testsuite/special_functions/10_cyl_neumann/compile.cc: Likewise.
* testsuite/special_functions/10_cyl_neumann/compile_2.cc: Likewise.
* testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise.
* testsuite/special_functions/11_ellint_1/check_value.cc: Likewise.
* testsuite/special_functions/11_ellint_1/compile.cc: Likewise.
* testsuite/special_functions/11_ellint_1/compile_2.cc: Likewise.
* testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise.
* testsuite/special_functions/12_ellint_2/check_value.cc: Likewise.
* testsuite/special_functions/12_ellint_2/compile.cc: Likewise.
* testsuite/special_functions/12_ellint_2/compile_2.cc: Likewise.
* testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise.
* testsuite/special_functions/13_ellint_3/check_value.cc: Likewise.
* testsuite/special_functions/13_ellint_3/compile.cc: Likewise.
* testsuite/special_functions/13_ellint_3/compile_2.cc: Likewise.
* testsuite/special_functions/14_expint/check_nan.cc: Likewise.
* testsuite/special_functions/14_expint/check_value.cc: Likewise.
* testsuite/special_functions/14_expint/compile.cc: Likewise.
* testsuite/special_functions/14_expint/compile_2.cc: Likewise.
* testsuite/special_functions/15_hermite/check_nan.cc: Likewise.
* testsuite/special_functions/15_hermite/check_value.cc: Likewise.
* testsuite/special_functions/15_hermite/compile.cc: Likewise.
* testsuite/special_functions/15_hermite/compile_2.cc: Likewise.
* testsuite/special_functions/16_laguerre/check_nan.cc: Likewise.
* testsuite/special_functions/16_laguerre/check_value.cc: Likewise.
* testsuite/special_functions/16_laguerre/compile.cc: Likewise.
* testsuite/special_functions/16_laguerre/compile_2.cc: Likewise.
* testsuite/special_functions/17_legendre/check_nan.cc: Likewise.
* testsuite/special_functions/17_legendre/check_value.cc: Likewise.
* testsuite/special_functions/17_legendre/compile.cc: Likewise.
* testsuite/special_functions/17_legendre/compile_2.cc: Likewise.
* testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise.
* testsuite/special_functions/18_riemann_zeta/check_value.cc:
Likewise.
* testsuite/special_functions/18_riemann_zeta/compile.cc: Likewise.
* testsuite/special_functions/18_riemann_zeta/compile_2.cc: Likewise.
* testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise.
* testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise.
* testsuite/special_functions/19_sph_bessel/compile.cc: Likewise.
* testsuite/special_functions/19_sph_bessel/compile_2.cc: Likewise.
* testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise.
* testsuite/special_functions/20_sph_legendre/check_value.cc:
Likewise.
* testsuite/special_functions/20_sph_legendre/compile.cc: Likewise.
* testsuite/special_functions/20_sph_legendre/compile_2.cc: Likewise.
* testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise.
* testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise.
* testsuite/special_functions/21_sph_neumann/compile.cc: Likewise.
* testsuite/special_functions/21_sph_neumann/compile_2.cc: Likewise.

From-SVN: r238986

92 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_nan.cc
libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/check_value.cc
libstdc++-v3/testsuite/ext/special_functions/conf_hyperg/compile.cc
libstdc++-v3/testsuite/ext/special_functions/hyperg/check_nan.cc
libstdc++-v3/testsuite/ext/special_functions/hyperg/check_value.cc
libstdc++-v3/testsuite/ext/special_functions/hyperg/compile.cc
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_nan.cc
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/check_value.cc
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile.cc
libstdc++-v3/testsuite/special_functions/01_assoc_laguerre/compile_2.cc
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_nan.cc
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/check_value.cc
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile.cc
libstdc++-v3/testsuite/special_functions/02_assoc_legendre/compile_2.cc
libstdc++-v3/testsuite/special_functions/03_beta/check_nan.cc
libstdc++-v3/testsuite/special_functions/03_beta/check_value.cc
libstdc++-v3/testsuite/special_functions/03_beta/compile.cc
libstdc++-v3/testsuite/special_functions/03_beta/compile_2.cc
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_nan.cc
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/check_value.cc
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile.cc
libstdc++-v3/testsuite/special_functions/04_comp_ellint_1/compile_2.cc
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_nan.cc
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/check_value.cc
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile.cc
libstdc++-v3/testsuite/special_functions/05_comp_ellint_2/compile_2.cc
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_nan.cc
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/check_value.cc
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile.cc
libstdc++-v3/testsuite/special_functions/06_comp_ellint_3/compile_2.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_nan.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/check_value.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/compile_2.cc
libstdc++-v3/testsuite/special_functions/07_cyl_bessel_i/pr56216.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_nan.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/check_value.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile.cc
libstdc++-v3/testsuite/special_functions/08_cyl_bessel_j/compile_2.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_nan.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/check_value.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile.cc
libstdc++-v3/testsuite/special_functions/09_cyl_bessel_k/compile_2.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_nan.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/check_value.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile.cc
libstdc++-v3/testsuite/special_functions/10_cyl_neumann/compile_2.cc
libstdc++-v3/testsuite/special_functions/11_ellint_1/check_nan.cc
libstdc++-v3/testsuite/special_functions/11_ellint_1/check_value.cc
libstdc++-v3/testsuite/special_functions/11_ellint_1/compile.cc
libstdc++-v3/testsuite/special_functions/11_ellint_1/compile_2.cc
libstdc++-v3/testsuite/special_functions/12_ellint_2/check_nan.cc
libstdc++-v3/testsuite/special_functions/12_ellint_2/check_value.cc
libstdc++-v3/testsuite/special_functions/12_ellint_2/compile.cc
libstdc++-v3/testsuite/special_functions/12_ellint_2/compile_2.cc
libstdc++-v3/testsuite/special_functions/13_ellint_3/check_nan.cc
libstdc++-v3/testsuite/special_functions/13_ellint_3/check_value.cc
libstdc++-v3/testsuite/special_functions/13_ellint_3/compile.cc
libstdc++-v3/testsuite/special_functions/13_ellint_3/compile_2.cc
libstdc++-v3/testsuite/special_functions/14_expint/check_nan.cc
libstdc++-v3/testsuite/special_functions/14_expint/check_value.cc
libstdc++-v3/testsuite/special_functions/14_expint/compile.cc
libstdc++-v3/testsuite/special_functions/14_expint/compile_2.cc
libstdc++-v3/testsuite/special_functions/15_hermite/check_nan.cc
libstdc++-v3/testsuite/special_functions/15_hermite/check_value.cc
libstdc++-v3/testsuite/special_functions/15_hermite/compile.cc
libstdc++-v3/testsuite/special_functions/15_hermite/compile_2.cc
libstdc++-v3/testsuite/special_functions/16_laguerre/check_nan.cc
libstdc++-v3/testsuite/special_functions/16_laguerre/check_value.cc
libstdc++-v3/testsuite/special_functions/16_laguerre/compile.cc
libstdc++-v3/testsuite/special_functions/16_laguerre/compile_2.cc
libstdc++-v3/testsuite/special_functions/17_legendre/check_nan.cc
libstdc++-v3/testsuite/special_functions/17_legendre/check_value.cc
libstdc++-v3/testsuite/special_functions/17_legendre/compile.cc
libstdc++-v3/testsuite/special_functions/17_legendre/compile_2.cc
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_nan.cc
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/check_value.cc
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile.cc
libstdc++-v3/testsuite/special_functions/18_riemann_zeta/compile_2.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_nan.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/check_value.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile.cc
libstdc++-v3/testsuite/special_functions/19_sph_bessel/compile_2.cc
libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_nan.cc
libstdc++-v3/testsuite/special_functions/20_sph_legendre/check_value.cc
libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile.cc
libstdc++-v3/testsuite/special_functions/20_sph_legendre/compile_2.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_nan.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/check_value.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile.cc
libstdc++-v3/testsuite/special_functions/21_sph_neumann/compile_2.cc

index e6d43257e94891f4ad0602849da0baa99494e80c..8c025298a0799c4c5bef36a5f140f4b67bf27d23 100644 (file)
@@ -1,5 +1,112 @@
 2016-08-02  Jonathan Wakely  <jwakely@redhat.com>
 
+       * testsuite/ext/special_functions/conf_hyperg/check_nan.cc: Only
+       run for C++11 and later.
+       * testsuite/ext/special_functions/conf_hyperg/check_value.cc:
+       Likewise.
+       * testsuite/ext/special_functions/conf_hyperg/compile.cc: Likewise.
+       * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
+       * testsuite/ext/special_functions/hyperg/check_value.cc: Likewise.
+       * testsuite/ext/special_functions/hyperg/compile.cc: Likewise.
+       * testsuite/special_functions/01_assoc_laguerre/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/01_assoc_laguerre/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/01_assoc_laguerre/compile.cc: Likewise.
+       * testsuite/special_functions/01_assoc_laguerre/compile_2.cc:
+       Likewise.
+       * testsuite/special_functions/02_assoc_legendre/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/02_assoc_legendre/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/02_assoc_legendre/compile.cc: Likewise.
+       * testsuite/special_functions/02_assoc_legendre/compile_2.cc:
+       * testsuite/special_functions/03_beta/check_nan.cc: Likewise.
+       * testsuite/special_functions/03_beta/check_value.cc: Likewise.
+       * testsuite/special_functions/03_beta/compile.cc: Likewise.
+       * testsuite/special_functions/03_beta/compile_2.cc: Likewise.
+       * testsuite/special_functions/04_comp_ellint_1/check_nan.cc: Likewise.
+       * testsuite/special_functions/04_comp_ellint_1/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/04_comp_ellint_1/compile.cc: Likewise.
+       * testsuite/special_functions/04_comp_ellint_1/compile_2.cc: Likewise.
+       * testsuite/special_functions/05_comp_ellint_2/check_nan.cc: Likewise.
+       * testsuite/special_functions/05_comp_ellint_2/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/05_comp_ellint_2/compile.cc: Likewise.
+       * testsuite/special_functions/05_comp_ellint_2/compile_2.cc: Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/check_nan.cc: Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/compile.cc: Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/compile_2.cc: Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc: Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/compile.cc: Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/compile_2.cc: Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/pr56216.cc: Likewise.
+       * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc: Likewise.
+       * testsuite/special_functions/08_cyl_bessel_j/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/08_cyl_bessel_j/compile.cc: Likewise.
+       * testsuite/special_functions/08_cyl_bessel_j/compile_2.cc: Likewise.
+       * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc: Likewise.
+       * testsuite/special_functions/09_cyl_bessel_k/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/09_cyl_bessel_k/compile.cc: Likewise.
+       * testsuite/special_functions/09_cyl_bessel_k/compile_2.cc: Likewise.
+       * testsuite/special_functions/10_cyl_neumann/check_nan.cc: Likewise.
+       * testsuite/special_functions/10_cyl_neumann/check_value.cc: Likewise.
+       * testsuite/special_functions/10_cyl_neumann/compile.cc: Likewise.
+       * testsuite/special_functions/10_cyl_neumann/compile_2.cc: Likewise.
+       * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise.
+       * testsuite/special_functions/11_ellint_1/check_value.cc: Likewise.
+       * testsuite/special_functions/11_ellint_1/compile.cc: Likewise.
+       * testsuite/special_functions/11_ellint_1/compile_2.cc: Likewise.
+       * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise.
+       * testsuite/special_functions/12_ellint_2/check_value.cc: Likewise.
+       * testsuite/special_functions/12_ellint_2/compile.cc: Likewise.
+       * testsuite/special_functions/12_ellint_2/compile_2.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/check_value.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/compile.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/compile_2.cc: Likewise.
+       * testsuite/special_functions/14_expint/check_nan.cc: Likewise.
+       * testsuite/special_functions/14_expint/check_value.cc: Likewise.
+       * testsuite/special_functions/14_expint/compile.cc: Likewise.
+       * testsuite/special_functions/14_expint/compile_2.cc: Likewise.
+       * testsuite/special_functions/15_hermite/check_nan.cc: Likewise.
+       * testsuite/special_functions/15_hermite/check_value.cc: Likewise.
+       * testsuite/special_functions/15_hermite/compile.cc: Likewise.
+       * testsuite/special_functions/15_hermite/compile_2.cc: Likewise.
+       * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise.
+       * testsuite/special_functions/16_laguerre/check_value.cc: Likewise.
+       * testsuite/special_functions/16_laguerre/compile.cc: Likewise.
+       * testsuite/special_functions/16_laguerre/compile_2.cc: Likewise.
+       * testsuite/special_functions/17_legendre/check_nan.cc: Likewise.
+       * testsuite/special_functions/17_legendre/check_value.cc: Likewise.
+       * testsuite/special_functions/17_legendre/compile.cc: Likewise.
+       * testsuite/special_functions/17_legendre/compile_2.cc: Likewise.
+       * testsuite/special_functions/18_riemann_zeta/check_nan.cc: Likewise.
+       * testsuite/special_functions/18_riemann_zeta/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/18_riemann_zeta/compile.cc: Likewise.
+       * testsuite/special_functions/18_riemann_zeta/compile_2.cc: Likewise.
+       * testsuite/special_functions/19_sph_bessel/check_nan.cc: Likewise.
+       * testsuite/special_functions/19_sph_bessel/check_value.cc: Likewise.
+       * testsuite/special_functions/19_sph_bessel/compile.cc: Likewise.
+       * testsuite/special_functions/19_sph_bessel/compile_2.cc: Likewise.
+       * testsuite/special_functions/20_sph_legendre/check_nan.cc: Likewise.
+       * testsuite/special_functions/20_sph_legendre/check_value.cc:
+       Likewise.
+       * testsuite/special_functions/20_sph_legendre/compile.cc: Likewise.
+       * testsuite/special_functions/20_sph_legendre/compile_2.cc: Likewise.
+       * testsuite/special_functions/21_sph_neumann/check_nan.cc: Likewise.
+       * testsuite/special_functions/21_sph_neumann/check_value.cc: Likewise.
+       * testsuite/special_functions/21_sph_neumann/compile.cc: Likewise.
+       * testsuite/special_functions/21_sph_neumann/compile_2.cc: Likewise.
+
        * testsuite/tr1/5_numerical_facilities/special_functions/
        08_cyl_bessel_i/check_value.cc: Use __attribute__((unused)) instead
        of [[gnu::unused]].
index 7119ce74f746144ac5437dae0af7b5124152afec..d6108d5fd4b39c8ca926871a1d385099e154db25 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-do run { target c++11 } }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
 //
index 276efd6db74eb08945cb00099f3b78ce8f8a5173..d863ae8df933ceae46bf56c62cc65e60358e7e9d 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-do run { target c++11 } }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
 //
index e811c5c359b41be73933f366d558a09bed567be0..36f9a2cc4a907cbb52121d88e03ad17b824258a2 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index ba381ca38034daf5f96b3175dd46d77e6312ed56..8806a3c2b1db83e286303216658872f43da73686 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-do run { target c++11 } }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
 //
index d87fcef03eeffb050a4d0ee8bc2b4ff4945c1350..5a7a4a6f6706e63e43341311d67b7b7810093137 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__ -ffp-contract=off" }
 // { dg-additional-options "-ffloat-store" { target { m68*-*-* || ia32 } } }
+// { dg-do run { target c++11 } }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
 //
index bf76d7861cc3b2afc52f7b93a2b557a5e0486489..3748f6ebd3e2f4c00fa94fae037eaf8dfeee794a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index c415ce16596fc4dcec6807c9d892e288c9759246..60c6871811d85ab93744c4cd31deb07a598d1e65 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 89f317dfaacfef1c48b3a08c832161408b670182..d6a4f55fb7cc0599c29ffed4364d091ba7ddab1f 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 2214c62fd092a2946b58dc0b2bf4ca3dd187ef28..c2d32b793870a254452187d30a271813efd55207 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 71af880c60d4f473ce83ac880cc938c8cc6af9eb..d6a0ad1727d1fe627080b1d670c3b84a2a0455ad 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 63a8de3c49def2cceb121b8ccd28b12b16f60de3..ec916ff8cfe616c7e7bc065ce1c7a1a0de7907f1 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 0c60ac64a1bb6f8e5c799c7bf3b685960160496f..9028872c87e0075681554bbc88603a816bebd9e4 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__ -ffp-contract=off" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 5c7e6510a4946a881efe6b7212305e997dc1f2bf..e088030370d0440c6831ee59cf0730bfeb83f021 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 9641f3aab5a54a6947bcc24a6693718cf91833cc..06b9a9a7c8302100bb6e290b8ec3e0804264900b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 3dc9f33a898969485d933f2121218c7401977c04..07ea9fa8bd8537b43a82c67a9d74705b5aae3a73 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 9cc0b3528e8524f835d42835c8f7662bf5ce622c..93348810f790dd6b5f867df5c6d008fb9ff82c6c 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index eb5e4d02fc3f71df5fd86ecb7abb6564432ea5b5..25e5f063ea1c44992b279a0f45c92346c805525d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index a6eb6acad1a0758a2517bc29a44826886350dc59..76ee9fcdbedf4e585e01b3fd6f815e6d4109a56b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 33e63c5c400b560f2fed0d6b6e2b1576bf9c8cf8..7d0eb0a2f81d2a0a13af1262c84586c4bf9410fb 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index b2bf414bf0f15e974279b344c6aa759f58818239..f9e99528d449252696bb634f4c211f608672cecc 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index cd95b6b9a97ffd78b979bacac277a965d3bf27e5..87987f56bd44b5c33c30a118b9b3c769da72e133 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index de4ef4b95b52e302473615dcafbb9bc36c712058..b3d6bfd1579762101cf17f9cf1eecb2264e7493b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index e4a912f1b054de39cb71975a3f3a1899c96b3c24..72e1d107a6929e490092993b028cd831d0e0c631 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 649b8e55767efef6ee9e907ef8df761ccda7dfe6..eda301254d034c9b444ace8d4eb87ae057af0838 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index a00a031c5cb8843c5fb40b27ac54fa35d91421f8..9fe4058f4d65af323687999cd301ac3b4f15f7ca 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 4707bab5e9f89e882c3b29e6adb0a99d5c260248..6d198ff14e3684948b8cb6a2bacf5078c8fb32fa 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 0bc697cf554c31bef819dcd8f1d572dc333a6c84..62be47da3bdd1bc6e77a359c4b5c2944c8a7c6c5 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 694bf42fbd69876928b771fedc8f6fab8888dcbe..6ac640fbe07af0745af36cb5d268844c273557a1 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 0bd99a65fd32c04419da6a559bc2fd5bce7c2fe9..e38010e5df70e1c22f66f716982a6c5b8ab621ab 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 76da042fd324072adbf314656d716277fdc39529..e09580ffad584b0e16d64572a605b624c4c0b9dc 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 3639d103818dea3eab4d5638a815e5d8ab6ae092..0bf026414c82ad9951c787505417c78b52519d6e 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 792e0f14cbe3246e5d1f882fa240078d11072e7b..923122118ecec072b03789e92805362d32f50e5a 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 1d13223f33b53a5644de27600c48b4ef18a48e3e..1237398be5f921099aa2ca6d6952d5c001eced82 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 33d3fe3bbb59940c0e668d519cceab62a581f112..39dddc820ae22fce0abda45cf35bce548bc56d2e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 31ca8944a1066496e4ea32c60bf2a45bb7d761a5..e4a2ef46281a789d5727a61615462be2f28306f9 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 // Copyright (C) 2015 Free Software Foundation, Inc.
 //
index 481a94c5f1f395f43ce7e07b7c1fe657530292c7..719dac93dd508549018f77e2f5e9628bd73f0efd 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 9a6255b6ce9bdd189d69f54152b69a3024666fb8..1c7c16a85b9edf11ddca33b120f3d747702e3db1 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 336b54ad4b3725f8e437d57469cb5f904b3eb645..7a55aa07ecb2919d9566e9d2271692b6afb8d9f4 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 8b25dd0a69e8698e72f190a4990585f565dc7d32..1b2cf615623a7bb0d8af819824700441f157e96d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 48a77478906a98070a1d1dd1082be1192efeab79..b58a6fb95509a959b217c32805bccf4ad9c03c5b 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 2bd1fa2799326920295b3c0f74cf671d2ccea85f..b3607aa7e5b64daf77557711372bde067f4b303c 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index feb42faf75e513079cde661aa77ea22099d04071..db2c447b43df2040e67e5b8584fae56a719f255b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 4726e67050d4864ca30a56d48ada637ffcfaef73..6e50bdbdbb8f8c7d7b32366b473d700d493106c1 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index bb9d927bd62a9d2080491b759ce61dda381f8e3b..487d82e048925b651cae614ff42f2015245aab99 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 5d320f67e44986b82d40a8018226080cc4966c71..03d6b82b5d098b469bd1afc9a89d6bf7098cefd3 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index c9a49509e90e2f59c30f4515f55b9a142c87e07f..9a7db53d0eb0cafaa755c1a58bee9bbaa4fcabeb 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 4cf86309a0f52ef61a05db8bda2667c081eaa1ad..1d1eabd03c0a5b8722add23ef96cdda3fa3814d0 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index e5150faf090ee251c2c16c7e2d56a5fff110a152..71760204bf900d94893df434ef0b93ec30dcc67e 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 10bc509e9368fdf169ee52a509414c2f15a4fc74..b2040c7c9e738f65dcb02aba2833072a1b900382 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index f4502691f9e8212e4c4afce454f2d45e6b9ef34f..50ad2e15adf0703577608fa8fb6e64e7162be88d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 0effa24003c1632dab21ec91d059c04a45cc8203..568d0c64edb81c0a917c86de07a1f0092461e445 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 4878577d5efca09e482f120ed023c3d1939ad6f1..9b2eba0738bfa05d7fa3e69c067db1e466209a1d 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 39f3cc63522a674ab882e88978c1963ecba35076..b49a4cc61a56ceb90f68fc710b0887ef0c5f90b2 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index bd3350cd549a7a0c338834c143a1af9240067073..71206de5e4e3393a242bc8ddd46f2d1359008253 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 098f301fca718932a84f779a9b1925e9bdc62c98..e0f8cb047731048b0188f1fcce99cdf9bfcc9fad 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index a524c37d443957184ee9179ad2aea9cdb9057838..bdec59e5e1b3c0df28d0e17bde52f3ece895f0e0 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 4332b5fe30e19f5005a83895099a2af96f79af8c..d806d4880f0b6103c81801458df68dac813a217e 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 02fa02d00f0ba0244d4f6156791b076c9ec9d445..0bba92475f8e93f84267097f7716bb37de39a186 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 6e8f2fd019de1cf99094e0f02eb1937474946ac7..7e4fa00b821126727fd618fab1bf67d1682b2b41 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index dfb96de510795c7e09046abd9841c5b58d4c8f3e..7c0c5e49e9c5547476163a4a90123b07a24699c7 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index dcd943b031673c55b5d2bcbd9e308ba24989bdaf..5b3f8e0bea6454530ff4d6f2bfe11f96bccb0efe 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 9bbd9536195d9e4547c50bc15377a81e3118c217..facdab9ae188c887a51fc8b327b635d893d99ba8 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index c501bfd2f0bcc3bfd05dd1369774ca4a58595d81..452b35f4de268c2f53132552aa4751114738da46 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index e6fecef2115def14c0f26ecbb1c0a6fe9b3be564..cf5357e2e55f9ae34eea1e06e88ed9abfc55bd2e 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index a6b6a3f7a807e38754af84472fbf37b457131f85..a805549758af319c234e795ac522daf5f8bbb663 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 948d907e310b6501ff1eb94f0adb0854d78e8813..d97d2d4e5bfa2a0568bad83f10365fda29e6bfe1 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index f792e1740ab51af84cc048f8c1133ce2844378b4..28a525bde506e323f24e1ffbf9018a08bec0135d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 9ae721c86de77c92caf969daf11f83a58fb0557f..b73c3db3508b44a835ecac75a469bd1fb18e1f58 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 82f4872479697cc28c846a5691fe8f878071c7cc..3447ad8e14a2e0ae2cde0011bce2cc53676077fa 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index b6636413174a3821af0dc1c20e39f56ebeda93e6..7e2486122975c5401c1a2cf335010703a56c91b9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 70c85ccf49803c3679338deccc45afbc244baf5f..5bb244531e1948f77c0d48e19b0a7f4c6e7a8c93 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 98a9a30741cead50fad19c46ddb411429045dfac..26fa341ec8b479bf93735f8a82caa403ba52bde3 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 58944783928d2cccd64f5fce64add7ee0c30aa05..626bdc9063537d50f2a5aa50963b38255d2efb05 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 820293a1ba161daad2293087c9398d531f408a4d..4d60fb91b758ba93e40cd250ad5fe3dc26ed5189 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 00458b190cbde70513bcbf0ac36754c904515e10..ff720fb072aa69f9b8731cc30b668043b71c7ba0 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 59c6791974729bcb903ef909cb6d4d14e58b35c0..1e49e9312c74415f81d0f1715d3c95d80803955b 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index f84edd86bb8a6b5dea5dabca3042d06e1df7d52a..7ab4ea0988a41e69885a9406747dba76a9165c83 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index e655a1e0a9ea42d65d456d6745670431cc1f63e6..d14dbed976b404e0752c000c1b84cd37c0e13e20 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index e6e3cd989c96c726949791d3dae9db705c73ce3e..9b7c3d144af45319a187d9bb6f109b1615024cca 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 28a98966bc807b1f8c6d693f462c3feba7eb5f0d..dd99d669e774c85a9f99651da87eb646974d0f24 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 6ad21af3a4b921d8d289f51ee446a2bdd3dbc0f1..38e61626b3d5b59f934c90237b9168e03e07869f 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 3ad65a23e998d2d471805cbc3ed146b74ce005d3..c7ec036c261fb00c06642d687addf33881b12a06 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 1fb7c2dedb3d0bdfd11476d3c60c5fcd85b2f222..054e44294f860408c88c2c0f3fa7e97083eefd81 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index caa7aff820e539b54ef92bc3eb378c645a2b469f..8e2558d41183284a07d6e4b3954c41470a8a3280 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 994054a59121d9c2775aab550973d19c6f175653..5e4344e8572414b9101a97b219fc0e6974db2cad 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index a10e090a0a20decd2df2721e1acb5bbcb54aa2c3..89ffc218d0d7eca6fd492018e1550a50252132b6 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 81cc52516fa0c96b45e647371b9df57551023f76..357dbdea8717634186f2b7437944ae3640503997 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index e85a64323c54b892bb2795c0e92733d30ec084cc..03bc64399d0309ebfc15525e861e953e4e7780fb 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
 // { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
index 441594f26152669376cab61b4d87985b1e6892e8..371501d0e05c5cc2d7b4d2632d59edb49aee05b6 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 //
 // Copyright (C) 2016 Free Software Foundation, Inc.
index 208b809b5a18e5adf6436c4efe3720ae127f3a8f..02404b5cffc1fe6394a1fd8286ebe9f8fd5e552b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.
index b9d8386224427114e74a5b91a6db992652deb942..456d98624d303c712189fe3e6d874c6b6ebd36bb 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do compile }
+// { dg-do compile { target c++11 } }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
 
 // Copyright (C) 2016 Free Software Foundation, Inc.