newbie willing to contribute...
Steve Kargl
sgk@troutmask.apl.washington.edu
Mon Nov 7 15:17:00 GMT 2005
On Mon, Nov 07, 2005 at 04:00:59PM +0100, Pierre-Matthieu anglade wrote:
> HI, thanks for the hint,
> At the beginning of my work I had (wrongly) decided that
> trans-intrinsic.c should stay untouched.
> But even after adding
> case GFC_ISYM_COMPLEX:
> gfc_conv_intrinsic_complex (se, expr, name[5] == '1');
> break;
>
> And the associated
> gfc_conv_intrinsic_complex () function, I still get the same problem:
> complex_ is still not recognized by my f951...
>
I would need to see your patch, but I suspect that
you forgot to call make_generic(complex) in intrinsic.c
after you've added it to the list of intrinsics. Or,
your iresolve.c change is not mapping to the right
function.
> PS: Does anyone got another newbie job to be done?
The only suggestions I have is to look at the open
bug reports and see if one is interesting or to
grep the sources for TODO.
--
Steve
More information about the Fortran
mailing list