This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: First Patch


On 06/07/2011 09:25 PM, Steve Kargl wrote:
Almost correct. The format is

<tab>* file (func1, func2, ...): Message here ...
<tab>continue message here for long lines.

or

<tab>* file (func1): Message here for func1 change
<tab>(func2): Message here for func2.

So,

	* mpi.c (_gfortran_caf_sync_all, _gfortran_caf_sync_images): Functions
     have void return type and move status into parameter list.


Thanks. Below is my updated Changelog.

2011-06-07 Daniel Carrera <dcarrera@gmail.com>

	* mpi.c (_gfortran_caf_sync_all, _gfortran_caf_sync_images):
	Functions have void return type and move status into parameter
	list.
	* single.c (_gfortran_caf_sync_all, _gfortran_caf_sync_images):
	Functions have void return type and move status into parameter
	list.
	* libcaf.h (_gfortran_caf_sync_all, _gfortran_caf_sync_images):
	Functions have void return type and move status into parameter
	list.
	* trans-decl.c (gfc_build_builtin_function_decls): Updated
	declaration of caf_sync_all and caf_sync_images
	* trans-stmt.c (gfc_trans_sync): Function can now handle a
	"stat" variable that has an integer type different from
	integer_type_node.


Daniel. -- I'm not overweight, I'm undertall.


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