1  /* { dg-do compile } */
       2  /* { dg-options "-O0 -ftree-coalesce-vars" } */
       3  
       4  void foo (int x, int y)
       5  {
       6      y = x;
       7  }
       1  /* { dg-do compile } */
       2  /* { dg-options "-O0 -ftree-coalesce-vars" } */
       3  
       4  void foo (int x, int y)
       5  {
       6      y = x;
       7  }