This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: iso_c_binding status..
c_size_t: Fixed
new item:
implement c_funloc. even though procedure pointers aren't implemented
yet, c_funloc can be done for procedures. this should be
straight-forward; basically copy what is done for c_loc. c_funptr is
already defined. any volunteers?
Chris
> c_size_t is also not working anymore. this should be fixed before the
> FAST* types, in my opinion.
>
> Chris
>
>
> On Tue, 20 Feb 2007, Christopher D. Rickett wrote:
>
>> hi all,
>>
>> on my list of things to do yet for iso_c_binding, i have:
>> 1) add versions of c_f_pointer for complex type/kind combos
>> 2) fix the FAST* versions of the c99 types
>> 3) finish converting to gnu coding style (should be mostly done).
>>