]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cfgexpand.c
re PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize-and-inline.c)
authorJakub Jelinek <jakub@redhat.com>
Mon, 3 Mar 2014 07:25:50 +0000 (08:25 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 3 Mar 2014 07:25:50 +0000 (08:25 +0100)
commit79c7fda6d56eea84a95df8ea67387b4cf972e9de
treed6a8ebe478c2d5333110bafe9cc7ce6fe4dcbb45
parent715a5c85f7db0146b2df19452958e26d15d6eab8
re PR middle-end/60175 (ICE on gcc.dg/asan/nosanitize-and-inline.c)

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.

From-SVN: r208267
gcc/ChangeLog
gcc/cfgexpand.c
gcc/function.c