This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH XFAIL c99-float-1.c for Irix


Joseph S. Myers and Richard Henderson objected to XFAILing two cases
for Irix so I backed out the patch.

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."

Not tested.
Not approved.

Thanks,
Jeffrey D. Oldham
oldham@codesourcery.com
Index: c99-float-1.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.dg/c99-float-1.c,v
retrieving revision 1.2
diff -c -p -r1.2 c99-float-1.c
*** c99-float-1.c	2001/01/31 02:20:34	1.2
--- c99-float-1.c	2001/01/31 16:04:48
***************
*** 125,134 ****
  #endif
  
  #ifndef FLT_EVAL_METHOD
! #error "FLT_EVAL_METHOD undefined"	/* { dg-bogus "not c99 compliant" "FLT_EVAL_METHOD" { xfail *-*-irix* } } */
  #endif
  
  #ifndef DECIMAL_DIG
! #error "DECIMAL_DIG undefined"	/* { dg-bogus "not c99 compliant" "DECIMAL_DIG" { xfail *-*-irix* } } */
! 
  #endif
--- 125,133 ----
  #endif
  
  #ifndef FLT_EVAL_METHOD
! #error "FLT_EVAL_METHOD undefined"
  #endif
  
  #ifndef DECIMAL_DIG
! #error "DECIMAL_DIG undefined"
  #endif

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]