OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.target/] [i386/] [20000609-1.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 318 jeremybenn
/* { dg-do run } */
2
/* { dg-require-effective-target ilp32 } */
3
/* { dg-options "-O1 -ffast-math -march=i686" } */
4
 
5
 
6
/* Sanity check for fp_jcc_* with TARGET_CMOVE.  */
7
 
8
extern void abort (void);
9
 
10
static int test(double a)
11
{
12
  if (a)
13
    return 0;
14
}
15
 
16
static double zero = 0.0;
17
 
18
int main ()
19
{
20
  test (zero);
21
  return 0;
22
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.