This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: [Patch, fortran] PR33541 - gfortran wrongly imports renamed-use-associated symbol unrenamed


Paul Richard Thomas wrote:
Cancel that:

Please hold this for 24 hours - there is one regression in the final
version that I had failed to notice.

I slipped up during the final cleanup and lost the line


+
+ 	  sym->attr.use_only = only_flag;
+

Please find attached the corrected patch.

Sorry about the muddle

Paul

Fixup this comment and OK to commit. ;)

Jerry

s/its/it/
s/than/that/

+
+ /* A recursive function to look for a speficic symbol by name and by
+    module.  Whilst several symtrees might point to one symbol, its
+    is sufficient for the purposes here than one exist.  Note that
+    generic interfaces are distinguished.  */
+ static gfc_symtree *


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