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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [warn/] [anonymous-namespace-2.C] - Blame information for rev 715

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

Line No. Rev Author Line
1 693 jeremybenn
// Test for the warning of exposing types from an anonymous namespace
2
// { dg-do compile }
3
//
4
#include "anonymous-namespace-2.h"
5
 
6
namespace {
7
    struct good { };
8
}
9
 
10
struct g1 {
11
    good * A;
12
};
13
struct g2 {
14
    good * A[1];
15
};
16
struct g3 {
17
    good (*A)[1];
18
};
19
 
20
#line 21 "foo.C"
21
struct b1 { // { dg-warning "uses the anonymous namespace" }
22
    bad * B;
23
};
24
struct b2 { // { dg-warning "uses the anonymous namespace" }
25
    bad * B[1];
26
};
27
struct b3 { // { dg-warning "uses the anonymous namespace" }
28
    bad (*B)[1];
29
};

powered by: WebSVN 2.1.0

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