[flang-commits] [flang] [flang][OpenMP] Skip implicit typing for DeclareSimdConstruct (PR #142415)
Kajetan Puchalski via flang-commits
flang-commits at lists.llvm.org
Mon Jun 2 09:38:11 PDT 2025
mrkajetanp wrote:
We should try to work out whether this actually is the desired behaviour. Doing this for declare simd causes the test at `Semantics/OpenMP/linear-clause01.f90` to fail because it seems to be expecting some errors:
```
expect at 31: The list item 'var' specified without the REF 'linear-modifier' must be of INTEGER type@@ -6,0 +8 @@
expect at 33: The type of 'var' has already been implicitly declared
```
https://github.com/llvm/llvm-project/pull/142415
More information about the flang-commits
mailing list