This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: problem with array of derived type with PPC
- From: Walter Spector <w6ws at earthlink dot net>
- To: fortran at gcc dot gnu dot org
- Date: Sun, 17 May 2009 21:01:24 -0700
- Subject: Re: problem with array of derived type with PPC
Janus,
Does your latest mod also touch the problem described in PR #36947?
(Attributes not fully checked comparing actual vs dummy procedure.)
It seems like it intersects with the error checking improvements that
you are doing with PPCs, even though my example did not use PPCs.
I would check it myself, but the recent gfortran binaries that are
kindly provided by the developers are having library/linker mismatches
with the SUSE 10 linux system that I use. SUSE 10 was distributed with
gcc 4.1.2. (And yes, I know I should learn how to compile my own gcc
and related tool chain from source.)
Walter Spector