From: Jeffrey D. Oldham Date: Wed, 31 Jan 2001 16:07:13 +0000 (+0000) Subject: c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix." X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9351c01cc9112970337459cecafce75d6e17432;p=gcc.git c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix." 2001-01-31 Jeffrey Oldham * gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix." From-SVN: r39377 --- 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