[gfortran,patch] Add ISO_FORTRAN_ENV module

Tobias Burnus burnus@net-b.de
Sun Nov 19 13:43:00 GMT 2006


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



More information about the Gcc-patches mailing list