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, fortran] PR34476 - Parameters: Bogus out of bounds error in array constructor


Paul Richard Thomas wrote:
> This is an entirely trivial fix that is self-explanatory.  The
> testcase is the reporter's.
>
> Regtested on Cygwin_NT - OK for trunk?
>   
OK.

I think our current practice is to capitalize the word after "Error:",
thus you could change

  	  gfc_error ("index in dimension %d is out of bounds "
into
  	  gfc_error ("Index in dimension %d is out of bounds "

if you want. I think (believing grep) that this does not imply any test
suite change.

Thanks for the patch.

Tobias


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