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
/
pr101331.C
blob
015aba200d3e4e17ab85ae3e047a7479bafe29eb
1
// PR c++/101331
2
// { dg-do compile }
3
// { dg-options "-fsanitize-coverage=trace-pc -O2 -std=c++11" }
4
5
int a[2];
6
int b = 1;
7
int c { b && (a[b] = 0) };