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: [gfortran] Allow digits before X format to be optional


> Will gfortran issue a warning (or similar message) that
> it is compiling non-conforming code?  Perhaps, we need to
> add a gfc_extension() to the gfc_error() and gfc_warning()
> functions.
>
> gfortran file.f
> Extension:  X edit descriptor used without integer field width.

We already have gfc_notify_std, which can be used to issue warnings/errors 
based on --std=<foo>.
Looking at the patch again, it should probably use this machanism.

Paul


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