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: [gfortran] patch for PR20086 -- missing characters in hollerithconstant


Bud Davis wrote:
> 2004-02-20  Bud Davis  <bdavis@gfortran.org>
> 
> 	PR fortran/20086
> 	* io/transfer.c (write_constant_string): accept an 'h' as
> 	the start of a hollerith format string.

I think this would qualify as obvious.  That's certainly not something the
compiler could prevent, as the format may be coming from a CHARACTER variable,
so the library has to be prepared for both upper- and lower-case here.

- Tobi


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