newbie willing to contribute...

Steve Kargl sgk@troutmask.apl.washington.edu
Mon Nov 7 20:08: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.
> 

FX, the front-end changes for complex look correct to me.
The front-end changes for and(), or(), and xor() are 
incorrect.  These routines can take arguments of type 
LOGICAL; while iand, ior, and ieor take integer arguments
only.  I still need to go over the C compatible functions.

-- 
Steve



More information about the Fortran mailing list