This is the mail archive of the gcc-patches@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]

Re: [patch,gfortran] Fix PR17917 - module equivalences


> Could you explain what this is for? I see we write it and read it,
> but it's not used for anything else. Needed for follow-up work?
> 

The module name is used to prevent multiple declarations of each union in the host scope.
As it stands, the code runs correctly but looks messy.  I'll implement what is
needed in trans-common.c(build_module_equivalences).

Paul T 


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