Commit 81473558 by Janis Johnson Committed by Janis Johnson

* gcc.dg/dfp/operandor-conf.c: Call init, fix typo.

From-SVN: r123275
parent 39418b53
2007-03-27 Janis Johnson <janis187@us.ibm.com>
* gcc.dg/dfp/operandor-conf.c: Call init, fix typo.
* lib/compat.exp (compat-execute): Fix processing of file names.
2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
......@@ -39,12 +39,14 @@ init ()
int
main ()
{
init ();
/* Operands and the result are all the same decimal float type. */
d32a = yes ? d32b : d32c;
if (d32a != d32b)
FAILURE
d64a = no ? d64b : d64c;
if (d64a != d64b)
if (d64a != d64c)
FAILURE
d128a = yes ? d128b : d128c;
if (d128a != d128b)
......
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