This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [Patch, fortran] Inline DOT_PRODUCT


Janne,

I note that we retain the function name for the majority, if not all, of
the wholly inline intrinsics.

>   f->value.function.name =
>     gfc_get_string (PREFIX("dot_product_%c%d"), 
> gfc_type_letter (f->ts.type),
> 		    f->ts.kind);
> 
> thing from gfc_resolve_dot_product, since it's not needed anymore and
> lest somebody gets confused.

I propose that we leave it in place until we decide what to do with all
such instances.

Paul 


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