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

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