This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Go patch committed: Set TREE_PUBLIC for only-inline functions


This patch to the Go frontend sets TREE_PUBLIC for only-inline
functions.  This fixes GCC PR 89227.  Bootstrapped and ran Go tests on
x86_64-pc-linux-gnu and ppc64le-linux-gnu.  Committed to mainline.

Ian


2019-03-06  Ian Lance Taylor  <iant@golang.org>

PR go/89227
* go-gcc.cc (Gcc_backend::function): Set TREE_PUBLIC for an
only-inline function.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]