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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [constexpr-virtual.C] - Blame information for rev 717

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

Line No. Rev Author Line
1 693 jeremybenn
// PR c++/47067
2
// { dg-options -std=c++0x }
3
 
4
struct X {
5
    virtual void x();
6
    virtual ~X();
7
};
8
 
9
struct Y {
10
    virtual void y();
11
    virtual ~Y();
12
};
13
 
14
struct Z: X, Y {} z;

powered by: WebSVN 2.1.0

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