aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/max-stack-align.c
blob: fa8050813f707292fe8f5bfec055bde0a4cc5c4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-options "-fomit-frame-pointer" } */
/* { dg-require-effective-target lp64 } */

void foo()
{
  int a=0, b=0, c=0, e=0, f=0, g=0, h=0, i=0;
    __asm__ __volatile__ (""
    :
    :
    : "bp"
  );
}