This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch, Fortran] PR34248 - ICE with assumed-length character functions having RESULT(...)
- From: FX <fxcoudert at gmail dot com>
- To: "Tobias Burnus" <burnus at net-b dot de>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>, "fortran at gcc dot gnu dot org" <fortran at gcc dot gnu dot org>
- Date: Thu, 29 Nov 2007 16:40:32 +0000
- Subject: Re: [Patch, Fortran] PR34248 - ICE with assumed-length character functions having RESULT(...)
- 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=xdarKT2Y6yF23uYQB8EPxYnFZkXppjCyDVed5tNU5VQ=; b=dc9Dcu9O0qjWwMY7/z1DLnxcICS4fbja6lUmxvMdutZ3u1UtBbd3tPucWPN7YMpDw9iye9aTHy36jTh3xt1yXNQh2qrPvSpn+f0nITkv379gUBISzDI5FrliXCEkhl/cO9ozKfzvR/iSYUr8fbMRpwF0tEOC5esLtMVpa4JVbGk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jaj63H1IphIFz24nx/Pcs8fOFuWS0D9Uz9Bhbw9Skt0WNSEGCx8xFKJcFq1txPaaTBbbG6/rLwRh0GEtsj3aAzc+kD274eMXJ8qZViKo+ISD0vMh06Fp3hLN3o4+A49xEEv9V3rdfU2T+FxiIZPsnD2/31AYB6k7jEkJI6rhf/Q=
- References: <474EE62A.3000601@net-b.de>
> 2007-11-29 Tobias Burnus <burnus@net-b.de>
>
> PR fortran/34248
> * trans-decl.c (generate_dependency_declarations): Check
> for NULL pointers before accessing the string length.
OK
> PS: Could someone also review the following patch?
> http://gcc.gnu.org/ml/gcc-patches/2007-11/msg01062.html
It also looks OK, but as I'm not too familiar with that part of the
standard, please allow 24h from now for others to comment before
committing.
FX