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

            Bug ID: 89912
           Summary: typo in params.def: scop
           Product: gcc
           Version: 9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: translation
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
  Target Milestone: ---

DEFPARAM (PARAM_GRAPHITE_MAX_NB_SCOP_PARAMS,
          "graphite-max-nb-scop-params",
          "Maximum number of parameters in a SCoP.",
          10, 0, 0)

/* Maximal number of array references in a scop.  */

DEFPARAM (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP,
          "graphite-max-arrays-per-scop",
          "Maximum number of arrays per scop.",
          100, 0, 0)

One of "SCoP" and "scop" is wrong, they should be spelled the same.

Reply via email to