[Bug fortran/37835] -fno-automatic does not work for derived types with default initalizer
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Oct 16 09:42:00 GMT 2008
------- Comment #3 from burnus at gcc dot gnu dot org 2008-10-16 09:41 -------
Hmm, maybe the wording could (should?) be changed to make clear that for
subroutine sub(n)
integer n
real automatic_data_object(n)
end subroutine sub
the automatic_data_object gets no SAVE with -fno-automatic. (It doesn't and I
have no idea how it could, but seemingly one can read the option such that it
would.)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37835
More information about the Gcc-bugs
mailing list