Commit 4a07c08a by Loren J. Rittle Committed by Loren J. Rittle

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

From-SVN: r63982
parent 4f649415
......@@ -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
......
......@@ -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() { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment