From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 68A64385843E; Thu, 9 Feb 2023 16:45:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 68A64385843E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675961157; bh=mmSwYO1lEk2QC5VDpZqjbDJLQqj6Fv0d3xhNRCbzNrk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hQ+ZJOAolmpkXulOCmGSrs1Jv3se+USs/mU4iyOFak5/QwqkuLXrzaUT5UCUhWa9H DOqjtYWyOfxzhKk15bhICk7YFFcTrL48/gxwLnNX1ecPOq6vTLg5W6oadLlt4Shn5H yybDREz6nW6RfG/cJrWshREKtBrnEDKwp19iaguo= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug objc/108743] -fconstant-cfstrings not supported Date: Thu, 09 Feb 2023 16:45:57 +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: pinskia 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: 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 --- Comment #3 from Andrew Pinski --- (In reply to Pierre Ossman from comment #2) > Great news. And that is the same thing as clang's -fconstant-cfstrings? yes >=20 > Unfortunately, I couldn't see -mconstant-cfstrings in gcc's documentation, > but I may be looking in the wrong place. and it is just missing. Also are you trying to compile for darwin (Mac OS X) or some other target? If some other target, then these options are not there.=