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.c-torture
/
compile
/
20021110.c
blob
dd2aa7e09dd141c364b76462a32e483efb5f022d
1
/* PR c/8439 */
2
/* Verify that GCC properly handles null increments. */
3
4
struct
empty
{
5
};
6
7
void
foo
(
struct
empty
*
p
)
8
{
9
p
++;
10
}