aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.target/i386/stackalign/return-6.c
blob: b1aa1eac8882846e12f5856de4ef2661cef26fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* { dg-do compile } */
/* { dg-options "-mpreferred-stack-boundary=4" } */
/* { dg-final { scan-assembler-not "and\[lq\]?\[^\\n\]*-64,\[^\\n\]*sp" } } */

/* This compile only test is to detect an assertion failure in stack branch
   development.  */
struct bar
{
  int x __attribute__((aligned(64)));
};


struct bar
foo (void) { }