https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69432
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Fri Jan 22 23:14:27 2016 New Revision: 232754 URL: https://gcc.gnu.org/viewcvs?rev=232754&root=gcc&view=rev Log: PR target/69432 * config/i386/i386.c: Include dojump.h. (expand_small_movmem_or_setmem, expand_set_or_movmem_prologue_epilogue_by_misaligned_moves): Spelling fixes. (ix86_expand_set_or_movmem): Call do_pending_stack_adjust () early if dynamic_check != -1. * g++.dg/opt/pr69432.C: New test. Added: trunk/gcc/testsuite/g++.dg/opt/pr69432.C Modified: trunk/gcc/ChangeLog trunk/gcc/config/i386/i386.c trunk/gcc/testsuite/ChangeLog