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]
Other format: [Raw text]

Re: [PATCH] move decimal float macros to float.h


Janis Johnson wrote:

> 2007-01-26  Janis Johnson  <janis187@us.ibm.com>
> 
> gcc/
> 	* Makefile.in (USER_H): Remove decfloat.h.
> 	* ginclude/decfloat.h: Delete, moving contents to ...
> 	* ginclude/float.h: Add support for decimal floating point,
> 	guarded by __STDC_WANT_DEC_FP__.
> 
> gcc/testsuite/
> 	* gcc.dg/dfp/dec-eval-method.c: Replace decfloat.h with float.h.
> 	* gcc.dg/dfp/decfloat-constants.c: Ditto.
> 	* gcc.dg/dfp/convert-dfp.c: Ditto.
> 	* gcc.dg/dfp/convert-int-saturate.c: Ditto.

OK.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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