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] beat location sense into fold (PR/40435)


> And btw, if you make the location argument the last argument instead
> of the first one then in future C++ allows you to use a default
> argument for it, getting rid of the (ugly as well) variants with a location.

All functions I have changed (in the branch and in subsequent patches)
have location as the first argument.  I think it's best to be
consistent.


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