From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 258F33858D28; Fri, 10 Feb 2023 09:23:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 258F33858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1676021020; bh=v8yk+O8tUlN083ETYlrT167vya/pJ3T9P73aTAo+Q9Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Nijoo6w/nrcD2ZdorSQvxf1Y9csQP3gsUOuwkqCeWB0H25ohoKPiiF5+8ODCUr3DR nLL8DGCJuwl4rxvcbWuDsFgh3JoyPkG96zXD74G66GRZ3/7kWKTXx0+9o4Gld8fj1v crlqiRfTk35fCmMm6lvqYG7JYqqRaTNdRfI227qI= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug objc/108743] -fconstant-cfstrings not supported Date: Fri, 10 Feb 2023 09:23:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: objc X-Bugzilla-Version: unknown X-Bugzilla-Keywords: documentation X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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=3D108743 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek --- (In reply to Pierre Ossman from comment #5) > Could you consider adding -fconstant-cfstrings as an alias? It would make > life easier for making build systems compiler agnostic. As it is a machine specific option, -mconstant-cfstrings is right, if it wa= s a generic option, -f* would make sense, but it is not. If the option is MacOS specific in clang too, then they just misnamed the option.=