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

From-SVN: r123275
This commit is contained in:
Janis Johnson 2007-03-27 23:00:33 +00:00 committed by Janis Johnson
parent 39418b53b8
commit 814735584b
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2007-03-27 Janis Johnson <janis187@us.ibm.com> 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. * lib/compat.exp (compat-execute): Fix processing of file names.
2007-03-27 Daniel Jacobowitz <dan@codesourcery.com> 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>

View File

@ -39,12 +39,14 @@ init ()
int int
main () main ()
{ {
init ();
/* Operands and the result are all the same decimal float type. */ /* Operands and the result are all the same decimal float type. */
d32a = yes ? d32b : d32c; d32a = yes ? d32b : d32c;
if (d32a != d32b) if (d32a != d32b)
FAILURE FAILURE
d64a = no ? d64b : d64c; d64a = no ? d64b : d64c;
if (d64a != d64b) if (d64a != d64c)
FAILURE FAILURE
d128a = yes ? d128b : d128c; d128a = yes ? d128b : d128c;
if (d128a != d128b) if (d128a != d128b)