repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
FSF GCC merge 02/23/03
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20010622-1.c
blob
dc4b28ccb152176c73a67c078463f90131eb0a67
1
/* Test for segfault doing -Wsequence-point processing on an empty
2
statement expression. */
3
/* Origin: PR c/3259 from <David.Decotigny@irisa.fr>. */
4
/* { dg-do compile } */
5
/* { dg-options "-Wall" } */
6
7
void
8
f
(
void
)
9
{
10
({ });
11
}