]> gcc.gnu.org Git - gcc.git/commitdiff
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 0394ed1f2743be0ab32694ab4b35513de71908ea..7c3e91e6a8ae69921f3af2ebb3dad8f3aaf89588 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 fdd424426cbeedbe82bdb8bf094dd5e49fc42ded..63a994c6bbb4e5d9f522b6411e0ccd221affb89a 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() { }
 
This page took 0.061018 seconds and 5 git commands to generate.