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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
if-4.c
blob
fbab9efc13bdac142f6997a2119a15f1e1196fd5
1
/* Regression test for proper error message. The token name isn't
2
NUL terminated, so we would print garbage after it. */
3
/* { dg-do compile } */
4
5
#if 1 += 2
/* { dg-error "is not valid" "+= in if" } */
6
syntax_error
7
#endif
8
int
foo
;