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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [tree-ssa/] [alias-4.c] - Blame information for rev 437

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-optimized" } */
3
 
4
struct {
5
        int i;
6
        struct {
7
                int x[2];
8
        } b;
9
} a;
10
 
11
int foo(void)
12
{
13
        a.i = 1;
14
        a.b.x[0] = 0;
15
        a.b.x[1] = 1;
16
        return a.i + a.b.x[0];
17
}
18
 
19
/* { dg-final { scan-tree-dump "return 1;" "optimized" } } */
20
/* { dg-final { cleanup-tree-dump "optimized" } } */
21
 

powered by: WebSVN 2.1.0

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