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] Follow-up to used-before-typed patch


Tobias Burnus wrote:
Hi Daniel,

Daniel Kraft wrote:
this is a follow-up to my used-before-typed patch addressing the problem with indexing. While implementing, I realized that I could in fact reuse gfc_traverse_expr and rewrote the logic to do that; this gets the index thing right and makes the code hopefully cleaner.

No regressions on GNU/Linux-x86-32 (to 99% sure, test is still running).

Daniel Kraft wrote:
So I then propose to rename it as gfc_matching_prefix and move it to match.h, in addition to the gfc_traverse_expr patch sent. What do you think about this?

BTW, regression test finished indeed without failures, but not much a surprise...

OK for the trunk with the obligatory changelog. Thanks!

Committed as rev. 139435.


Thanks again for the quick review!

Daniel


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