This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/66576] New: Use -fopt-info for front-end passes


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]