* testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.

From-SVN: r63982
This commit is contained in:
Loren J. Rittle 2003-03-08 10:13:36 +00:00 committed by Loren J. Rittle
parent 4f64941554
commit 4a07c08a47
2 changed files with 4 additions and 2 deletions

View 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

View File

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