]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtin-explog-1.c (PREC): Make it the same as PRECF if sizeof (float) > sizeof ...
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 4 Mar 2004 02:57:05 +0000 (02:57 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 4 Mar 2004 02:57:05 +0000 (02:57 +0000)
commit3ae3b78cf089ef50976a7f5e8811fb085f931387
treef8bbd68b77d35855d2cca4da863e5becfd511876
parentf20855d75d7894d8bb3637d6bb5bbd68d1663c52
builtin-explog-1.c (PREC): Make it the same as PRECF if sizeof (float) > sizeof (double).

* gcc.dg/torture/builtin-explog-1.c (PREC): Make it the same
as PRECF if sizeof (float) > sizeof (double).
(PRECL): Make it the same as PRECF if
sizeof (float) > sizeof (long double).

From-SVN: r78881
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/builtin-explog-1.c