repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
g++.dg
/
template
/
expr1.C
blob
079865d4eb511afc79b11bdbb6d9a0bcd19160df
1
// PR c++/18161
2
// { dg-options "" }
3
4
template <class T> struct Y;
5
template <> struct Y<bool> {};
6
7
template <typename T = typeof (1 == 1)> struct X { Y<T> a; };
8
template struct X <>;