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/] [alias-3.c] - Diff between revs 298 and 338

Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 338
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
 
 
struct {
struct {
        int i;
        int i;
        int j;
        int j;
        int x[2];
        int x[2];
} a;
} a;
 
 
int foo(void)
int foo(void)
{
{
        a.i = 1;
        a.i = 1;
        a.j = 0;
        a.j = 0;
        a.x[0] = 0;
        a.x[0] = 0;
        return a.i + a.j;
        return a.i + a.j;
}
}
 
 
/* { dg-final { scan-tree-dump "return 1;" "optimized" } } */
/* { dg-final { scan-tree-dump "return 1;" "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
 
 
 
 

powered by: WebSVN 2.1.0

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