This is the mail archive of the gcc-cvs@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]

r242178 - /branches/ARM/sve-branch/gcc/varasm.c


Author: rsandifo
Date: Fri Nov 11 17:13:39 2016
New Revision: 242178

URL: https://gcc.gnu.org/viewcvs?rev=242178&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.

Modified:
    branches/ARM/sve-branch/gcc/varasm.c


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