1 ! RUN: %python %S/test_errors.py %s %flang_fc1
9 !OK: SAVE statement is not inherited by the function
16 !ERROR: A pure subprogram may not have a variable with the SAVE attribute
20 ! This same subroutine appears in test save02.f90 where it is not an
21 ! error due to -fno-automatic.
24 !ERROR: An initial data target may not be a reference to an object 't' that lacks the SAVE attribute
25 INTEGER, POINTER :: p
=> t