builtin-math-2.c: Add checks for asin, acos, acosh and atanh.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 24 Oct 2006 21:52:51 +0000 (21:52 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 24 Oct 2006 21:52:51 +0000 (21:52 +0000)
commite4ef58afd46558f1e82c2d965c9bcdeb1ee47edb
treef4735e3149ffc1de2d71037195fc0bae3d0dbc06
parentb53fed56360bb38807b13ec7b3c83d34c6b0b81a
builtin-math-2.c: Add checks for asin, acos, acosh and atanh.

* gcc.dg/torture/builtin-math-2.c: Add checks for asin, acos,
acosh and atanh.

* gcc.dg/torture/builtin-math-3.c (TESTIT): Append 'F' and 'L'
floating point modifiers to arguments passed to float and long
double functions respectively.  Update all callers to use floating
point numbers, not integers.  Add tests for exp, exp2 and
exp10/pow10.

From-SVN: r118012
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/builtin-math-2.c
gcc/testsuite/gcc.dg/torture/builtin-math-3.c