[Bug fortran/17379] Generic functions not resolved

2005-08-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17379

[Bug fortran/17379] Generic functions not resolved

2005-08-12 Thread tkoenig at gcc dot gnu dot org
--- 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 fortran/17379] Generic functions not resolved

2005-07-22 Thread paulthomas2 at wanadoo dot fr
-- 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

[Bug fortran/17379] Generic functions not resolved

2005-01-05 Thread CARendleman at lbl dot gov
--- 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'

[Bug fortran/17379] Generic functions not resolved

2005-01-04 Thread Thomas dot Koenig at online dot de
--- 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