OSDN Git Service

2005-01-13 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jan 2005 19:33:40 +0000 (19:33 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Jan 2005 19:33:40 +0000 (19:33 +0000)
* testsuite/26_numerics/cmath/c99_classification_macros_c++.cc:
Re-enable commented-out test for double type.

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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c++.cc

index 44c7eff..4f3e7b6 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2005-01-11  Paolo Carlini  <pcarlini@suse.de>
            Benjamin Kosnik  <bkoz@redhat.com>
 
index 543f3d4..815a73e 100644 (file)
@@ -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 @@ int main()
 {
 #if _GLIBCXX_USE_C99
   test_c99_classify<float>();
-  //test_c99_classify<double>();
+  test_c99_classify<double>();
 #endif
   return 0;
 }