diff --git a/gcc/testsuite/gcc.dg/c99-float-1.c b/gcc/testsuite/gcc.dg/c99-float-1.c index cab14f88272..07fb9ee8bfb 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