https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66576
Bug ID: 66576 Summary: Use -fopt-info for front-end passes Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: tkoenig at gcc dot gnu.org Target Milestone: --- It would be nice to have the -fopt-info machinery working for the front-end optimization passes. For example, information on if a particular call to matmul has been optimized can be quite releveant; currently, there is no way for the user to find this out short of reading the dumps.