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 6/8] Handle SCRATCH in decompose_address


On 01/28/2015 12:03 AM, Maxim Kuvyrkov wrote:
Hi,

Turns out that the above patch applies without conflicts to two
functions in rtlanal.c: get_base_term(), for which the patch is
intended, and get_index_term(), for which the patch is not.

Due to git rebases and patch updates, I have accidentally pushed the
patch twice and unintentionally changed get_index_term().  From what
I can tell the change is benign, but, still, it is unnecessary.  The
attached patch reverts the accidental commit.  It was bootstrapped
arm-linux-gnueabihf.

OK for stage 1?  I'll regtest it before committing, just in case.

Thanks,

-- Maxim Kuvyrkov www.linaro.org



0001-Revert-accidental-commit-get_base_index-was-the-inte.patch


From 64cb581f9d2d1c1847b8dadd3acbf0d89080b7ac Mon Sep 17 00:00:00
2001 From: Maxim Kuvyrkov<maxim.kuvyrkov@linaro.org> Date: Tue, 27
Jan 2015 07:24:27 +0000 Subject: [PATCH] Revert accidental commit,
get_base_index was the intended target

* rtlanal.c (get_index_term): Revert accidental commit.

OK.
jeff


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