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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [ext/] [visibility/] [arm3.C] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
// { dg-do compile { target arm*-*-*eabi* } }
2
// { dg-options "-fvisibility=hidden" }
3
// Class data should be exported.
4
// { dg-final { scan-not-hidden "_ZTI1A" } }
5
// { dg-final { scan-not-hidden "_ZTS1A" } }
6
// { dg-final { scan-not-hidden "_ZTV1B" } }
7
// { dg-final { scan-not-hidden "_ZTI1B" } }
8
// { dg-final { scan-not-hidden "_ZTS1B" } }
9
 
10
struct A {};
11
struct B : virtual public A {};
12
B b;

powered by: WebSVN 2.1.0

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