1 ! RUN: %python %S/../test_symbols.py %s %flang_fc1 -fopenmp
3 ! 2.7.1 Schedule Clause
4 ! Test that does not catch non constant integer expressions like xx - yy.
6 !DEF: /tds (Subroutine) Subprogram
9 !DEF: /tds/a ObjectEntity REAL(4)
10 !DEF: /tds/y ObjectEntity REAL(4)
11 !DEF: /tds/z ObjectEntity REAL(4)
12 real a(100),y(100),z(100)
13 !DEF: /tds/i ObjectEntity INTEGER(4)
14 !DEF: /tds/j ObjectEntity INTEGER(4)
15 !DEF: /tds/k ObjectEntity INTEGER(4)
22 !$omp do schedule(static,j-k)
23 !DEF: /tds/OtherConstruct1/i (OmpPrivate,OmpPreDetermined) HostAssoc INTEGER(4)
26 !REF: /tds/OtherConstruct1/i