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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [g++.dg/] [ext/] [injected-ttp.C] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 301 jeremybenn
// Test for doing the right thing with injected-class-name used as template
2
// type argument.  This is an extension from DR 176.
3
 
4
// { dg-options "-pedantic" }
5
 
6
template 
7
struct A { };
8
 
9
template