This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [gfortran,patch] Add ISO_FORTRAN_ENV module
- From: Tobias Burnus <burnus at net-b dot de>
- To: FX Coudert <fxcoudert at gmail dot com>
- Cc: Fortran List <fortran at gcc dot gnu dot org>, gcc-patches patches <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 19 Nov 2006 13:40:34 +0100
- Subject: Re: [gfortran,patch] Add ISO_FORTRAN_ENV module
- References: <2C875733-99E1-4E44-BAC6-701E7E9C7325@gmail.com>
Hi FX, hi all,
FX Coudert wrote:
> Attached is the last version of my ISO_FORTRAN_ENV patch, now that the
> intrinsic/non-intrinsic modules patch has been commited.
gcc/fortran/module.c
- if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: module "
- "nature in USE statement at %C") == FAILURE)
+ if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: module"
+ "nature in USE statement at %C") == FAILURE)
You miss a " " after "module".
Tobias