From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 246BF38582BE; Wed, 17 Jan 2024 16:29:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 246BF38582BE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705508996; bh=rx7vWdiZU948yukiGFLFOsFrl+wRIuGBVzy6br2CGPc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KC4SvIELCWJMEo5TbZtCy8TauXq0kEKexdDQv46hb1u0SOv58OS8ebW0t++fZKui3 v/DWVxzh2nTVH8mHL1tDzs3Sa4eACpJLyyEheCBhln5SnATxjubNbQpNN/P5Qo+EUl ZjihYeK0wTXGp803WtrPAHlUjecw6NqdimmxoyVY= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/113399] [14 Regression] -ffold-mem-offsets should not be a target option Date: Wed, 17 Jan 2024 16:29:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: diagnostic X-Bugzilla-Severity: minor X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113399 --- Comment #5 from Jakub Jelinek --- Ok, I'll bootstrap/regtest: 2024-01-17 Jakub Jelinek PR other/113399 * common.opt (ffold-mem-offset): Remove Target and Bool keywords, a= dd Common and Optimization. --- gcc/common.opt.jj 2024-01-03 11:51:31.467732078 +0100 +++ gcc/common.opt 2024-01-17 17:22:05.975424001 +0100 @@ -1262,7 +1262,7 @@ Common Var(flag_cprop_registers) Optimiz Perform a register copy-propagation optimization pass. ffold-mem-offsets -Target Bool Var(flag_fold_mem_offsets) Init(1) +Common Var(flag_fold_mem_offsets) Init(1) Optimization Fold instructions calculating memory offsets to the memory access instruct= ion if possible. fcrossjumping The removal of Bool is for consistency, there are no other common.opt nor */*.opt options using it.=