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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error2.C
blob
8dd1e9d30da4a3ac80845eef7dae593a6b425901
1
// { dg-do compile }
2
// Properly print CALL_EXPRs while dumping expressions
3
4
double g;
5
int func(double);
6
7
template <int>
8
struct Foo {};
9
10
Foo<func(g)> f; // { dg-error "" "func(g)" }