r232152 - in /trunk/gcc/testsuite: ChangeLog gc...

ssaraswati@gcc.gnu.org ssaraswati@gcc.gnu.org
Fri Jan 8 08:35:00 GMT 2016


Author: ssaraswati
Date: Fri Jan  8 08:35:02 2016
New Revision: 232152

URL: https://gcc.gnu.org/viewcvs?rev=232152&root=gcc&view=rev
Log:
Restrict to linux and gnu targets as not all math.h implementations support the
issignaling macro. Use -fexcess-precision=standard for compiler options. Use fabs()
only when  __FLT_EVAL_METHOD__ == 0.

gcc/testsuite/
	* gcc.dg/pr61441.c: Restrict to linux and gnu targets.
	Use -fexcess-precision=standard for compiler options.
	Use fabs() only when  __FLT_EVAL_METHOD__ == 0.


Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/pr61441.c



More information about the Gcc-cvs mailing list