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/] [tree-ssa/] [ssa-fre-27.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-tree-fre-details" } */
3
 
4
int *q;
5
void __attribute__((noinline))
6
bar (void)
7
{
8
  *q = 1;
9
}
10
int foo(int which_p)
11
{
12
  int x = 0;
13
  int *i,*j;
14
  int **p;
15
  if (which_p)
16
    p = &i;
17
  else
18
    p = &j;
19
  *p = &x;
20
  bar ();
21
  return x;
22
}
23
 
24
/* { dg-final { scan-tree-dump "Replaced x with 0" "fre" } } */
25
/* { dg-final { cleanup-tree-dump "fre" } } */

powered by: WebSVN 2.1.0

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