PR go/63560
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2014 17:17:40 +0000 (17:17 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Oct 2014 17:17:40 +0000 (17:17 +0000)
commit8c175ffcb1abba0fbe7b00a6047914bac5555294
tree06cda2f7f9645e6b615d5012520a22f8c9184c2a
parenta67c359ca9eb930de70cee6b1d2bf2eee4854018
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216341 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/gogo.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/statements.cc