New test
From-SVN: r28273
This commit is contained in:
parent
4143af330f
commit
4f8fb8c43e
1 changed files with 13 additions and 0 deletions
13
gcc/testsuite/g++.old-deja/g++.pt/crash44.C
Normal file
13
gcc/testsuite/g++.old-deja/g++.pt/crash44.C
Normal file
|
@ -0,0 +1,13 @@
|
|||
// Build don't link:
|
||||
// Origin: Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
// crash test - XFAIL *-*-*
|
||||
|
||||
template <class T>
|
||||
struct S
|
||||
{
|
||||
template <class U>
|
||||
friend S<U>;
|
||||
};
|
||||
|
||||
template struct S<int>;
|
Loading…
Add table
Reference in a new issue