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

            Bug ID: 125979
           Summary: No way to disable ranger on command line
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
                CC: amacleod at redhat dot com
  Target Milestone: ---

When debugging (or sometimes as a workaround), it'd be very convenient to be
able to disable ranger.

Unfortunately, -fno-tree-vrp doesn't help, e.g. expand just has:

unsigned int
pass_expand::execute (function *fun)
{
...

  enable_ranger (fun);

Could we have -fno-tree-vrp for this or some param?

Reply via email to