This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/37835] -fno-automatic does not work for derived types with default initalizer



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]