r126730 - in /trunk: fixincludes/ChangeLog fixi...

ghazi@gcc.gnu.org ghazi@gcc.gnu.org
Wed Jul 18 20:22:00 GMT 2007


Author: ghazi
Date: Wed Jul 18 20:22:32 2007
New Revision: 126730

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=126730
Log:
fixincludes:
	PR target/32641

	* inclhack.def (solaris_math_4, solaris_math_5, solaris_math_6,
	solaris_math_7): Constify and make FP exception-safe.
	* tests/base/iso/math_c99.h: Update.

	* fixincl.x: Regenerate.

gcc/testsuite:
	* gcc.dg/c99-math-double-1.c: Mark test variables as volatile.
	Test negative numbers also.
	* gcc.dg/c99-math-float-1.c: Likewise.
	* gcc.dg/c99-math-long-double-1.c: Likewise.
	* gcc.dg/c99-math.h: Check for FP exceptions.  Update for negative
	test inputs.


Modified:
    trunk/fixincludes/ChangeLog
    trunk/fixincludes/fixincl.x
    trunk/fixincludes/inclhack.def
    trunk/fixincludes/tests/base/iso/math_c99.h
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/c99-math-double-1.c
    trunk/gcc/testsuite/gcc.dg/c99-math-float-1.c
    trunk/gcc/testsuite/gcc.dg/c99-math-long-double-1.c
    trunk/gcc/testsuite/gcc.dg/c99-math.h



More information about the Gcc-cvs mailing list