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
/
debug
/
20030605-1.c
blob
548faaf5a20d2e2c789064150e2fa7db8a37d4a5
1
/* Verify we don't ICE on statement-expressions. */
2
/* { dg-do compile } */
3
4
void
foo
(
void
)
5
{
6
char
buf
[({
4
; })];
7
}