r251218 - in /trunk/gcc: ChangeLog varasm.c
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Mon Aug 21 09:46:00 GMT 2017
Author: rsandifo
Date: Mon Aug 21 09:46:05 2017
New Revision: 251218
URL: https://gcc.gnu.org/viewcvs?rev=251218&root=gcc&view=rev
Log:
Fix bogus CONST_WIDE_INT hash
The CONST_WIDE_INT case in const_rtx_hash_1 started the hash
with the precision of the mode, but the mode is always VOIDmode.
2017-08-21 Richard Sandiford <richard.sandiford@linaro.org>
Alan Hayward <alan.hayward@arm.com>
David Sherwood <david.sherwood@arm.com>
gcc/
* varasm.c (const_rtx_hash_1): Don't hash in the mode of a
CONST_WIDE_INT.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/varasm.c
More information about the Gcc-cvs
mailing list