This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/53939] allows assignment to INTENT(IN) nested component
- From: "Bil.Kleb at NASA dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 12 Jul 2012 13:32:07 +0000
- Subject: [Bug fortran/53939] allows assignment to INTENT(IN) nested component
- Auto-submitted: auto-generated
- References: <bug-53939-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53939
--- Comment #3 from Bil Kleb <Bil.Kleb at NASA dot gov> 2012-07-12 13:32:07 UTC ---
OK, fair enough (and sincere thanks for taking the time to explain it).
I see that if I change to the more modern ALLOCATABLE declarations, then I get
a warning about assigning to an INTENT(IN).
Thanks again, and sorry for the trouble.