Merge from trunk
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-simd-clone-12a.c
blobc76508f9ac4a88f6d088394f1f401c06640bfcef
1 /* { dg-do compile } */
3 #include "vect-simd-clone-10.h"
5 #pragma omp declare simd notinbranch
6 __attribute__((noinline)) int
7 foo (long int a, int b, int c)
9 return a + b + c;
12 #pragma omp declare simd notinbranch
13 __attribute__((noinline)) long int
14 bar (int a, int b, long int c)
16 return a + b + c;
19 /* { dg-final { cleanup-tree-dump "vect" } } */