From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by sourceware.org (Postfix) with ESMTPS id 7EF46383D5E6; Thu, 15 Dec 2022 17:39:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7EF46383D5E6 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=aarsen.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=aarsen.me Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4NXzxm02Vcz9sSc; Thu, 15 Dec 2022 18:39:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1671125964; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=iVJ6a7prgtImPtIWsEY2I+9XX/vDh7m09YLuT8ddl00=; b=vV/Np6derZH1XV/F53ft1Rvxijuvzbq4IPDDBIuir1YVv5PeNRZf7RnFB1MfGh686dN8yh kNaQpazVkDeGJevGr2YURvKXS3TaodD6E+6/u/5a8npcYRXrWGkCsmfQXWVKUiR9hxQPPX vi8qh1nu6eYVWI/GCKSRqEMJnIAKtQNIMC5fLebioX6e0Tf1n6R1ctRkF5Y0QFGP2F5mPl X2/GUolsM/ciYjPJf+NbIB1T1qxGL3kk70PfglfgB08nUSBOzR6rvspGs8Cmc27hBnkOil +tQkoZHsp1eqfREI+eVuFrNRE//7RVS5W0e3CtzdJXpbCU0KFVN0l4tSMuamqw== References: <20221210094303.2180127-1-arsen@aarsen.me> <20221210094303.2180127-5-arsen@aarsen.me> <3e56cf50-344b-fbb1-fb12-4f44330cf560@redhat.com> From: Arsen =?utf-8?Q?Arsenovi=C4=87?= To: Jason Merrill Cc: gcc-patches@gcc.gnu.org, jwakely@redhat.com, libstdc++@gcc.gnu.org Subject: Re: [PATCH 4/4] contrib: Add dg-out-generator.pl Date: Thu, 15 Dec 2022 18:30:27 +0100 In-reply-to: <3e56cf50-344b-fbb1-fb12-4f44330cf560@redhat.com> Message-ID: <86r0x0tvlm.fsf@aarsen.me> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Rspamd-Queue-Id: 4NXzxm02Vcz9sSc X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Jason, Jason Merrill writes: > I wonder if you want to wrap the pattern in {} instead of "" so you don't= need > the "special stuff in TCL itself" quoting? {}s lack generality, for instance, try: puts {unbalanced \}}. I could try to write a revision that complies with the minimal escaping style when I take the opportunity to address your other comment. (also, it just occurred to me that I forgot to escape dollar signs) Thanks, have a great day. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCY5tbxV8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTO+EA/0pt3/9p61tyGm39sculpUwJfJzhbV2KEy4v hqV+LIs/AP95tb9areYwj4pXz5Z7/ctm5l/iaUsGxBVOlwg+B1zWAA== =F5xL -----END PGP SIGNATURE----- --=-=-=--