2002-01-08 David Billinghurst <David.Billinghurst@riotinto.com>
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Tue, 15 Jan 2002 04:29:56 +0000 (04:29 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Tue, 15 Jan 2002 04:29:56 +0000 (04:29 +0000)
* testsuite/26_numerics/c99_classification_macros_c.cc
Remove dg-error and dg-excess-errors comments.

From-SVN: r48862

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

index 0394ed1..7c3e91e 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-15  David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * testsuite/26_numerics/c99_classification_macros_c.cc
+       Remove dg-error and dg-excess-errors comments.
+
 2002-01-14  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/bits/locale_facets.tcc (time_put::put): Correct output
index fdd4244..63a994c 100644 (file)
 // the GNU General Public License.
 
 // { dg-do compile }
-// { dg-excess-errors "" }
 
 #include <math.h>
 
-void fpclassify() { }  // { dg-error "parse error" "" { xfail *-*-* } }
+void fpclassify() { }
 
 void isfinite() { }