This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [patch, libfortran] PR33672 Additional runtime checks needed for namelist reads
- From: FX Coudert <fxcoudert at gmail dot com>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: "fortran at gcc dot gnu dot org List" <fortran at gcc dot gnu dot org>
- Date: Sun, 14 Oct 2007 22:04:04 +0100
- Subject: Re: [patch, libfortran] PR33672 Additional runtime checks needed for namelist reads
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; bh=hrOEAYmysnBo5rnM5dHuLvgs0ifgnqbH7FCwN33bS3I=; b=VX/+ev3fw0b4tdJiRPJYbzq7cmmkGca+Y1NZhQuzrQloPZk6h/EFK+YvfxNAmPfUNggqBevDrYtgEeQttxwelUCtU1kw1H0miN8HfDZYMggXFog77HAsD+HuyUTS4doNjjsVHsgRLRYkJZNfzZREqPptIOB0SwybvKD5IMQ00jE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=EKCe5iQpVJdFDgb47lDNde4VLoiQeKuF9hu9xPe1JXfPh7u/bmQWkywMA2EqdpNqZrUZRK/f4i2v2SSorjqwp9jWVZ3EJz4iIMOR4HtAivUqloD+SRgMy5iCVRb1jaqQx0HFRdk9VPy0Du2CbDPApnjOxgj/Llo0dx6DaCIhh4I=
- References: <20071013141403.1C6185BB9F@mailhost.lps.ens.fr> <471280D4.4020706@verizon.net>
This patch has been in the oven for a while. Based on my own
testing and Dominique's testing. I would like to commit this today
unless there are objections.
The patch is well confined and straight forward, and basically simple.
I'm sorry to be in no position to review (neither now nor in the
close future), but given the arguments above I think it's reasonnably
safe to commit. Plus, you're the namelist expert!
FX