; GCC compiler suite)
>
> Regards,
>
> Arjen
>
> Op za 23 okt. 2021 om 03:28 schreef Amit Hmath via Fortran <
> fortran@gcc.gnu.org>:
>
>> Hello All,
>>
>> I am working on a custom float in RISC-V 32, one can replace keyword
>> "float" wit
Hello All,
I am working on a custom float in RISC-V 32, one can replace keyword
"float" with custom keyword like "fp_custom" at line # 482
riscv-gcc/gcc/c-family/c-common.c. But in the case of Fortran, can you
please tell which files to modify to replace the "float" keyword?
And also, in case o