* testsuite/26_numerics/c99_classification_macros_c.cc: Tweak test.
From-SVN: r63982
This commit is contained in:
parent
4f64941554
commit
4a07c08a47
@ -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() { }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user