This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
[Patch, fortran] PR40847 - [4.3/4.4/4.5 Regression] segfault & bogus warning
- From: Paul Richard Thomas <paul dot richard dot thomas at gmail dot com>
- To: fortran at gcc dot gnu dot org, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 5 Aug 2009 18:13:20 +0200
- Subject: [Patch, fortran] PR40847 - [4.3/4.4/4.5 Regression] segfault & bogus warning
The patch already posted on the PR has been committed as obvious
(revision 150493), following bootstrapping and regtesting on
x86_64/FC9.
I'll wait a week before backporting to 4.4 and 4.3.
Paul
2009-08-05 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40847
* iresolve.c (gfc_resolve_transfer): Correct error in 'mold'
character length for case where length expresson is NULL.
2009-08-05 Paul Thomas <pault@gcc.gnu.org>
PR fortran/40847
* gfortran.dg/transfer_resolve_1.f90 : New test.