Re: RFC: A redesign of `-Mmodules` output

2025-03-03 Thread vspefs via Gcc
By the way, what's stop us from having compiler options like `g++ -Rgcm.cache -Rsomewhere/else/gcm.cache` to specify CMI repo path, like `-I` for include paths? It could be useful for projects with complex folder structure, as build tools like Make sometimes change current working directory, and so

[GSoC] Proposal Discussion:Fortran – run-time argument checking

2025-03-03 Thread Gwen Fu via Gcc
Dear GCC Community: I hope this email finds you well. My name is Gwen Fu(or Pengrui Fu), and I am interested in participating in Google Summer of Code 2025 with GCC. I am writing to discuss THIS PROJECT("Fortran – run-time argument checking") idea and seek your feedback before submitting my formal

Re: RFC: A redesign of `-Mmodules` output

2025-03-03 Thread Ben Boeckel via Gcc
Hi, I'm Ben and implemented modules support in CMake, authored P1689 itself, its support in GCC, and helped wrangle its support into clang and MSVC. I encourage you to read this paper: https://mathstuf.fedorapeople.org/fortran-modules/fortran-modules.html which describes the strategy CMake