]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/64269 (ICE with -O3 enabled on Ubuntu 14.04)
authorJakub Jelinek <jakub@redhat.com>
Fri, 12 Dec 2014 13:32:16 +0000 (14:32 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 12 Dec 2014 13:32:16 +0000 (14:32 +0100)
commit3597c8dec2504eb400f64639ce4a563ea657c599
tree54c2ffc8d3808683c4bbbfcff7d66e1303666466
parent8c7b90945f6b13adea05b75d01f17225fb135bac
re PR tree-optimization/64269 (ICE with -O3 enabled on Ubuntu 14.04)

PR tree-optimization/64269
* tree-ssa-forwprop.c (simplify_builtin_call): Bail out if
len2 or diff are too large.

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

From-SVN: r218669
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr64269.c [new file with mode: 0644]
gcc/tree-ssa-forwprop.c