Commit 7edc478c by H.J. Lu Committed by H.J. Lu

Enable __float128 test for 32bit.

2011-03-14  H.J. Lu  <hongjiu.lu@intel.com>

	* gcc.target/i386/builtin-copysign.c: Remove __LP64__ check.

From-SVN: r170945
parent 5d866bd7
2011-03-14 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/builtin-copysign.c: Remove __LP64__ check.
2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
PR rtl-optimization/47166
......
......@@ -11,6 +11,4 @@ MODE test5##CEXT(MODE a, MODE b) { return __builtin_copysign##CEXT(a, b); }
TEST_SET (float, f)
TEST_SET (double, )
TEST_SET (long double, l)
#if defined (__LP64__)
TEST_SET (__float128, q)
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment