https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64563
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sun Feb 1 21:50:53 2015 New Revision: 220332 URL: https://gcc.gnu.org/viewcvs?rev=220332&root=gcc&view=rev Log: Backported from mainline 2015-01-12 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/64563 * tree-vrp.c (vrp_evaluate_conditional): Check for VR_RANGE instead of != VR_VARYING. * gcc.dg/pr64563.c: New test. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr64563.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/testsuite/ChangeLog branches/gcc-4_8-branch/gcc/tree-vrp.c