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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [other/] [dtor1.C] - Blame information for rev 700

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

Line No. Rev Author Line
1 693 jeremybenn
/* { dg-do compile } */
2
// PR C++/30303
3
// This used to ICE because we did not return NULL
4
// in grokfndecl when an error happened.
5
 
6
struct Ifoo
7
{
8
virtual ~Ifoo(){}
9
};
10
struct foo : Ifoo
11
{
12
 foo(){};
13
};
14
foo::~foo() // { dg-error "definition of implicitly-declared" }
15
{
16
delete this;
17
}

powered by: WebSVN 2.1.0

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