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
/
debug-1.c
blob
8cc520dcd7972175d017e55117584df3d9f62a7d
1
/* Verify that the scheduler does not discard the lexical block. */
2
/* { dg-do compile } */
3
/* { dg-options "-dA" } */
4
/* { dg-final { scan-assembler "xyzzy" } } */
5
6
long
p
;
7
8
long
foo
(
void
)
9
{
10
{
11
long
xyzzy
=
0
;
12
if
(
p
)
13
xyzzy
=
2
;
14
return
xyzzy
;
15
}
16
}