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
/
20050215-1.c
blob
e5aaf220e3e7b5b7d8e893b924fce7f4fa127b3c
1
/* Testcase for memory corruption bug in macro processing.
2
See PR preprocessor/19077 for details. */
3
4
/* { dg-do compile } */
5
/* { dg-options "-g3" } */
6
#define FOO(a,b,c,d,e) a b c d e \
7
" "
\
8
" "
\
9
" "
10
int
i
;