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] Code cleanup in pt.c (instantiate_class_template)


Volker Reichelt wrote:
The following patch cleans up instantiate_class_template from pt.c
a little: It removes the superfluous temporary "tag" and moves
the definition of the tree "name" into the branch of the if-statement
where it is actually used.

Bootstrapped and regtested on i686-pc-linux-gnu.
Ok for mainline?

ok


nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
nathan@codesourcery.com    ::     http://www.planetfall.pwp.blueyonder.co.uk


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