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]

r259370 - /branches/range-gen3/gcc/gimple-fold.c


Author: aldyh
Date: Fri Apr 13 09:24:58 2018
New Revision: 259370

URL: https://gcc.gnu.org/viewcvs?rev=259370&root=gcc&view=rev
Log:
Rewrite size_must_be_zero_p with irange infrastructure.  Previous
implementation did not get the bits in [7fff,ffff].  This fixes a
handful of regressions.

Modified:
    branches/range-gen3/gcc/gimple-fold.c


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