* testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
authorLoren J. Rittle <ljrittle@acm.org>
Sat, 8 Mar 2003 10:13:36 +0000 (10:13 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Sat, 8 Mar 2003 10:13:36 +0000 (10:13 +0000)
From-SVN: r63982

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

index cd35f3a8b7ace36bdc910ef7ac63f3f0626783b5..c5a4dbc3f63d6a424248097e75556ef790586411 100644 (file)
@@ -4,6 +4,8 @@
 
 2003-03-08  Loren J. Rittle  <ljrittle@acm.org>
 
+       * testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
+
        * config/locale/generic/c_locale.cc (locale::facet::_S_create_c_locale):
        Throw runtime exception when unsupported language is specified.
        * testsuite/testsuite_hooks.h
index a8f18f27b3659baf23d5ec0f936fc7bd0b0cffa8..c385a5637a8eb98222c8cae2cfad3f7e57e2b6f1 100644 (file)
 // the GNU General Public License.
 
 // { dg-do compile { xfail *-*-linux-gnu } }
-// { dg-excess-errors "" }
+// { dg-excess-errors "" { target *-*-linux-gnu } }
 
 #include <math.h>
 
-void fpclassify() { }  // { dg-error "parse error" "" { xfail *-*-linux-gnu } }
+void fpclassify() { }
 
 void isfinite() { }