This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC 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(...)
- 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