>> --- gcc/fortran/intrinsic.c (working copy)
>> + add_sym_2s ("move_alloc", 0, 0, BT_UNKNOWN, 0, GFC_STD_F2003,
>> + gfc_check_move_alloc, NULL, NULL,
>> + f, BT_UNKNOWN, 0, REQUIRED,
>> + t, BT_UNKNOWN, 0, REQUIRED);
>
> If I saw it correctly, the third argument is gone with the lastest
> patch
> by FX.
Yep. Sorry guys :)
FX