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: [committed] Fix combiner.c's RTL checking failure (PR target/84710)


On Tue, Mar 06, 2018 at 09:44:07PM +0100, Jakub Jelinek wrote:
> As the following testcase shows on aarch64, the SET_DEST can be a normal
> subreg, not only a paradoxical one or REG.
> 
> Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux,
> preapproved by Segher in the PR, committed to trunk.

Thanks!


Segher


> 2018-03-06  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR target/84710
> 	* combine.c (try_combine): Use reg_or_subregno instead of handling
> 	just paradoxical SUBREGs and REGs.
> 
> 	* gcc.dg/pr84710.c: New test.


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