summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/stackalign/return-1.c
blob: c5b32e5c4216650bce03708ee3b38e6f67ad5047 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-mpreferred-stack-boundary=2" } */

/* This compile only test is to detect an assertion failure in stack branch
   development.  */

double
foo (void)
{
}