re PR tree-optimization/62209 (ICE with LTO on valid code on x86_64-linux-gnu)
authorJakub Jelinek <jakub@redhat.com>
Sat, 14 Feb 2015 08:23:18 +0000 (09:23 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 14 Feb 2015 08:23:18 +0000 (09:23 +0100)
commit952e216e5a092b5072894b3889f18bc5f76dcf72
tree6fd332fa48a75bfd4ee308da8c22deaa0c1fea37
parentb671235f7970e38b26c8940f752b5d57441f225b
re PR tree-optimization/62209 (ICE with LTO on valid code on x86_64-linux-gnu)

PR tree-optimization/62209
* tree-ssa-reassoc.c (update_range_test): If stmt is a PHI and
op == range->exp, insert seq and gimplified code after labels
instead of after the phi.

From-SVN: r220706
gcc/ChangeLog
gcc/tree-ssa-reassoc.c