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
/
diagnostic
/
pr84138.C
blob
00352306a56e93ca917c3f4298f5e157a6b7a234
1
// PR c++/84138
2
3
char
4
foo()
5
{
6
const int i = 0 = 0; // { dg-error "lvalue required as left operand" }
7
return 1 ? 0 : (char)i;
8
}