PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr53383-1.c
blob9c58a106cbb4d1a73f0f65cd612e5b018e2ff56d
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mpreferred-stack-boundary=3" } */
4 int
5 bar (int x)
7 return x + 9;