Commit a70d87d3 by Richard Henderson Committed by Richard Henderson

* gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.

From-SVN: r86001
parent f120a34c
2004-08-14 Richard Henderson <rth@redhat.com>
* gcc.dg/torture/builtin-attr-1.c: Fix scalbln prototype.
2004-08-14 Richard Henderson <rth@redhat.com>
* gcc.dg/980217-1.c: Add prototype for printf.
2004-08-13 Bud Davis <bdavis9659@comcast.net>
......
......@@ -366,8 +366,8 @@ FPTEST2 (remainder)
FPTEST1 (rint)
FPTEST1 (round)
FPTEST2 (scalb)
FPTEST2ARG2 (scalbln, int)
FPTEST2ARG2 (scalbn, int)
FPTEST2ARG2 (scalbln, long int)
FPTEST1 (significand)
FPTEST1 (sin)
FPTEST1 (sinh)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment