aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/ia64/sibcall-unwind-2.c
blob: 0ae31ae5bf4ab8db62c0493f350eeb55f4d3c6e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* PR 18987.  This caused an assembler error because we emitted ".restore sp"
   twice.  */
/* { dg-do compile } */
/* { dg-options "-O2 -fno-omit-frame-pointer -w" } */
/* { dg-final { scan-assembler-times "\\.restore sp" 1 } } */

static void do_date (char *);  
void rfc822_date (char *date)  
{  
  do_date (date);
}