newbie willing to contribute...

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Nov 7 15:27:00 GMT 2005


On Mon, Nov 07, 2005 at 04:15:59PM +0100, Fran?ois-Xavier Coudert wrote:
> > And the associated
> > gfc_conv_intrinsic_complex () function, I still get the same problem:
> > complex_ is still not recognized by my f951...
> 
> You can have a look at the attached patch (this is the front-end part
> of the patch that I will soon send; the library part is not quite
> finished). Look for "complex" and the related functions to see how I
> checked, simplified and resolved it. Which is probably not perfect, of
> course... suggestions welcome.
> 

A library part?  Can't you map complex(x,y) to
the appropriate cmplx(X,Y,some_kind) where X and
Y are properly converted to compatible types? 

-- 
Steve



More information about the Fortran mailing list