From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62c.google.com (mail-ej1-x62c.google.com [IPv6:2a00:1450:4864:20::62c]) by sourceware.org (Postfix) with ESMTPS id 5A48F385355C for ; Mon, 31 Oct 2022 14:03:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5A48F385355C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x62c.google.com with SMTP id f27so29674952eje.1 for ; Mon, 31 Oct 2022 07:03:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=IN8N8uf+hwBFrKQ23VWR+LffEKnO/2m72UC/hDHwAh8=; b=fUdwlNtEHGLg8+lOALnOvzJ9SdKl0ycve4gvlhYD7VBVBvJxdE43pkKZK0ZgHWVVLT vA973gJeUcRno2JjBr7xF0560ApWe3Z+ad+K0+jULVEjCjEz/5dLC0Vna8qb1B1JRfjl FnFkAuWs7qGfOkx/pDIt6K2Z4A6CVvebu81IqNNLfSKlIXfJZzUlbtNHg3morqKMdghq shjhhz5FBenURs26sRFj6wbKtu8ZJ2ohpSJKoPmpH8Q5oZ+wdtaF71e8JASUCM4qd6Al 7VJBQyDDJgqtw6jACsUq7t+RwUGZ5Iy2goAw9DjeDJ58GgGYVB7yQ0ZxNUGjdOcQ8qWh JnGw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=IN8N8uf+hwBFrKQ23VWR+LffEKnO/2m72UC/hDHwAh8=; b=OBudwdvH5Vc0HCr9Ubcx0ivf6EczrnHgTxpR2lcgl1K+Zp6EC8hZ7kUqfdcazlDQUj h1dMiz9kR7jQx3QdsOUgeULfWZvZDEg20AMa2FD0Q7gGwL1V5tsfeT9z2Ta3m4VMM9p0 pM04JiQpv/7IUx/jDOIQ5kBgQp6/QKzT8K2lwlDrUiB6GB9HcfZxvedbtk5YJpsyFfze /iiRWm0B848AqnzM1L8OgxU+LnQ4dtNV6GrK+7j2yugMotACRUIKh9XkaW1RXpmAlT1M 35xM5yixpbYCjIbFh07/c/d641fMgG8OnzUkwDr/WrXFEY952B8rSEM3r0O2J3fZtuma oW7A== X-Gm-Message-State: ACrzQf0N7JG02qHNTtFp31ZyHwKHiwzfslYWYu7sitrr+Wcq5GcKVc+z mdZ6voiHYf1nYO73ifcoGF1hYo1nacmX7FGm5Go= X-Google-Smtp-Source: AMsMyM6pAmO3uHVIAJ5lQVsokqR7QxSpywWOdLTHzU+/Zc7k9z5cmh4IHqASO/UJRhog2ZNb3uwwJdSi+X3v0MjzW5U= X-Received: by 2002:a17:906:8a4b:b0:7a7:3e17:7f91 with SMTP id gx11-20020a1709068a4b00b007a73e177f91mr13138627ejc.331.1667225020863; Mon, 31 Oct 2022 07:03:40 -0700 (PDT) MIME-Version: 1.0 References: <27d907087416c330d59ce78dce522fd26a5d712e.camel@redhat.com> In-Reply-To: From: Jonathan Wakely Date: Mon, 31 Oct 2022 14:03:29 +0000 Message-ID: Subject: Re: Request easy bug fix To: Baruch Burstein Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,RCVD_IN_DNSWL_NONE,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: On Sun, 30 Oct 2022 at 15:02, Baruch Burstein via Gcc wrote: > > On Tue, Feb 15, 2022 at 5:20 PM Jonathan Wakely > wrote: > > > > > > > On Tue, 15 Feb 2022 at 13:58, David Malcolm wrote: > > > >> On Tue, 2022-02-15 at 12:55 +0000, Jonathan Wakely via Gcc wrote: > >> > On Tue, 15 Feb 2022 at 12:34, Baruch Burstein via Gcc < > >> > gcc@gcc.gnu.org> > >> > wrote: > >> > > >> > > Hi, > >> > > > >> > > I hope it is not inappropriate to call attention to a specific bug. > >> > > https://gcc.gnu.org/bugzilla//show_bug.cgi?id=85487. > > > > > > > > > > > Clang and the MSVC compiler both ignore any tokens after the pragma, so > > that seems good enough for GCC too: > > > > https://godbolt.org/z/norv947a5 > > > > > I am sorry for posting this again, but to the best of my understanding of > the thread at https://gcc.gnu.org/bugzilla//show_bug.cgi?id=85487, the > patch already exists (I am not sure where), and was not merged to GCC 12 > only because I called attention to it too late in the dev cycle, so I am > trying to get this in earlier for GCC 13. You've waited until two weeks before the deadline for GCC 13 changes! I'll re-propose my patch, but it would have been much better to do it when I wasn't rushing to get 20 *other* changes finished in the next two weeks! > It is literally a "do-nothing" > patch.