re PR bootstrap/50621 (Bootstrap failure)
authorBernd Schmidt <bernds@codesourcery.com>
Wed, 5 Oct 2011 17:17:12 +0000 (17:17 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 5 Oct 2011 17:17:12 +0000 (17:17 +0000)
commit17a3dae3c23664d4e264003af90061a9dae7b97c
treebf15a490848a030f770578ffa1d4dc056d9ceebd
parent878a917448a256186ebaa54451696455185a7f55
re PR bootstrap/50621 (Bootstrap failure)

PR bootstrap/50621
* config/i386/i386.c (ix86_add_cfa_restore_note): Omit notes only
if the function was not shrink-wrapped.
(ix86_expand_epilogue): Ensure queued cfa_adjust notes are attached
to an insn.
* function.c (thread_prologue_and_epilogue_insns): Make sure the
shrink_wrapped flag is set even if there is no dump file.

From-SVN: r179560
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/function.c