r225314 - in /branches/gcc-5-branch/gcc: Change...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Thu Jul 2 12:05:00 GMT 2015
Author: jakub
Date: Thu Jul 2 12:05:04 2015
New Revision: 225314
URL: https://gcc.gnu.org/viewcvs?rev=225314&root=gcc&view=rev
Log:
Backported from mainline
2015-06-08 Jakub Jelinek <jakub@redhat.com>
* genattrtab.c (insn_alternatives): Change type from int *
to uint64_t *.
(check_attr_test): Shift ((uint64_t) 1) instead of 1 up.
(get_attr_value): Change type of num_alt to uint64_t.
(compute_alternative_mask): Change return type from
int to uint64_t, shift ((uint64_t) 1) instead of 1 up.
(make_alternative_compare, mk_attr_alt): Change argument type
from int to uint64_t.
(simplify_test_exp): Change type of i from int to uint64_t.
Shift ((uint64_t) 1) instead of 1 up.
(main): Adjust oballocvec first argument from int to uint64_t.
Shift ((uint64_t) 1) instead of 1 up.
Modified:
branches/gcc-5-branch/gcc/ChangeLog
branches/gcc-5-branch/gcc/genattrtab.c
More information about the Gcc-cvs
mailing list