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
/
trad
/
recurse-1.c
blob
b5fd7af7f5ff5802a585740387b2a6631d33a384
1
/* Test for warning of and recovery from recursion in object-like
2
macros. */
3
4
/* { dg-do preprocess } */
5
6
#define foo foo
7
foo
/* { dg-error "detected recursion" } */
8
9
#define bar a bar b
10
bar
/* { dg-error "detected recursion" } */