This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
PR26409 - regression in respect of contained procedures.
- From: Paul Thomas <paulthomas2 at wanadoo dot fr>
- To: "'fortran at gcc dot gnu dot org'" <fortran at gcc dot gnu dot org>, patch <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 24 Feb 2006 14:28:28 +0100
- Subject: PR26409 - regression in respect of contained procedures.
Erik Edelmann has found by binary search that the patch below is
responsible for the above PR/regression. I can confirm that this is the
case. Since I triggered HJ into writing this patch, I will take
responsibility for it and will revert resolve.c for the time being.
Obviously there is some subtle difference in the order or number of
visits to each function. I will see if I can understand what is going on.
Paul