This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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, libgfortran,fortran] Fix PR27634 Handling missing period in format specifier


Index: gcc/fortran/io.c
..here you remove period_required.
[]
Index: libgfortran/io/format.c
!        notify_std (GFC_STD_GNU, period_required);

Where is this occurance defined? --^

One is the front-end, the other is the library. And, unfortunately, there is yet no mechanism for including things common to both...

FX


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