2002-01-08 David Billinghurst <David.Billinghurst@riotinto.com>

* testsuite/26_numerics/c99_classification_macros_c.cc
	Remove dg-error and dg-excess-errors comments.

From-SVN: r48862
This commit is contained in:
David Billinghurst 2002-01-15 04:29:56 +00:00 committed by David Billinghurst
parent 8f88da406b
commit 80a86f2176
2 changed files with 6 additions and 2 deletions

View 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

View File

@ -28,11 +28,10 @@
// 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() { }