aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/div-double-1.c
AgeCommit message (Collapse)AuthorFilesLines
2009-04-27target-supports.exp (check_effective_target_double64): New.DJ Delorie1-0/+1
* lib/target-supports.exp (check_effective_target_double64): New. (check_effective_target_double64plus): New. (check_effective_target_large_double): New. * gcc.dg/Wconversion-real-integer.c: Require double64plus. * gcc.dg/div-double-1.c: Likewise. * gcc.dg/Wconversion-real.c: Require large_double. * gcc.dg/cdce1.c: Require large_double instead of checking targets. * gcc.c-torture/execute/ieee/unsafe-fp-assoc-1.c: Skip if doubles are too small. * gcc.c-torture/execute/ieee/20010226-1.c: Mark all floating point constants as long. From-SVN: r146863
2008-09-07re PR testsuite/37334 (gcc.dg/fastmath-2.c doesn't work)Victor Kaplansky1-0/+17
2008-09-07 Victor Kaplansky <victork@il.ibm.com> PR testsuite/37334 * gcc/testsuite/gcc.dg/fastmath-2.c: Add volatile to definition of b, change -ffast-math to -ffinite-math-only and rename test to ... * gcc/testsuite/gcc.dg/div-double-1.c: ... this. From-SVN: r140082