From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x92a.google.com (mail-ua1-x92a.google.com [IPv6:2607:f8b0:4864:20::92a]) by sourceware.org (Postfix) with ESMTPS id F08813858CDA for ; Sun, 30 Oct 2022 15:02:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org F08813858CDA 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-ua1-x92a.google.com with SMTP id d3so4128077uan.4 for ; Sun, 30 Oct 2022 08:02:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=5+5SrbbjS8zuCTXVjoOhRgu5IcGQ8MqmVpSeKnHJRNQ=; b=ZcAya5b36TQBAmVcRSZ8Mt/sBLz2GwzPW5sA3eIC+hUKYCobSWNGumhQN+7d/n41L+ vPRQ02V6P76lEamw4rC8+VmTCKUCU7F5C3UDfHGqVYBtldxtG4RBeavH6idmnaBECxg1 cuEVleXKSRaKfjf1fcx6iYDhp8flOz4IjG9vcgSRdyaRtjXnrGHmX9OIax1Qtzx5z/yK oInbRwt4ZJM5B2SZ4l9AxBJRQmsFN65GviiPFZ4tVK3hYF6KI0BE2FvL8waxQODJ9fHl 4MKIztMxJaBEKOjd4dg+6Hfep37bqwm6KB7aIOWFy6rJbeF0kOX/AE32n/v6mQ/qQ7ZU vRoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=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=5+5SrbbjS8zuCTXVjoOhRgu5IcGQ8MqmVpSeKnHJRNQ=; b=uzyE01OjQkPkjuqnX56/QlMhkHqAoxFejyD1YzfAVGYnag5Z85KqH1ci8EVELD8qZJ O3oR8Yu6Z/YszkiXai0xBg9NORimHjhvL6bEd+tKay1fHV5XLgiEvtqV+vCk5vL2H+Qk Wiw5pYhis1r4SguDTap0xYrWF5Bk2+TikOyY9sgBJhsZIkArhnu+v2a5OhlER9Z0eydH SDaZysA10UCOenEr6WbnxFnWM6+1F4JCP6fP3MJs1U6HN1MiMfNlVpvjTAF8MeUBuAST Si7hO/ckGXd2727WUPO5vk2YTmgbKQmipqs6ygw6bW6prsZiLtJELSjekHrfigIZYZ7E oWrw== X-Gm-Message-State: ACrzQf3aNBQIsqEte09vg9Kq06AR+HrnegGKIC6B0ADl7k6CU5ZhzHL1 Wz4js0zX10KNkxRhlQBzW9rU7clykKT1wGvUuGxRFJj6 X-Google-Smtp-Source: AMsMyM5/gCkXVGmNpHgc1KwbNY2vXN9Q7ALqbAE/s4q/YDaVKVwhO2CYKhoMV9QLo9BFkixdjUMcMTve/9z3ow7N4JI= X-Received: by 2002:ab0:20d8:0:b0:411:665b:5abe with SMTP id z24-20020ab020d8000000b00411665b5abemr293414ual.54.1667142134684; Sun, 30 Oct 2022 08:02:14 -0700 (PDT) MIME-Version: 1.0 References: <27d907087416c330d59ce78dce522fd26a5d712e.camel@redhat.com> In-Reply-To: From: Baruch Burstein Date: Sun, 30 Oct 2022 17:01:38 +0200 Message-ID: Subject: Fwd: Request easy bug fix To: gcc@gcc.gnu.org Content-Type: multipart/alternative; boundary="000000000000ba5f5e05ec41c6db" X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,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: --000000000000ba5f5e05ec41c6db Content-Type: text/plain; charset="UTF-8" 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. It is literally a "do-nothing" patch. --000000000000ba5f5e05ec41c6db--