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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [template/] [crash7.C] - Blame information for rev 696

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

Line No. Rev Author Line
1 693 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
{
10
    template  A(typename A::X) {} // { dg-error "no type" }
11
};
12
 
13
// We currently don't give the "no match" error because we don't add the
14
// invalid constructor template to TYPE_METHODS.
15
A a;                    // { dg-message "required" }

powered by: WebSVN 2.1.0

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