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
/
other
/
error18.C
blob
c613e9afd0d970e86abc4e05ec045a3b5aa0823a
1
// PR c++/33208
2
3
struct A
4
{
5
bool b;
6
};
7
8
void f(A a)
9
{
10
a.b--; // { dg-error "5:use of an operand of type .bool." }
11
}