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] Fix debug ICE on aarch64 due to bad rtl simplification (PR debug/70628)


Jakub Jelinek <jakub@redhat.com> writes:

> So here is what I'll throw at testing:
>
> 2016-04-12  Jakub Jelinek  <jakub@redhat.com>
>
> 	PR debug/70628
> 	* rtl.h (convert_memory_address_addr_space_1): New prototype.
> 	* explow.c (convert_memory_address_addr_space_1): No longer static,
> 	add NO_EMIT argument and don't call convert_modes if true, pass
> 	it down recursively, remove break after return.
> 	(convert_memory_address_addr_space): Adjust caller.
> 	* simplify-rtx.c (simplify_unary_operation_1): Call
> 	convert_memory_address_addr_space_1 instead of convert_memory_address,
> 	if it returns NULL, don't simplify.

I have successfully bootstrapped it on ILP32 and verified that it fixes
the ICE.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."


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