1 ! RUN: %S/test_symbols.sh %s %t %flang_fc1 -fopenmp
4 ! 2.7.1 Schedule Clause
5 ! Test that does not catch non constant integer expressions like xx - yy.
7 !DEF: /tds (Subroutine) Subprogram
10 !DEF: /tds/a ObjectEntity REAL(4)
11 !DEF: /tds/y ObjectEntity REAL(4)
12 !DEF: /tds/z ObjectEntity REAL(4)
13 real a(100),y(100),z(100)
14 !DEF: /tds/i ObjectEntity INTEGER(4)
15 !DEF: /tds/j ObjectEntity INTEGER(4)
16 !DEF: /tds/k ObjectEntity INTEGER(4)
23 !$omp do schedule(static,j-k)
24 !DEF: /tds/Block1/i (OmpPrivate,OmpPreDetermined) HostAssoc INTEGER(4)