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.
1 parent ccc9ab7 commit 8fa7d56Copy full SHA for 8fa7d56
flang/test/Lower/OpenMP/Todo/omp-declarative-allocate.f90
@@ -5,7 +5,7 @@
5
program main
6
integer :: x, y
7
8
- // CHECK: OpenMP directive ALLOCATE has been deprecated, please use ALLOCATORS instead.
9
- // CHECK: not yet implemented: OpenMPDeclarativeAllocate
+ ! CHECK: OpenMP directive ALLOCATE has been deprecated, please use ALLOCATORS instead.
+ ! CHECK: not yet implemented: OpenMPDeclarativeAllocate
10
!$omp allocate(x, y)
11
end
0 commit comments