This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Fortran, Patch] PR36476 - Fix ICE with PARAMETER and len=* strings
- From: "H.J. Lu" <hjl dot tools 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>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 13 Jun 2008 15:50:53 -0700
- Subject: Re: [Fortran, Patch] PR36476 - Fix ICE with PARAMETER and len=* strings
- 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=cArYovQQH4UBIy456fEZuTEaLUE5gIZ79qdKgnFj7i4=; b=wPhRArfPMVi30qd0oH4NWABrgu6Zfuvslih1fgG4ym0Sz2cSZWvfAi1qCyLxd/tG2g CBvF4hJqbyO+mdprnT6PQnp3ZGUQUUSHkBDwEmGBRop4We8jcLdpvFpvtARsDmq7oNsy rEZWKqGnB+D2BMbSVIW/4W1MKCOX46VPnm+DY=
- 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=neaCyLCzaDjalU+ralwHVsssYpuj03IYVkN9XI3JBCESoWZPvFcnRoZULb4MhBjUWJ E2ABaGs+h1uF+iS8mADWEs+0doEhzsdOwsmhbkc1N/MHftKZ0+vgfEUg3HejJFlKDD0/ dKyXIxDnUhftzCJcR9jaoYM6z5NUxY7HBmwWc=
- References: <48524388.10309@net-b.de> <48526691.5030102@verizon.net> <48527087.5020508@net-b.de>
Hi Tobias,
This caused:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36535
H.J.
On Fri, Jun 13, 2008 at 6:05 AM, Tobias Burnus <burnus@net-b.de> wrote:
> Jerry DeLisle wrote:
>>>
>>> Bootstrapped and regtested on x86-64-linux. OK for the trunk?
>>
>> OK, thanks for patch.
>
> Thanks for the review. I realized that I had not checked whether the strings
> are indeed correct (I have only checked their length). I now added a few
> if(string /= "test") to the testsuite file and committed it as Rev. 136754.
>
> Tobias
>
--
H.J.