]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[libstdc++][testsuite] Fix dg-options/dg-add-options order
authorclyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2018 10:17:34 +0000 (10:17 +0000)
committerclyon <clyon@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Jan 2018 10:17:34 +0000 (10:17 +0000)
2018-01-19  Christophe Lyon  <christophe.lyon@linaro.org>

* testsuite/ext/special_functions/airy_ai/check_nan.cc: Fix
          dg-options and dg-add-options order.
* testsuite/ext/special_functions/airy_bi/check_nan.cc: Likewise.
* testsuite/ext/special_functions/conf_hyperg/check_nan.cc:
Likewise.
* testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
* testsuite/special_functions/01_assoc_laguerre/check_nan.cc:
Likewise.
* testsuite/special_functions/02_assoc_legendre/check_nan.cc:
Likewise.
* testsuite/special_functions/03_beta/check_nan.cc: Likewise.
* testsuite/special_functions/04_comp_ellint_1/check_nan.cc:
Likewise.
* testsuite/special_functions/05_comp_ellint_2/check_nan.cc:
Likewise.
* testsuite/special_functions/06_comp_ellint_3/check_nan.cc:
Likewise.
* testsuite/special_functions/06_comp_ellint_3/pr66689.cc:
Likewise.
* testsuite/special_functions/07_cyl_bessel_i/check_nan.cc:
Likewise.
* testsuite/special_functions/08_cyl_bessel_j/check_nan.cc:
Likewise.
* testsuite/special_functions/09_cyl_bessel_k/check_nan.cc:
Likewise.
* testsuite/special_functions/10_cyl_neumann/check_nan.cc:
Likewise.
* testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise.
* testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise.
* testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise.
* testsuite/special_functions/13_ellint_3/pr66689.cc: Likewise.
* testsuite/special_functions/14_expint/check_nan.cc: Likewise.
* testsuite/special_functions/15_hermite/check_nan.cc: Likewise.
* testsuite/special_functions/16_laguerre/check_nan.cc: Likewise.
* testsuite/special_functions/17_legendre/check_nan.cc: Likewise.
* testsuite/special_functions/18_riemann_zeta/check_nan.cc:
Likewise.
* testsuite/special_functions/19_sph_bessel/check_nan.cc:
Likewise.
* testsuite/special_functions/20_sph_legendre/check_nan.cc:
Likewise.
* testsuite/special_functions/21_sph_neumann/check_nan.cc:
Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256879 138bc75d-0d04-0410-961f-82ee72b054a4

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

index bf1d4d43769d1509a7588e0c19b6f05c7ca15748..023e12902bc673f9300200a98097716518f37ef8 100644 (file)
@@ -1,3 +1,49 @@
+2018-01-19  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * testsuite/ext/special_functions/airy_ai/check_nan.cc: Fix
+          dg-options and dg-add-options order.
+       * testsuite/ext/special_functions/airy_bi/check_nan.cc: Likewise.
+       * testsuite/ext/special_functions/conf_hyperg/check_nan.cc:
+       Likewise.
+       * testsuite/ext/special_functions/hyperg/check_nan.cc: Likewise.
+       * testsuite/special_functions/01_assoc_laguerre/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/02_assoc_legendre/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/03_beta/check_nan.cc: Likewise.
+       * testsuite/special_functions/04_comp_ellint_1/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/05_comp_ellint_2/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/06_comp_ellint_3/pr66689.cc:
+       Likewise.
+       * testsuite/special_functions/07_cyl_bessel_i/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/08_cyl_bessel_j/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/09_cyl_bessel_k/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/10_cyl_neumann/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/11_ellint_1/check_nan.cc: Likewise.
+       * testsuite/special_functions/12_ellint_2/check_nan.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/check_nan.cc: Likewise.
+       * testsuite/special_functions/13_ellint_3/pr66689.cc: Likewise.
+       * testsuite/special_functions/14_expint/check_nan.cc: Likewise.
+       * testsuite/special_functions/15_hermite/check_nan.cc: Likewise.
+       * testsuite/special_functions/16_laguerre/check_nan.cc: Likewise.
+       * testsuite/special_functions/17_legendre/check_nan.cc: Likewise.
+       * testsuite/special_functions/18_riemann_zeta/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/19_sph_bessel/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/20_sph_legendre/check_nan.cc:
+       Likewise.
+       * testsuite/special_functions/21_sph_neumann/check_nan.cc:
+       Likewise.
+
 2018-01-18  Uros Bizjak  <ubizjak@gmail.com>
 
        * configure.ac (AC_CHECK_HEADERS): Add linux/types.h.  Conditionally
