summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/stackalign/return-4.c
blob: a1e35dcc213e2fafd9bbc15e063e6c6cf5bc5f83 (plain)
1
2
3
4
5
6
7
8
9
10
/* { 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.  */
typedef int aligned __attribute__((aligned(64)));

aligned
foo (void) { }