[committed][RISC-V] Fix test expectations after recent late-combine changes
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / pr68339.c
blob28fa294ada6b61c9cf997c434aea2b1a5ce21f7d
1 /* PR middle-end/68339 */
2 /* { dg-do compile } */
3 /* { dg-additional-options "--param ggc-min-heapsize=0 --param ggc-min-expand=0 -fopenmp-simd" } */
5 #pragma omp declare simd notinbranch
6 int
7 f1 (int x)
9 return x;
12 #pragma omp declare simd notinbranch
13 int
14 f2 (int x)
16 return x;