]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/testsuite/ChangeLog
re PR tree-optimization/70190 (ICE (segfault) at -O2 and -O3 on x86_64-linux-gnu)
authorJeff Law <law@redhat.com>
Fri, 11 Mar 2016 22:32:11 +0000 (15:32 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 11 Mar 2016 22:32:11 +0000 (15:32 -0700)
commitcebde9e9ebb9b9a29f2b6cd07b14fd88089f088f
tree1c289de319b6b0e834082080de232185abce2ed8
parent015782a5aea37b0cd80b5f1888988d5c79398b81
re PR tree-optimization/70190 (ICE (segfault) at -O2 and -O3 on x86_64-linux-gnu)

PR tree-optimization/70190
* tree-ssa-threadbackward.c (fsm_find_control_statement_thread_paths):
Handle cases where we can not extract the taken edge, even though we
found a constant value.

PR tree-optimization/70190
* gcc.c-torture/compile/pr70190.c: New test.

From-SVN: r234151
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr70190.c [new file with mode: 0644]
gcc/tree-ssa-threadbackward.c