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 v4] Re: avoid useless if-before-free tests


>>>>> "Jim" == Jim Meyering <jim@meyering.net> writes:

Jim> Since v3, I've rebased these and moved the fortran changes to precede
Jim> these (changing gfc_free to free introduced a few more instances
Jim> that this transformation deals with).  As mentioned before, the
Jim> conditional-removing transformation was done mechanically with
Jim> two manual corrections.  One to deal with a following "else",
Jim> and another to restore a conditional that should not have been
Jim> removed.

I'm not sure if this needs a review (I forgot what happened on the last
thread) but for avoidance of doubt, the java bits are ok.

Tom


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