1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mincoming-stack-boundary=3 -mpreferred-stack-boundary=3" } */
       3  
       4  int
       5  bar (int x)
       6  {
       7    return x + 9;
       8  }
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mincoming-stack-boundary=3 -mpreferred-stack-boundary=3" } */
       3  
       4  int
       5  bar (int x)
       6  {
       7    return x + 9;
       8  }