In i386.h, there are

  { "push-args",                -MASK_NO_PUSH_ARGS,                           \
    N_("Use push instructions to save outgoing arguments") },                 \
  { "no-push-args",             MASK_NO_PUSH_ARGS,                            \
    N_("Do not use push instructions to save outgoing arguments") },          \
  { "accumulate-outgoing-args", MASK_ACCUMULATE_OUTGOING_ARGS,                \
    N_("Use push instructions to save outgoing arguments") },                 \
  { "no-accumulate-outgoing-args",-MASK_ACCUMULATE_OUTGOING_ARGS,             \
    N_("Do not use push instructions to save outgoing arguments") },    

The messages for "accumulate-outgoing-args" and "no-accumulate-outgoing-args"
are cut-and-paste errors.


-- 
           Summary: [4.0]: Message typos in i386 backend
           Product: gcc
           Version: 4.0.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24738

Reply via email to