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
PR c++/85765 - SFINAE and non-type default template arg.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
alignas13.C
blob
4811b03a5ef9563a51dfedc84f72fd2a20afd0c0
1
// PR c++/78344
2
// { dg-do compile { target c++11 } }
3
4
alignas(double) int f alignas; // { dg-error "30:expected '\\('" }
5
alignas(double) int g alignas(double; // { dg-error "37:expected '\\)'" }