re PR tree-optimization/63941 (ICE on valid code at -O3 and above on x86_64-linux...
authorYuri Rumyantsev <ysrumyan@gmail.com>
Mon, 1 Dec 2014 12:19:28 +0000 (12:19 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Mon, 1 Dec 2014 12:19:28 +0000 (12:19 +0000)
commitc78f1e25a5b020c1b72b16263a439f869ab0f696
tree9e9c54f55ed3a87fa7449d607abf74a9e6067d4b
parent64e5228e15ec4f5ccd9ba9ea309ddbeea678f447
re PR tree-optimization/63941 (ICE on valid code at -O3 and above on x86_64-linux-gnu)

gcc/

PR tree-optimization/63941
* tree-if-conv.c (add_to_predicate_list): Delete wrong assertion that
DOM_BB has non-true predicate, conditionally set non-true predicate
for BB.

gcc/testsuite/

PR tree-optimization/63941
* gcc.dg/torture/pr63941.c: New test.

From-SVN: r218206
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr63941.c [new file with mode: 0644]
gcc/tree-if-conv.c