https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104260

            Bug ID: 104260
           Summary: [12 Regression] Misplaced waccess3 pass
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: middle-end
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

*.optimized dump should be the last one before *.expand, this has been the case
for many years.  Sure, the pass_warn_function_noreturn and sometimes some
free_datastructures etc. passes have been in between
pass_cleanup_cfg_post_optimizing and expansion, but they didn't emit any dumps.

Can waccess pass be moved right before pass_cleanup_cfg_post_optimizing?

Reply via email to