newbie willing to contribute...

Pierre-Matthieu anglade pierre.matthieu.anglade@gmail.com
Mon Nov 7 15:30:00 GMT 2005


On 11/7/05, Steve Kargl <sgk@troutmask.apl.washington.edu> wrote:

> 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.

I did

> Or,
> your iresolve.c change is not mapping to the right
> function.

Well do'nt know. I wrote the following:
gfc_resolve_complex (gfc_expr * f, gfc_expr * x, gfc_expr * y)
{
  int kind;
  kind = x->ts.kind;
  gfc_resolve_cmplx (f, x, y, gfc_int_expr (kind));
}


May be I need a full rebuild, not just a "make" ?

>
> > 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
>


--
Pierre-Matthieu Anglade


More information about the Fortran mailing list