Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / ia64 / sibcall-unwind-1.c
blob471179119346dd50d7b13c87fabac71e5942a727
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 } } */
6 static void do_date (char *);
7 void rfc822_date (char *date)
8 {
9 do_date (date);