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, fortran] PR27124 - Incorrect dependency for assignment from function with array section actual arg.


Please find enclosed a more satisfactory version of the ChangeLog entries - once again, I have been caught out by the leading-brand messanger.

Paul

2006-04-12  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/27124
	* trans_expr.c (gfc_trans_function_call):  Add a new block, post,
	in to which all the argument post blocks are put.  Add this block
	to se->pre after a byref call or to se->post, otherwise.

2006-04-12  Paul Thomas  <pault@gcc.gnu.org>

	PR fortran/27124
	* gfortran.dg/array_return_value_1.f90: New test.



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