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
This commit is contained in:
H.J. Lu 2011-03-14 17:24:25 +00:00 committed by H.J. Lu
parent 5d866bd71f
commit 7edc478cef
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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