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
/
20000519-1.c
blob
82ab3a268618c9676d4c716c58959c1e853b0a95
1
/* Regression test for preprocessor crash.
2
Reported by Mathias Froehlich <frohlich@na.uni-tuebingen.de>. */
3
/* { dg-do preprocess } */
4
#define foo
5
6
#define __CAT__(a,b,c,d) a##b##c##d
7
#define CAT(a,b,c,d) __CAT__(a,b,c,d)
8
9
#define bar CAT(,foo,bar,)
10
bar