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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr91545.C
blob
2aa1fa18bd5f1fcb4efefa4c5943f04ae6700005
1
// PR c++/91545
2
// { dg-do compile { target c++11 } }
3
4
long a[1];
5
int d, e { d && (a[d] = 0) };