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
Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
expr
/
cond14.C
blob
5276287942122550456cfa8a5f5afca287867da3
1
// DR 587
2
// PR c++/51317
3
4
int x = 1;
5
int const y = 2;
6
int const *p = &(1 ? x : y); // error: lvalue required as unary '&' operand