URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [parse/] [undefined6.C] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/8596
// Origin: Wolfgang Bangerth <bangerth@ticam.utexas.edu>
// { dg-do compile }
template <int i> struct A {};
template <int i> struct B : A<x>{}; // { dg-error "" }
Go to most recent revision | Compare with Previous | Blame | View Log