(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr101261.c
       1  /* PR middle-end/101261 */
       2  /* { dg-do compile { target fpic } } */
       3  /* { dg-options "-fno-semantic-interposition -fPIC" } */
       4  /* { dg-require-ifunc "" } */
       5  
       6  void
       7  __attribute__((target_clones("default", "avx2")))
       8  dt_ioppr_transform_image_colorspace()
       9  {
      10    dt_ioppr_transform_image_colorspace();
      11  }