]> gcc.gnu.org Git - gcc.git/commit
re PR tree-optimization/59014 (wrong code at -Os and above on x86_64-linux-gnu)
authorJakub Jelinek <jakub@redhat.com>
Tue, 26 Nov 2013 21:29:30 +0000 (22:29 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 26 Nov 2013 21:29:30 +0000 (22:29 +0100)
commitb168a8dfcc8e22dd932d460159d81291a9fe1ae6
tree407359a1473c6b19e60a324574dc162ae044dae0
parent70ec86ee185d7527b392739bf72a0f37410ed0b4
re PR tree-optimization/59014 (wrong code at -Os and above on x86_64-linux-gnu)

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.

From-SVN: r205417
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr59014.c [new file with mode: 0644]
gcc/tree-vrp.c
This page took 0.05877 seconds and 5 git commands to generate.