[Patch, Fortran] PR34262 - Fix MVBITS with arrays

François-Xavier Coudert fxcoudert@gmail.com
Thu Nov 29 15:08:00 GMT 2007


Hi,

> a) A hackish one:
>
>     c->resolved_sym = gfc_get_intrinsic_sub_symbol (name);
> +  c->resolved_sym->elemental = 1;
>
> (Though the right hand side can be implemented fancier.)

I like that one, together with a comment to that effect at the start
of the subroutines list in intrinsic.c. As you said, there is a very
limited number of elemental subroutines, and we can always reconsider
in 2013 for the next standard!


FX

PS: Sorry that I don't have more time to contribute these days...



More information about the Gcc-patches mailing list