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

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [g++.dg/] [tc1/] [dr108.C] - Blame information for rev 12

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 12 jlechner
// { dg-do compile }
2
// Origin: Giovanni Bajo 
3
// DR108: Are classes nested in templates dependent?
4
 
5
template  struct S {
6
  struct I1 {
7
    typedef int X;
8
  };
9
  struct I2 : public I1 {
10
    X x;    // { dg-error "does not name a type" }
11
  };
12
};
13
 
14
// Additional notes on the same line are allowed
15
// { dg-error "" "additional" { target *-*-* } 10 }

powered by: WebSVN 2.1.0

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