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]

Re: [PATCH] Fix PR c++/15721 not emitting explicit template instantationstatic data


Andrew Pinski wrote:

The problem is that the middle-end is still looking at TREE_SYMBOL_REFERENCED
of the DECL_ASSEMBLER_NAME which is wrong now that we are moving away from that.
This patch instead looks into the cgraph_varpool_node's needed flag to see if
we really need the variable.


OK? Bootstrapped on powerpc-apple-darwin with no regressions.

OK.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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