From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30820: Chunked store references in compiled code break grafting (again) Date: Mon, 19 Mar 2018 23:27:39 +0100 Message-ID: <87h8pbg0pw.fsf@gnu.org> References: <87o9jq7j7r.fsf@gnu.org> <87muz3dgy1.fsf@netris.org> <20180319223402.1ba0a369@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ey3GA-00051I-5n for bug-guix@gnu.org; Mon, 19 Mar 2018 18:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ey3G6-0003cK-6n for bug-guix@gnu.org; Mon, 19 Mar 2018 18:28:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34418) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ey3G6-0003bp-2I for bug-guix@gnu.org; Mon, 19 Mar 2018 18:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180319223402.1ba0a369@scratchpost.org> (Danny Milosavljevic's message of "Mon, 19 Mar 2018 22:34:02 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 30820@debbugs.gnu.org Danny Milosavljevic skribis: > As far as I understand the gcc patches work after all. Ludo just made > a mistake testing it. They work except when the string is not directly a literal, as in: static const char foo[] =3D "/gnu/store/=E2=80=A6"; =E2=80=A6 strcpy (x, foo); I think that=E2=80=99s workable though. Ludo=E2=80=99.