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.c-torture/] [compile/] [20040817-1.c] - Blame information for rev 437

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

Line No. Rev Author Line
1 297 jeremybenn
/* PR 17051: SRA failed to rename the VOPS properly.  */
2
 
3
struct A
4
{
5
    char c, d;
6
};
7
 
8
void foo(struct A *p)
9
{
10
    struct A a = *p;
11
 
12
    if (p->c)
13
        bar1(a);
14
    else
15
    {
16
        if (p) bar2(a,a.c);
17
        bar3(a.c);
18
    }
19
}

powered by: WebSVN 2.1.0

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