This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch, fortran] PR34928 - Extension: volatile common blocks
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Dominique Dhumieres <dominiq at lps dot ens dot fr>
- Cc: gcc-patches at gcc dot gnu dot org, fortran at gcc dot gnu dot org
- Date: Wed, 26 Mar 2014 12:26:02 -0700
- Subject: Re: [Patch, fortran] PR34928 - Extension: volatile common blocks
- Authentication-results: sourceware.org; auth=none
- References: <20140326175615 dot 175AC108 at mailhost dot lps dot ens dot fr>
On Wed, Mar 26, 2014 at 06:56:15PM +0100, Dominique Dhumieres wrote:
> Updated patch. OK to commit?
>
> Dominique
>
> Index: gcc/fortran/ChangeLog
> ===================================================================
> --- gcc/fortran/ChangeLog (revision 208846)
> +++ gcc/fortran/ChangeLog (working copy)
> @@ -1,3 +1,9 @@
> +2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
2 spaces after the date and after your name.
> +
> + PR fortran/34928
> + * fortran/gfortran.texi: Document Volatile COMMON as not
> + supported.
Indentation is a tab.
OK.
--
Steve