cfgexpand: Expand comment on when non-var clobbers can show up
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr93069.c
bloba46fa437aa94f493eabb08a20dc2d80f9f2a7b86
1 /* PR target/93069 */
2 /* { dg-do assemble { target vect_simd_clones } } */
3 /* { dg-additional-options "-O2 -fopenmp-simd" } */
5 #pragma omp declare simd
6 int
7 foo (int x, int y)
9 return x == 0 ? x : y;