This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r259370 - /branches/range-gen3/gcc/gimple-fold.c
- From: aldyh at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 13 Apr 2018 09:26:27 -0000
- Subject: 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