https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113399
Bug ID: 113399 Summary: -ffold-mem-offsets should not be a target option Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: minor Priority: P3 Component: other Assignee: unassigned at gcc dot gnu.org Reporter: gjl at gcc dot gnu.org Target Milestone: --- For some reason, -ffold-mem-offsets is a target option and displayed with --help=target, which it shold not. > grep -A3 mem-off common.opt ffold-mem-offsets Target Bool Var(flag_fold_mem_offsets) Init(1) Fold instructions calculating memory offsets to the memory access instruction if possible. Added in r14-4664