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
2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
arg5.C
blob
87cbd0268238957ccc84d830f9ba04da14d71cae
1
// PR c++/30534
2
// { dg-do compile }
3
4
template<bool> struct A;
5
6
template<int> void foo()
7
{
8
A<__builtin_constant_p(.)> a; // { dg-error "template argument|invalid" }
9
}