summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/gomp/pr59669-2.c
blob: f6aad8998f1fadcc4daff4c660469f04d85a7ac1 (plain)
1
2
3
4
5
6
7
8
9
/* PR middle-end/59669 */
/* { dg-do compile } */
/* { dg-options "-fopenmp" } */

#pragma omp declare simd uniform(a) aligned(a:32)
void
bar (int *a)
{
}
OpenPOWER on IntegriCloud