1  // { dg-do compile }
       2  // { dg-options "-O -fno-tree-dominator-opts" }
       3  
       4  int ot;
       5  
       6  void
       7  z6 (char *tw)
       8  { 
       9    while (ot >= 0)
      10      --ot;
      11  
      12    __builtin_strcpy (&tw[ot], tw);
      13  }