URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [template/] [crash36.C] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-do compile }
// Origin: Ivan Godard <igodard@pacbell.net>
// Andrew Pinski <pinskia@gcc.gnu.org>
// PR c++/20333: ICE parsing typename without nested-name-specifier
template<class> struct f {};
f<int> f2[2] = {typename f<int>()}; // { dg-error "" }
Go to most recent revision | Compare with Previous | Blame | View Log