public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [v3] libstdc++/49141
@ 2011-05-25 11:38 Paolo Carlini
  0 siblings, 0 replies; only message in thread
From: Paolo Carlini @ 2011-05-25 11:38 UTC (permalink / raw)
  To: gcc-patches; +Cc: libstdc++

[-- Attachment #1: Type: text/plain, Size: 81 bytes --]

Hi,

committed to mainline and 4_6-branch.

Thanks,
Paolo.

////////////////////

[-- Attachment #2: CL_49141 --]
[-- Type: text/plain, Size: 269 bytes --]

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.


[-- Attachment #3: patch_49141 --]
[-- Type: text/plain, Size: 1774 bytes --]

Index: testsuite/26_numerics/complex/cons/48760.cc
===================================================================
--- testsuite/26_numerics/complex/cons/48760.cc	(revision 174112)
+++ testsuite/26_numerics/complex/cons/48760.cc	(working copy)
@@ -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: testsuite/26_numerics/complex/cons/48760_c++0x.cc
===================================================================
--- testsuite/26_numerics/complex/cons/48760_c++0x.cc	(revision 174112)
+++ testsuite/26_numerics/complex/cons/48760_c++0x.cc	(working copy)
@@ -1,4 +1,5 @@
 // { dg-options "-std=gnu++0x" }
+// { dg-require-c-std "" }
 
 // Copyright (C) 2011 Free Software Foundation, Inc.
 //
Index: testsuite/26_numerics/headers/cmath/19322.cc
===================================================================
--- testsuite/26_numerics/headers/cmath/19322.cc	(revision 174112)
+++ testsuite/26_numerics/headers/cmath/19322.cc	(working copy)
@@ -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
@@ -15,11 +17,9 @@
 // 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 @@
 
   VERIFY( !std::isnan(3.0) );
 }
-#endif
 
 int main()
 {
-#if _GLIBCXX_USE_C99_MATH
   test01();
-#endif
   return 0;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-25  9:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-25 11:38 [v3] libstdc++/49141 Paolo Carlini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).