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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [ssa-fre-27.c] - Blame information for rev 298

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.