]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
re PR tree-optimization/69214 (ICE (segfault) at -Os on x86_64-linux-gnu in "fail_abn...
authorJakub Jelinek <jakub@redhat.com>
Mon, 11 Jan 2016 17:56:39 +0000 (18:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 11 Jan 2016 17:56:39 +0000 (18:56 +0100)
commit1ebd5558eb04938a62eaa8cbfaa24b0205326b87
tree2392d4d1604ee48729edf6ea5d71ab85cf6841c4
parentde41ebf5ddab45c643cfe8166c1d274ed4620d4f
re PR tree-optimization/69214 (ICE (segfault) at -Os on x86_64-linux-gnu in "fail_abnormal_edge_coalesce")

PR tree-optimization/69214
* tree-vrp.c (simplify_cond_using_ranges): Don't propagate
innerop into a comparison if SSA_NAME_OCCURS_IN_ABNORMAL_PHI.
Formatting fix.

* gcc.c-torture/compile/pr69214.c: New test.

From-SVN: r232235
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr69214.c [new file with mode: 0644]
gcc/tree-vrp.c