https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90207
Bug ID: 90207 Summary: Debugging generated tree code Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- Fortran statements are translated into trees (as seen with -fdump-tree-original). I would help if there was a flag which allowed inspecting values of individual variables and stepping through the generated vs. the original source code. This could also be implemented by a transformation of what -fdump-tree-original produces into a valid C program, using data structures from libgfortran.