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] honor DECL_BY_REFERENCE on CALL_EXPR exp in aggregate_value_p


Richard Guenther wrote:
> >The attached patch is a simple helper for the aforementioned expand_call
> >issue, preriquisite for a larger change to come, hence part of a regression
> >fix.

> You should at least add a comment before the check to explain what is
> going on.

Oops, definitely. Adjusted version attached.

Thanks for your feedback.

Olivier

--

2006-06-24  Olivier Hainque  <hainque@adacore.com>

	* function.c (aggregate_value_p): Honor DECL_BY_REFERENCE on
	a CALL_EXPR target function declaration.

Attachment: result-byref.dif
Description: Text document


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