OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [tree-ssa/] [pr20489.C] - Blame information for rev 693

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 693 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
 
4
struct A
5
{
6
        ~A();
7
};
8
 
9
/* If we don't create SFT's for the "empty" structure A, bad things
10
   will happen, and we will fail verification.  */
11
struct B
12
{
13
        int i;
14
        A a;
15
 
16
        void foo() {}
17
};
18
 
19
void bar()
20
{
21
        B().foo();
22
}

powered by: WebSVN 2.1.0

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