summaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-02 03:02:45 +0000
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-02 03:02:45 +0000
commitaf48793968ea93e7274d204c6ce43b10f00915c6 (patch)
tree246971dbb1c9ac25cc3acba83b10a62617881e5b /libstdc++-v3
parent8dc938b96836b81a9641e3d0815aa1338a99b17c (diff)
downloadgcc-af48793968ea93e7274d204c6ce43b10f00915c6.tar.gz
* testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc6
2 files changed, 7 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c618b026ecd..8226cbcddea 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-01 Vladimir Merzliakov <wanderer@rsu.ru>
+
+ * testsuite/26_numerics/cmath/c99_classification_macros_c.cc: Tweak.
+
2005-02-28 Benjamin Kosnik <bkoz@redhat.com>
* testsuite/tr1/2_general_utilities/memory/shared_ptr/
diff --git a/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc
index 15508a303fd..93440275af2 100644
--- a/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc
+++ b/libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc
@@ -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
@@ -27,8 +27,8 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
-// { dg-do compile { xfail *-*-linux-gnu *-*-freebsd5* } }
-// { dg-excess-errors "" { target *-*-linux-gnu *-*-freebsd5* } }
+// { dg-do compile { xfail *-*-linux-gnu } }
+// { dg-excess-errors "" { target *-*-linux-gnu } }
#include <math.h>