OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [g++.dg/] [template/] [crash7.C] - Blame information for rev 314

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

Line No. Rev Author Line
1 301 jeremybenn
// { dg-do compile }
2
 
3
// Origin: Volker Reichelt 
4
 
5
// PR c++/10108: ICE in tsubst_decl for error due to non-existence
6
// nested type.
7
 
8
template  struct A
9
{                                       // { not-dg-error "candidates" }
10
    template  A(typename A::X) {} // { dg-error "no type" }
11
};
12
 
13
A a;    // { not-dg-error "instantiated|no match" }
14
// We currently don't give the "no match" error because we don't add the
15
// invalid constructor template to TYPE_METHODS.

powered by: WebSVN 2.1.0

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