News
[flang][OpenMP] Flang incorrectly allows multiple data-sharing properties on common block variables.
SUBROUTINE example_subroutine() COMMON /blk/ a,b ! Incorrect because A is a constituent element of BLK !$OMP PARALLEL PRIVATE(/blk/), SHARED(a) !$OMP END PARALLEL END ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results