repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
auto24.C
blob
ac1ba24f72d5a0193c16ef05e9c3e92bd7137b9a
1
// PR c++/48599
2
// { dg-do compile { target c++11 } }
3
// Allowed since DR2397.
4
5
int v[1];
6
auto (*p)[1] = &v;