This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem with array of derived type with PPC


Walter,

> 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.

as it happens I'm just about to commit a patch which deals with the
intent checking. Although this problem was known to me up to now only
as PR40039 (which clearly means I should do a more extensive search
for existing bugs on bugzilla the next time I submit a PR).

For the patch see:

http://gcc.gnu.org/ml/fortran/2009-05/msg00209.html

It has already been approved, and I plan to commit it later today
(after fixing some line break issues). I guess I will also include
your example code as a test case.


> 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.)

Actually this is not as hard as many people seem to assume. If you
need any help compiling GCC, I'd be happy to assist you.

Cheers,
Janus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]