1 ! RUN: %python %S/test_errors.py %s %flang_fc1 -Werror
5 real, intent(in
), target
:: a(:)
14 !WARNING: Any pointer associated with TARGET dummy argument 'a=' during this call must not be used afterwards, as 'b' is not a target
16 !WARNING: Any pointer associated with TARGET dummy argument 'a=' during this call will not be associated with the value of '(a)' afterwards
18 !WARNING: Any pointer associated with TARGET dummy argument 'a=' during this call will not be associated with the value of 'a([INTEGER(8)::1_8])' afterwards
20 !ERROR: Scalar actual argument may not be associated with assumed-shape dummy argument 'a='