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.dg/] [pr38245-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* PR rtl-optimization/38245 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fdump-tree-optimized" } */
4
 
5
static inline int
6
f1 (int si1, int si2)
7
{
8
  return si2 == 0 ? si1 : si1 / si2;
9
}
10
 
11
static inline unsigned long long
12
f2 (unsigned long long ui1, unsigned long long ui2)
13
{
14
  return ui1 % ui2;
15
}
16
 
17
unsigned char g;
18
volatile unsigned int h;
19
 
20
void
21
f3 (void)
22
{
23
  if (!((signed char) f1 (0, f2 (g, 2123)) - 1))
24
    h;
25
}
26
 
27
int
28
main (void)
29
{
30
  f3 ();
31
  return 0;
32
}
33
 
34
/* { dg-final { scan-tree-dump-not "% 2123" "optimized" } } */
35
/* { dg-final { scan-tree-dump-not "0 / " "optimized" } } */
36
/* { dg-final { cleanup-tree-dump "optimized" } } */

powered by: WebSVN 2.1.0

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