This is the mail archive of the gcc-cvs@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]

r121352 - in /branches/ibm/gcc-4_1-branch/gcc: ...


Author: janis
Date: Tue Jan 30 18:48:52 2007
New Revision: 121352

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121352
Log:
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.

Removed:
    branches/ibm/gcc-4_1-branch/gcc/ginclude/decfloat.h
Modified:
    branches/ibm/gcc-4_1-branch/gcc/ChangeLog
    branches/ibm/gcc-4_1-branch/gcc/Makefile.in
    branches/ibm/gcc-4_1-branch/gcc/ginclude/float.h
    branches/ibm/gcc-4_1-branch/gcc/testsuite/ChangeLog
    branches/ibm/gcc-4_1-branch/gcc/testsuite/gcc.dg/dfp/convert-dfp.c
    branches/ibm/gcc-4_1-branch/gcc/testsuite/gcc.dg/dfp/convert-int-saturate.c
    branches/ibm/gcc-4_1-branch/gcc/testsuite/gcc.dg/dfp/dec-eval-method.c
    branches/ibm/gcc-4_1-branch/gcc/testsuite/gcc.dg/dfp/decfloat-constants.c


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