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]

r242245 - /branches/ARM/sve-branch/gcc/fold-con...


Author: rsandifo
Date: Fri Nov 11 17:26:28 2016
New Revision: 242245

URL: https://gcc.gnu.org/viewcvs?rev=242245&root=gcc&view=rev
Log:
poly_int: pointer_may_wrap_p

This patch changes the bitpos argument to pointer_may_wrap_p
from HOST_WIDE_INT to poly_int64.  A later patch also makes
int_size_in_bytes return a polynomial, at which point the
final range check becomes more useful for polynomial offsets.

Modified:
    branches/ARM/sve-branch/gcc/fold-const.c


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