re PR libstdc++/49141 (26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B...
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 24 May 2011 14:59:13 +0000 (14:59 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 24 May 2011 14:59:13 +0000 (14:59 +0000)
2011-05-24  Paolo Carlini  <paolo.carlini@oracle.com>

PR libstdc++/49141
* testsuite/26_numerics/complex/cons/48760.cc: Use dg-require-c-std.
* testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
* testsuite/26_numerics/headers/cmath/19322.cc: Likewise.

From-SVN: r174120

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/complex/cons/48760.cc
libstdc++-v3/testsuite/26_numerics/complex/cons/48760_c++0x.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/19322.cc

index ce898d6fcd2499c393b237d2a55c646e626b3171..ff39d0796a0649b57a269263e26ac1964b737584 100644 (file)
@@ -1,3 +1,10 @@
+2011-05-24  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       PR libstdc++/49141
+       * testsuite/26_numerics/complex/cons/48760.cc: Use dg-require-c-std.
+       * testsuite/26_numerics/complex/cons/48760_c++0x.cc: Likewise.
+       * testsuite/26_numerics/headers/cmath/19322.cc: Likewise.
+
 2011-05-24  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/c++config (_GLIBCXX_NOTHROW): Update for noexcept.
index 0201cc7dca0e4db0d933326a272f16f09a14a6d6..0027a34e42d2cb623196da70a5e517cbe030a96a 100644 (file)
@@ -1,3 +1,5 @@
+// { dg-require-c-std "" }
+
 // Copyright (C) 2011 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
index f0017b113d0184bd26a42c590acaf64c1d8e420a..3500dbaaf17ef8b99c48b1962f1ab9a458cc0963 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-options "-std=gnu++0x" }
+// { dg-require-c-std "" }
 
 // Copyright (C) 2011 Free Software Foundation, Inc.
 //
index 955286f0645b6e3e43a7ffacaa1f47362cbc7835..25494c3571fab26850f428b3d9628ad86bc984a7 100644 (file)
@@ -1,4 +1,6 @@
-// Copyright (C) 2005, 2009 Free Software Foundation, Inc.
+// { dg-require-c-std "" }
+
+// Copyright (C) 2005, 2009, 2010, 2011 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-
 #include <cmath>
 #include <testsuite_hooks.h>
 
-#if _GLIBCXX_USE_C99_MATH
 // libstdc++/19322
 void test01()
 {
@@ -27,12 +27,9 @@ void test01()
 
   VERIFY( !std::isnan(3.0) );
 }
-#endif
 
 int main()
 {
-#if _GLIBCXX_USE_C99_MATH
   test01();
-#endif
   return 0;
 }