https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64120
--- Comment #14 from Paul Thomas <pault at gcc dot gnu.org> --- (In reply to Paul Thomas from comment #13) > (In reply to Jürgen Reuter from comment #12) ....snip.... > > It seems to me that what is true for an explicit save is true for an > implicit one too and that the second testcase is invalid. ....snip.... Cancel that last. Intel advises that: 'When a SAVE statement does not explicitly contain a list, all allowable items in the scoping unit are saved.' Among the disallowed items are automatic variables so that, by this measure, test 2 is valid. Cheers Paul