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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [parse/] [typename6.C] - Blame information for rev 301

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
// Contributed by Matt Austern 
3
// PR c++/13407: Gracefully handle keyword typename in base class specifier.
4
 
5
struct A { };
6
struct B { typedef A Type; };
7
 
8
template 
9
struct X :
10
  public typename T::Type  // { dg-error "not allowed in this context" }
11
{ };
12
 
13
X x;
14
 
15
struct C :
16
  public typename A        // { dg-error "not allowed outside of templates" }
17
{ };

powered by: WebSVN 2.1.0

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