http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59014
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed May 7 16:08:28 2014 New Revision: 210177 URL: http://gcc.gnu.org/viewcvs?rev=210177&root=gcc&view=rev Log: Backported from mainline 2013-11-27 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/59014 * gcc.c-torture/execute/pr59014-2.c: New test. 2013-11-26 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/59014 * tree-vrp.c (register_edge_assert_for_1): Don't look through conversions from non-integral types or through narrowing conversions. * gcc.c-torture/execute/pr59014.c: New test. Added: branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr59014-2.c branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr59014.c Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/testsuite/ChangeLog branches/gcc-4_7-branch/gcc/tree-vrp.c