Commit a9351c01 by Jeffrey D. Oldham

c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and DECIMAL_DIG cases for Irix."

2001-01-31  Jeffrey Oldham  <oldham@codesourcery.com>

	* gcc.dg/c99-float-1.c: Back out "XFAIL FLT_EVAL_METHOD and
	DECIMAL_DIG cases for Irix."

From-SVN: r39377
parent 3fe44edd
......@@ -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
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