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: 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:05:11 +0200
- Subject: Re: [Fortran, Patch] PR36476 - Fix ICE with PARAMETER and len=* strings
- References: <48524388.10309@net-b.de> <48526691.5030102@verizon.net>
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