llvm-project
11d84546 - [flang][OpenMP] Skip implicit typing for OpenMPDeclarativeConstruct (#142415)

Commit
202 days ago
[flang][OpenMP] Skip implicit typing for OpenMPDeclarativeConstruct (#142415) DeclareSimdConstruct (and other declarative constructs) can currently implicitly declare variables regardless of whether the source code contains "implicit none" or not. This causes semantic analysis issues if the implicit type does not match the declared type. To solve it, skip implicit typing for OpenMPDeclarativeConstruct. Fixes issue #140754. --------- Signed-off-by: Kajetan Puchalski <kajetan.puchalski@arm.com>
Author
Parents
Loading