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] Add CO_BROADCAST


On Tue, Sep 30, 2014 at 11:59:16AM +0100, Dominique d'Humières wrote:
> This is what I have committed as r215715:
> 
> Index: gcc/testsuite/ChangeLog
> ===================================================================
> --- gcc/testsuite/ChangeLog	(revision 215714)
> +++ gcc/testsuite/ChangeLog	(working copy)
> @@ -1,3 +1,7 @@
> +2014-30-09  Dominique d'Humieres <dominiq@lps.ens.fr>
 
Note that the date-line for ChangeLog entries should be in the form:

YYYY-MM-DD  Name  <email.address>

I pushed the following as r215723/r215724 (215723 fixes the date, 215724
fixes the two spaces after the name - sorry for the double commit spam) to
fix it up for you.

Thanks,
James

---
Index: gcc/testsuite/ChangeLog
===================================================================
--- gcc/testsuite/ChangeLog	(revision 215722)
+++ gcc/testsuite/ChangeLog	(working copy)
@@ -6,7 +6,7 @@
 	* gcc.target/aarch64/scalar_intrinsics.c (test_vqdmulls_s32):  Fix
 	return type.
 
-2014-30-09  Dominique d'Humieres <dominiq@lps.ens.fr>
+2014-09-30  Dominique d'Humieres  <dominiq@lps.ens.fr>
 
 	* gfortran.dg/coarray_collectives_9.f90: Fix some dg-error.


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