Commit 9fb38494 by Paolo Carlini Committed by Paolo Carlini

re PR libstdc++/49141 (26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX…

re PR libstdc++/49141 (26_numerics/complex/cons/48760.cc FAILs on Tru64 UNIX V5.1B, Solaris 8 and 9)

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
parent ee0cb37c
2011-05-24 Paolo Carlini <paolo.carlini@oracle.com> 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. * include/bits/c++config (_GLIBCXX_NOTHROW): Update for noexcept.
* testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust dg-error
line number. line number.
......
// { dg-require-c-std "" }
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // This file is part of the GNU ISO C++ Library. This library is free
......
// { dg-options "-std=gnu++0x" } // { dg-options "-std=gnu++0x" }
// { dg-require-c-std "" }
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011 Free Software Foundation, Inc.
// //
......
// 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 // 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 // software; you can redistribute it and/or modify it under the
...@@ -15,11 +17,9 @@ ...@@ -15,11 +17,9 @@
// with this library; see the file COPYING3. If not see // with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
#include <cmath> #include <cmath>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
#if _GLIBCXX_USE_C99_MATH
// libstdc++/19322 // libstdc++/19322
void test01() void test01()
{ {
...@@ -27,12 +27,9 @@ void test01() ...@@ -27,12 +27,9 @@ void test01()
VERIFY( !std::isnan(3.0) ); VERIFY( !std::isnan(3.0) );
} }
#endif
int main() int main()
{ {
#if _GLIBCXX_USE_C99_MATH
test01(); test01();
#endif
return 0; return 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment