Commit 27985b66 by Clinton Popetz Committed by Clinton Popetz

* gcc.dg/20000609-1.c: New test.

From-SVN: r34481
parent 77665459
Fri Jun 9 21:54:28 2000 Clinton Popetz <cpopetz@cygnus.com>
* gcc.dg/20000609-1.c: New test.
2000-06-08 Zack Weinberg <zack@wolery.cumb.org>
* gcc.c-torture/noncompile/noncompile.exp: Remove poison-1 block.
......
/* { dg-do run { target i?86-*-* } } */
/* { dg-options "-O1 -ffast-math -march=i686" } */
/* Sanity check for fp_jcc_* with TARGET_CMOVE. */
extern void abort (void);
static int test(double a)
{
if (a)
return 0;
}
static double zero = 0.0;
int main ()
{
test (zero);
return 0;
}
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