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
Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git]
/
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
}