[flang][OpenMP]Add TODO checking for scope allocate and firstprivate (#116801)
commitb7ddb97ac2cfb57f17c7f68815606cbd57918417
authorMats Petersson <mats.petersson@arm.com>
Wed, 20 Nov 2024 09:24:00 +0000 (20 09:24 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 09:24:00 +0000 (20 09:24 +0000)
tree521714d38fa6597b426ae9b9d8201fb5b597b50f
parent92604d7c8061615dfb77568cc9cb2169f648290a
[flang][OpenMP]Add TODO checking for scope allocate and firstprivate (#116801)

For the situation where scope is implemented to 5.1 standard, check that
the 5.2 are still "not yet implemented" (or some other partial
implementation).
flang/test/Lower/OpenMP/Todo/scope-allocate.f90 [new file with mode: 0644]
flang/test/Lower/OpenMP/Todo/scope-firstprivate.f90 [new file with mode: 0644]