repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
parse
/
crash2.C
blob
ccf89ccc86eba87f1ef82a47bcc796d3fd207ee7
1
/* { dg-do compile } */
2
int main(void)
3
{
4
char x, y;
5
if ('A' == x) && ('B' == y)) { } /* { dg-error "" } */
6
if (x == 'A') && (y == 'B')) { } /* { dg-error "" } */
7
}