]> git.ipfire.org Git - thirdparty/gcc.git/commit
Rewrite size_must_be_zero_p with irange infrastructure.
authorAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 13 Apr 2018 09:24:58 +0000 (09:24 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Fri, 13 Apr 2018 09:24:58 +0000 (09:24 +0000)
commit0bcfd10047731bea91d5a7709d10d8e9177c3826
tree8978339592768252ca6884ab48b743a0557ad877
parentbdb08d2be4187c11bcfc2ebdbf7f3b6af1c7e4c2
Rewrite size_must_be_zero_p with irange infrastructure.

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.

From-SVN: r259370
gcc/gimple-fold.c