1 2 3 4 5 6 7 8 9 10
! { dg-do compile } ! { dg-options "-c" } ! ! Do not apply the SAVE attribute to function results. ! FUNCTION f() RESULT (g) INTEGER :: g SAVE g = 42 END FUNCTION