Commit a9a18460 by Jeffrey Oldham Committed by Jeffrey D. Oldham

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

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

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

From-SVN: r39360
parent 28d28e84
2001-01-30 Jeffrey Oldham <oldham@codesourcery.com>
* gcc.dg/c99-float-1.c: XFAIL FLT_EVAL_METHOD and DECIMAL_DIG
cases for Irix.
2001-01-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* g++.old-deja/g++.other/inline19.C: New test.
......
......@@ -125,9 +125,10 @@
#endif
#ifndef FLT_EVAL_METHOD
#error "FLT_EVAL_METHOD undefined"
#error "FLT_EVAL_METHOD undefined" /* { dg-bogus "not c99 compliant" "FLT_EVAL_METHOD" { xfail *-*-irix* } } */
#endif
#ifndef DECIMAL_DIG
#error "DECIMAL_DIG undefined"
#error "DECIMAL_DIG undefined" /* { dg-bogus "not c99 compliant" "DECIMAL_DIG" { xfail *-*-irix* } } */
#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