(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr66076.c
       1  /* { dg-do compile } */
       2  /* { dg-options "" } */
       3  /* { dg-options "-mno-prefer-avx128 -march=bdver4" { target i?86-*-* x86_64-*-* } } */
       4  
       5  void
       6  f0a (char *result, char *arg1, char *arg4, char temp_6)
       7  {
       8    int idx = 0;
       9    for (idx = 0; idx < 416; idx += 1)
      10      result[idx] = (arg1[idx] + arg4[idx]) * temp_6;
      11  }