We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
omp-declarative-allocate-align.f90
1 parent c2979c5 commit b598715Copy full SHA for b598715
flang/test/Lower/OpenMP/Todo/omp-declarative-allocate-align.f90
@@ -1,10 +1,10 @@
1
! This test checks lowering of OpenMP allocate Directive with align clause.
2
3
-// RUN: not flang -fc1 -emit-fir -fopenmp %s 2>&1 | FileCheck %s
+! RUN: not %flang_fc1 -emit-fir -fopenmp -fopenmp-version=51 %s 2>&1 | FileCheck %s
4
5
program main
6
integer :: x
7
8
- // CHECK: not yet implemented: OpenMPDeclarativeAllocate
+ ! CHECK: not yet implemented: OpenMPDeclarativeAllocate
9
!$omp allocate(x) align(32)
10
end
0 commit comments