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/] [c-c++-common/] [restrict-4.c] - Blame information for rev 295

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 295 jeremybenn
/* { dg-do compile }  */
2
/* { dg-options "-O2 -fdump-tree-lim1-details" } */
3
 
4
struct Foo
5
{
6
  int n;
7
  int * __restrict__ p;
8
};
9
void bar(struct Foo f, int * __restrict__ q)
10
{
11
  int i;
12
  for (i = 0; i < f.n; ++i)
13
    {
14
      *q += f.p[i];
15
    }
16
}
17
 
18
/* { dg-final { scan-tree-dump "Executing store motion" "lim1" } } */
19
/* { dg-final { cleanup-tree-dump "lim1" } } */

powered by: WebSVN 2.1.0

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