re PR go/63560 (__go_set_defer_retaddr shouldn't be split by IPA split)
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Oct 2014 17:17:40 +0000 (17:17 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 16 Oct 2014 17:17:40 +0000 (17:17 +0000)
commit960224c3b740cedfefc3efeb3a19fa5f72d93051
tree06cda2f7f9645e6b615d5012520a22f8c9184c2a
parent01e4aecea8435f75dfb69c3b5fee1c309a9715b0
re PR go/63560 (__go_set_defer_retaddr shouldn't be split by IPA split)

PR go/63560
compiler: Mark functions that call defer_retaddr as not inlinable.

This is to that the GCC middle-end won't split them.  See
http://gcc.gnu.org/PR63560.

From-SVN: r216341
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/statements.cc