Re: [PATCH, testsuite]: Fix gcc.dg/float-exact-1.c

2013-11-24 Thread Andreas Schwab
Uros Bizjak writes: > - * gcc.dg/ira-shrinkwrap-prep-1.c: Also tes ppc64, changed all ints > -to longs. > + * gcc.dg/ira-shrinkwrap-prep-1.c: Also test ppc64, chang all ints s/chang/change/ Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53

[PATCH, testsuite]: Fix gcc.dg/float-exact-1.c

2013-11-24 Thread Uros Bizjak
Hello! Attached patch fixes compile failure and adds ieee options due to denormal values in the testcase. 2013-11-23 Uros Bizjak * gcc.dg/float-exact-1.c: Use dg-add-options ieee. [LDBL_MANT_DIG == 113]: Fix wrong variable name. Tested on alphaev68-linux-gnu and committed to mainline