https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64269
--- Comment #8 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Sat Dec 13 08:57:05 2014 New Revision: 218704 URL: https://gcc.gnu.org/viewcvs?rev=218704&root=gcc&view=rev Log: Backported from mainline 2014-12-12 Jakub Jelinek <ja...@redhat.com> 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. Added: branches/gcc-4_8-branch/gcc/testsuite/gcc.c-torture/compile/pr64269.c Modified: branches/gcc-4_8-branch/gcc/ChangeLog branches/gcc-4_8-branch/gcc/testsuite/ChangeLog branches/gcc-4_8-branch/gcc/tree-ssa-forwprop.c