(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr90500-1.c
       1  /* PR middle-end/84723 */
       2  /* { dg-do compile } */
       3  /* { dg-require-ifunc "" } */
       4  
       5  __attribute__((target_clones("arch=haswell", "default"))) int __tanh() {}
       6  __typeof(__tanh) tanhf64 __attribute__((alias("__tanh")))
       7  __attribute__((__copy__(__tanh)));