This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, Fortran] PR37253: Segmentation fault with procedure pointer
- From: "Paul Richard Thomas" <paul dot richard dot thomas at gmail dot com>
- To: "Janus Weil" <jaydub66 at googlemail dot com>
- Cc: "Fortran List" <fortran at gcc dot gnu dot org>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 28 Aug 2008 14:45:04 +0200
- Subject: Re: [Patch, Fortran] PR37253: Segmentation fault with procedure pointer
- 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=6YIxkb7EDttVz11Rm844BiSlVDYImZuJThHmaRBxWPc=; b=KM6lg9vmQtcpPqbd0c6Nr2T1cy6aHqYF6tFARKrpb8LQ9jM6AeXtB1alCeRLOxK39B 1G8Pj61nqeEpXSkVjkAq2CmcjtuG2lx2J5Bb8hkK2zo4QgqV8a46HQmR04IOOSo0noqS fbDKE+FgBjl+ZEROF5PEqW1erleaEn0vrdlxU=
- 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=KroZG15W2yQklwFQRivI5XYDS5ATtZr+YpTCt7N1VON6Ghz2gD1vSduvv5KI1pXUmN UtTTkHPVDWcYFC0APB3gd5YAG5D+7X6FdnJ9ZK+FyEBeGzLeIMlnMNhvVhmLG0P6JURF C+4lbijc1Ry3wAZRsUNsG98OX/QZxUyRVG/60=
- References: <854832d40808280511t28862240ta66d18f19b5fa0c9@mail.gmail.com>
Janus,
> file (i.e. attr.procedure and attr.proc_ptr). The patch is pretty
> obvious. Ok for trunk after regtesting (which I assume should go
> fine)?
Subject to successful regtesting, this is OK for trunk.
Thanks for the patch.
Paul