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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pr24225.c
blob
af33710cf1d4294602ee388afde30f41ed462f43
1
/* This was an ICE caused by the compiler-generated stack save/restore
2
statements around s[b]. */
3
/* { dg-do compile} */
4
/* { dg-options "-O1 -fprofile-arcs" } */
5
6
int
7
foo
(
int
a
,
int
b
)
8
{
9
if
(
a
)
10
return
1
;
11
{
12
int
s
[
b
];
13
return
0
;
14
}
15
}
16
17
/* { dg-final { cleanup-coverage-files } } */