https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116618
Bug ID: 116618 Summary: Useful to have the ability to include all dependencies with -fm2-dump Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: modula2 Assignee: gaius at gcc dot gnu.org Reporter: gaius at gcc dot gnu.org Target Milestone: --- As mentioned on IRC it would be useful to have a switch which enabled all dependencies to be included in the -fm2-dump= option. For example currently the list can contain: ‘quad,gimple,decl,all’, perhaps this could be include 'dep' which would indicate any procedure referenced (using -fm2-dump-filter=) will also imply all dependencies are dumped.