This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] handling address mode changes inside extract_bit_field
- From: Jim Wilson <jim dot wilson at linaro dot org>
- To: Martin Sebor <msebor at gmail dot com>
- Cc: Jeff Law <law at redhat dot com>, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 12 May 2017 19:27:42 -0700
- Subject: Re: [PATCH] handling address mode changes inside extract_bit_field
- Authentication-results: sourceware.org; auth=none
- References: <CABXYE2VQo+55AACbN_H-DJXVZwu5TAbTYP94Op8Voh62cZ5_zw@mail.gmail.com> <b9213985-1264-00f7-9510-450e5cfebcc2@redhat.com> <64e524ac-1a6a-44b2-dba7-9bfed5c0edf4@gmail.com>
On Fri, May 12, 2017 at 7:01 PM, Martin Sebor <msebor@gmail.com> wrote:
> Explicitly passing the additional argument at all the call sites
> can be mitigated by giving the new alt_rtl argument a default
> value of NULL in the declarations of the extract_bit_field functions.
I keep forgetting about C++ features, as I'm not used to writing C++.
I already checked in the patch, and I don't see the benefit of
changing it again. I will try to remember this for next time.
Jim