index eef2f740a99d1b53d48321de0f65d426332bb521..c5473a35aeaea29058d48e1a90e4d34902f03b0c 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index dafa27120f12294a4d192f7ae2849bb22d5fc539..4b852882b0bb7de85e7ac0d855ab93b1ac67d6ee 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 7af46ffa770ca01ec8a1b53622ce889a45c5bbf8..0da38b158c13151c200c11da18f12dbaef353b57 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 78ff9e8a60363d55ec48ce92c2a191fd51a0a086..ee3b679ce9b103b925e569604aa9975c66c468f2 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 6a98eaddd97de31a4aba9bd17326dacf883bbf29..7b9e34a8e619df1a32bc0ba6943049357efb8cb0 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index ca4a1e4daa123ecf564103e44ada3cccd62e8bf2..0eee95725d21812c619fcaf17f4f338c60ded7fd 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 11b48a5ede5e88864db2c2133381094d0d94a57a..b8dc05a061c4989abd563286116d15506017a4ab 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 3d6105f169b1fc58be91646722cf4984fdd7bf91..4a068942f8228cdaacac479dfc58e450816fe380 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index fd462999a2282a09df798d928551ff221b5fb304..e45d4bd7208c7240a10272580f96de9be94f99e9 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index fb87a15cf79bb82925e89c0a1a7227d43fe4e7de..c8d85f9644d0794f19e005fcac4eda270a601591 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index a83126f5113375015f6766f664c991ea04c1e12e..c500f20dfd71e4d8193ef7223b770a304f2b0d2b 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 #include <cmath>
 #include <testsuite_hooks.h>
index f7cfcf2124d1c555234b95dd06db942c0d63532e..50d0cc9e740991257be2935431b63f989c64bbed 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 649367337b6102dd0d4a72e98b2aeea6bd0ecfe8..debf56ee93c4fb02fe50c13df2998076a126526c 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 63f1fe357ea824211398f3fc2225b5f99eda2cde..044b29945a5fda86892b5398958f429bddbf9fd5 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 377c5fa6301a2a983e1f961f9c7b15bfa5dbf0b3..e36f921bf554bbc6f2fffcb97d1eabb704cfd4f1 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 4db17cd003259469a6f28f82f2faefec554d3cf2..6b3cd2fd691ee387a5c930f74efe08233867cd29 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index d8b40aa25c61591f35ddda93fd547bd0fe1c9100..ec95ded0207d16a1e94ce5e79b88ec2fbf6cf759 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 40000566e1bf88a904d81e043e83a27a473dbd90..3b3cf89c4847a882ad95ed02fa6229c5e6011bd0 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index d1299b2d096476462e575c4dcc9686c8abbbcbb0..e261003592d41b7e1281ea249307c76026f809f9 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 #include <cmath>
 #include <testsuite_hooks.h>
index 268d9095c06a732360378eb879dc38be22b6aa22..e7cb901404602e1f6488a4bba35ba8f7d1fc6f4c 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 9dcbea36376d11391338ad0668e95a6d6085771e..d07f129c07fab5dec0129bb93619a4d03af1a78c 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 8e5f8d142ae2716f17e59df0a9dbe6d53f3149ac..709fca867b18b5654b41414f93e67b71cdf728d5 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 504144440a7ff4f8849f3c3c83e5caed45b5f40d..ccb87b96e0bcc8e9ba33b4c8ee4cac19a9005cc2 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 00e1f0da92c439b41cce7bc1f116930005e36f3d..8651748f4c8b18405d631549bd1867ed48764e88 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 57794e37ac01fb088279889bc2001ef7c27b3398..efc1384a50b870ab942afaebdf2b6c9102530db3 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index d53e03068415551528442496225cbed2a98acc70..41d14b897453e9e446d008e994c3b92b7bf3ef83 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //
index 0fed6e865f6a62f8721f549811d72906dff73b76..e7f0d7e6f2689717444098c451db787a09dd462c 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target c++11 } }
 // { dg-require-c-std "" }
-// { dg-add-options ieee }
 // { dg-options "-D__STDCPP_WANT_MATH_SPEC_FUNCS__" }
+// { dg-add-options ieee }
 
 // Copyright (C) 2016-2018 Free Software Foundation, Inc.
 //