--
What|Removed |Added
Target Milestone|--- |4.0.2
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17379
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-08-12
21:47 ---
This is fixed on mainline and on 4.0.
--
What|Removed |Added
Status|NEW
--
Bug 17379 depends on bug 16940, which changed state.
Bug 16940 Summary: Failure to perform host association correctly
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16940
What|Old Value |New Value
--- Additional Comments From CARendleman at lbl dot gov 2005-01-05 18:14
---
Subject: Re: Generic functions not resolved
I'm sure your not offering this as a 'fix' because it results in
'conflicting attributes or multiple declarations of a name'
or 'name already used as generic name'
--- Additional Comments From Thomas dot Koenig at online dot de 2005-01-04
13:41 ---
The problem appears to be related to the fact that "length"
and "size" are both intrinsics.
If you declare "length" to be external, with the following
patch:
$ diff -u vec3d.f90 vec3d-works.f90
--- vec