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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [injected-ttp.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
// 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 -std=c++98" }
5
 
6
template 
7
struct A { };
8
 
9
template