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: [3.4 PATCH] Fix inline nested functions (PR middle-end/15345, c/16450)


On Tue, Jul 20, 2004 at 11:22:11AM -0400, Jakub Jelinek wrote:
> +	      || (cgraph_n_nodes > 0 && cgraph_node (decl)->origin))

decl_function_context (decl) is the canonical way to test for nested.

Otherwise ok.


r~


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