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

            Bug ID: 61270
           Summary: max-inline-insns-single is too high
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: driver
          Assignee: unassigned at gcc dot gnu.org
          Reporter: wbrana at gmail dot com

-finline-limit sets max-inline-insns-single and max-inline-insns-auto to same
value
max-inline-insns-auto is 40 by default which is sane, but
max-inline-insns-single is 400 which seems to be insane
all parameters should be sane by default, which means both parameters should be
40 by default

Reply via email to