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: "Paul Richard Thomas" <paul dot richard dot thomas at gmail dot com>
- To: "Tobias Burnus" <burnus at net-b dot de>
- Cc: "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Tue, 8 Jan 2008 17:04:59 +0100
- Subject: Re: [Patch, fortran] PR34476 - Parameters: Bogus out of bounds error in array constructor
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=RXb4jqe9gMjP8Y+PHVm+x3vVxD+1hXkH/k7St6Cc2wQ=; b=F+dglPI8Gwz1CbvKJs4oAuTpjONgWQu0bV35XyQZImCTt6HG2GBZ6R3kfyElwiEWIjffl2rCBhwWyDQbp6oKkP0YacC9y4LOkbHGZjtF8miMsHwgshNcJz8fE2CTbuHPhCcCUbVy/DDZfEPArTXwv1oJGu06ECA5eE/UfVWhGP0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BF+FnbRnoLKsGmpFURyR/vKdRpdoW4JKK6knXhn6e3H7EzY07BwCwuMRjsllDKPPATU8X8LaaXDmfrVQh9OezqC5TxrerblyEAIsbNd71CDch2jQi/l6+roUvuW7+QgH/k7v8AUylr3YKiZkX9y+EtJDaVhWnWjb9tArqfLQo/c=
- References: <339c37f20801080503rcd0089ds4ae0b49c352e27b6@mail.gmail.com> <47837DAF.3050905@net-b.de>
Tobias,
Thanks for the rapid turn-around:)
Both this and this morning's patch have been committed and the PRs cleared.
> 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.
I did just that but without checking further. At least it is easily
fixed if thee is a problem......
Cheers
Paul