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/] [g++.dg/] [lto/] [20081204-1_0.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
/* { dg-lto-do link } */
2
/* { dg-lto-options {{-fwhopr -fPIC -r -nostdlib}} } */
3
 
4
/* Tests for the absence during linking of:
5
   lto1: error: type of '_ZTVN10__cxxabiv120__si_class_type_infoE' does
6
         not match original declaration  */
7
 
8
struct Foo { virtual ~Foo(); };
9
namespace __cxxabiv1
10
{
11
  struct __si_class_type_info: public Foo { };
12
  struct Baz: public Foo { virtual void Func(); };
13
  void Baz::Func() { }
14
}

powered by: WebSVN 2.1.0

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