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/] [loadpre23.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 "-O2 -fdump-tree-pre-stats" } */
3
 
4
struct {
5
  int a;
6
  int large[100];
7
} x;
8
 
9
int foo(int argc)
10
{
11
  int b;
12
  int c;
13
  int i;
14
  int d, e;
15
 
16
  for (i = 0; i < argc; i++)
17
    {
18
      e = x.a;
19
      x.a = 9;
20
    }
21
  return d + e;
22
}
23
 
24
/* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"  } } */
25
/* { dg-final { cleanup-tree-dump "pre" } } */

powered by: WebSVN 2.1.0

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