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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr95052.c
blob
2ed1a037bce187cde2b5b1ce1496188df4bf8cec
1
/* PR middle-end/95052 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fconserve-stack" } */
4
5
void
bar
(
char
*);
6
7
void
8
foo
(
void
)
9
{
10
char
buf
[
70
] =
""
;
11
bar
(
buf
);
12
}