tree.c
384 KB
-
This patch fixes a compile-time regression that was originally introduced by the… · 9145a539
This patch fixes a compile-time regression that was originally introduced by the fix for PR64111, in GCC 4.9.3. This patch fixes a compile-time regression that was originally introduced by the fix for PR64111, in GCC 4.9.3. gcc/ChangeLog: 2015-10-23 Caroline Tice <cmtice@google.com> (from Richard Biener) * tree.c (int_cst_hasher::hash): Replace XOR with more efficient call to iterative_hash_host_wide_int. From-SVN: r229277
Caroline Tice committed