This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Re-enable commented-out test


Hi,

this test got disabled on April, 2001, unadvertently, I think,
since there isn't a corresponding ChangeLog entry for that.
Also, I don't see why should be more problematic, in principle,
than the float counterpart.

Tested x86-linux, if nobody objects will commit later today.

Paolo.

//////////////
2005-01-13  Paolo Carlini  <pcarlini@suse.de>

	* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
	Re-enable commented-out test for double type.
diff -urN libstdc++-v3-orig/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc
--- libstdc++-v3-orig/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc	2004-06-22 12:50:46.000000000 +0200
+++ libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc	2005-01-13 12:48:26.000000000 +0100
@@ -1,6 +1,6 @@
 // 2001-04-06 gdr
 
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2005 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
@@ -85,7 +85,7 @@
 {
 #if _GLIBCXX_USE_C99
   test_c99_classify<float>();
-  //test_c99_classify<double>();
+  test_c99_classify<double>();
 #endif
   return 0;
 }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]