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 14156, warning about returning addresses to parameters


On Mon, Feb 16, 2004 at 05:15:41AM -0800, Andrew Pinski wrote:
> 	* c-typeck.c (c_expand_return): Change check for VAR_DECL
> 	to use DECL_P instead.
> 	* typeck.c (maybe_warn_about_returning_address_of_location):
> 	Change check for VAR_DECL to use DECL_P instead.

Ok.


r~


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