This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, fortran] PR34476 - Parameters: Bogus out of bounds error in array constructor
- From: Tobias Burnus <burnus at net-b dot de>
- To: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Tue, 08 Jan 2008 14:42:07 +0100
- Subject: Re: [Patch, fortran] PR34476 - Parameters: Bogus out of bounds error in array constructor
- References: <339c37f20801080503rcd0089ds4ae0b49c352e27b6@mail.gmail.com>
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