http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60175
--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Mon Mar 3 07:25:50 2014 New Revision: 208267 URL: http://gcc.gnu.org/viewcvs?rev=208267&root=gcc&view=rev Log: PR middle-end/60175 * function.c (expand_function_end): Don't emit clobber_return_register sequence if clobber_after is a BARRIER. * cfgexpand.c (construct_exit_block): Append instructions before return_label to prev_bb. Modified: trunk/gcc/ChangeLog trunk/gcc/cfgexpand.c trunk/gcc/function.c