From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2a.google.com (mail-io1-xd2a.google.com [IPv6:2607:f8b0:4864:20::d2a]) by sourceware.org (Postfix) with ESMTPS id C890D3858402 for ; Thu, 28 Sep 2023 19:12:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C890D3858402 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-io1-xd2a.google.com with SMTP id ca18e2360f4ac-79fe8986355so161343539f.2 for ; Thu, 28 Sep 2023 12:12:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1695928320; x=1696533120; darn=gcc.gnu.org; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=vSj7q8bstNcU0IkYeS1pFc66y37gBYZrQpUBww6rqNQ=; b=iJZYUExlY83DhLmqyYqGoaMcwHXvLOOq54dAxq6s/7MtYlMzQSx4xBQU5iDtKuVXbI hj4o1uLums4Jk0LsghLTH4Kcjcpt1ItUygcJ8D2YcaKqjxKou4/0b2x8A3Igl3Ia2K6g 6OxF6ybpiMmxtJgc8pS6F0y+NdgYfUy3ZF3mrOWs0x6KOha3TfDbhMaazOmcgUgavnas SOa6FbIT7by9OumMbp5iLla1NSsuTwWdqDM3cuv2BGtPVqOqkpsau3Uxw1C0/+52RNKH dCcU5zwCwBcDyz3rngr7dMnO/EliwRIf5OvKmFVRuSLohmod7Ok3CpqgNH3/oqRP4M5L eDxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695928320; x=1696533120; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=vSj7q8bstNcU0IkYeS1pFc66y37gBYZrQpUBww6rqNQ=; b=B2BUObbyxodAuSjBVpmM9ro+JAaEZFHAqhXj1WR6VSUxEWgtzOtKDUr31u/vcXB5k7 vWBoPoLYGcR1IY16hM99lNoc98ndQEeXZz+UVk+Q8CBwofIWWCSbDae2mb3WQT0sbRAS Ni4ENxHa+O78N4mdCJFsh49dj5pVveuemg0Oq5/ha8BpbddrW3KfrD8mcgTdsjB/nsaW MYEWtvJ1n2jd4/gHHhuNmQG+AHOwuQy7oXhfVMVBXNWmd0QV52WTrDe3rrCuzXd/HNZF Zb51Q45Wn0F45rvW1BJ+QSSyzGY4Vd7LH4NC3LC74DPbyMhJRNNJNv9LyD5CsbGimHhf OyUw== X-Gm-Message-State: AOJu0Yy+eygEDOth7bJu+iv9w9nDDakWNUhE2dSGR8h/fZwK6Dps3GdA EwQ2jqKxE6oYLL8cGeWfnyzSQwovSVq3mm7EVDWQnA== X-Google-Smtp-Source: AGHT+IFkcIgoYfIX2xwBka4F5yazk8FN2hdz6rAI4du8Zb4mOn+0ra5MbXbUSOydFrmGNm1Oe9Ubpw== X-Received: by 2002:a05:6e02:b41:b0:34b:ae46:8040 with SMTP id f1-20020a056e020b4100b0034bae468040mr2345923ilu.5.1695928320030; Thu, 28 Sep 2023 12:12:00 -0700 (PDT) Received: from murgatroyd (71-211-130-31.hlrn.qwest.net. [71.211.130.31]) by smtp.gmail.com with ESMTPSA id a5-20020a92d585000000b0034fce2a75aesm5216975iln.44.2023.09.28.12.11.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Sep 2023 12:11:59 -0700 (PDT) From: Tom Tromey To: Jonathan Wakely Cc: Tom Tromey , gcc-patches , "libstdc++" Subject: Re: [PATCH 6/7] libstdc++: Fix regex escapes in pretty-printers References: <20230928174630.4004388-1-tromey@adacore.com> <20230928174630.4004388-7-tromey@adacore.com> X-Attribution: Tom Date: Thu, 28 Sep 2023 13:11:58 -0600 In-Reply-To: (Jonathan Wakely's message of "Thu, 28 Sep 2023 19:51:34 +0100") Message-ID: <87bkdm2jup.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Jonathan> I already have a patch to use r'...' for these, so we only Jonathan> need the single backslash. Yeah, probably nicer. Jonathan> So please don't commit this one, I think it will be Jonathan> unnecessary in a couple of hours. No problem, I'll drop it when I rebase on top of your changes. Tom