This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: newbie willing to contribute...


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]