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.target
/
ia64
/
sibcall-unwind-1.c
blob
471179119346dd50d7b13c87fabac71e5942a727
1
/* PR 13158. Emit ".restore sp" for a sibcall. */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -w" } */
4
/* { dg-final { scan-assembler-times "\\.restore sp" 1 } } */
5
6
static void
do_date
(
char
*);
7
void
rfc822_date
(
char
*
date
)
8
{
9
do_date
(
date
);
10
}