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] PR20938, PR24519 and where_19 - equivalence dependencies


Tobi,

This isn't yet ok, see below.



I have realised that gfc_generate_function_code calls trans_common (ns) before doing anything with the code. It would make more sense to keep the segment_info lists and use them to check dependencies that to do the same thing over again in dependency.c. The storage required will not be great, since the list can be deleted at the end of the processing of a namespace. I will figure out a clean way to do it; the result will be much cleaner in every way.

Paul


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