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]

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


Author: janis
Date: Mon Mar 26 18:44:42 2007
New Revision: 123219

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123219
Log:
gcc/
	* ginclude/float.h (decimal float support): Check that
	__STDC_WANT_DEC_FP__ is defined, not that it is 1.
gcc/testsuite/
	* gcc.dg/dfp/decfloat-constants.c: Check that __STDC_WANT_DEC_FP__
	is defined, not that it is 1.
	* gcc.dg/dfp/convert-dfp.c: Ditto.
	* gcc.dg/dfp/convert-int-saturate.c: Ditto.

Modified:
    branches/ibm/gcc-4_1-branch/gcc/ChangeLog
    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/decfloat-constants.c


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