OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [ia64/] [20040303-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 319 jeremybenn
/* Test floating point division on ia64.  There was a bug in the
2
   max-throughput version of the inline division code.  Expecting an
3
   exact value from a floating point expression is unwise but GCC
4
   depends on it in allocno_compare.  */
5
 
6
/* { dg-do run } */
7
/* { dg-options "-minline-float-divide-max-throughput" } */
8
 
9
extern void abort (void);
10
 
11
volatile int i = 24;
12
volatile int j = 30;
13
volatile int k = 1;
14
 
15
int main()
16
{
17
        int pri2 = (((double) i / j) * (10000 / 1000) * k);
18
        if (pri2 != 8) abort();
19
        return 0;
20
}

powered by: WebSVN 2.1.0

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