]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
PR tree-optimization/69214
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jan 2016 17:56:39 +0000 (17:56 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 11 Jan 2016 17:56:39 +0000 (17:56 +0000)
commit36105e8256c7d146a5619924b1bd6cbaf0b6deef
tree2392d4d1604ee48729edf6ea5d71ab85cf6841c4
parent7efea0c508cce8011ff230fc124daca7aa3ac3d4
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232235 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr69214.c [new file with mode: 0644]
gcc/tree-vrp.c