Re: Replacing keyword in RISC-V Fortran

2021-10-26 Thread Amit Hmath via Fortran
; 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

Replacing keyword in RISC-V Fortran

2021-10-22 Thread Amit Hmath via Fortran
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