[PATCH] Fortran: Added support for locality specs in DO CONCURRENT (Fortran 2018/23)

2024-09-21 Thread Anuj Mohite
gcc/fortran/ChangeLog: * dump-parse-tree.cc (show_code_node): Updated to use c->ext.concur.forall_iterator instead of c->ext.forall_iterator. Added support for dumping DO CONCURRENT locality specifiers. * frontend-passes.cc (index_interchange, gfc_code_walker): Upda

Seeking guidance on contributing to Fortran front-end through GSoc24

2024-02-04 Thread Anuj Mohite
Dear Fortran GCC developers, I am Anuj, a Computer Science student from India. I am interested in contributing to the Fortran frontend for GCC during GSoC 2024. I got to know about this through the Martin J and GCC IRC channel. My background is in C/C++ and I have taken compiler construction cour