diff options
| -rw-r--r-- | gcc/testsuite/gcc.dg/c99-float-1.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-float-1.c b/gcc/testsuite/gcc.dg/c99-float-1.c index cab14f8..07fb9ee 100644 --- a/gcc/testsuite/gcc.dg/c99-float-1.c +++ b/gcc/testsuite/gcc.dg/c99-float-1.c @@ -125,10 +125,9 @@ #endif #ifndef FLT_EVAL_METHOD -#error "FLT_EVAL_METHOD undefined" /* { dg-bogus "not c99 compliant" "FLT_EVAL_METHOD" { xfail *-*-irix* } } */ +#error "FLT_EVAL_METHOD undefined" #endif #ifndef DECIMAL_DIG -#error "DECIMAL_DIG undefined" /* { dg-bogus "not c99 compliant" "DECIMAL_DIG" { xfail *-*-irix* } } */ - +#error "DECIMAL_DIG undefined" #endif |
