From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) by sourceware.org (Postfix) with ESMTPS id D9B263858402 for ; Wed, 6 Sep 2023 10:20:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D9B263858402 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-lj1-x243.google.com with SMTP id 38308e7fff4ca-2bcfdadd149so59457671fa.0 for ; Wed, 06 Sep 2023 03:20:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693995630; x=1694600430; darn=gcc.gnu.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=ssiFkounAFBdhkUaEr4hZg2OVpdfvJy3ICTy/V1UcVI=; b=fvef/mp7byXwJ6a9u1htig2FI+XrVO6p0KJGAfUe2LFVthep1Fh1cGH3Wi5Ayzj8FD fWfg/ZPGLDdsMOFRdqrAnFrXKMdDCEHQTlDmjYdzf5MlXM/MY5bgwNkkXSf6JmFuOH/N o8c98DV0KS8eN8ripSSkO+vktFg+ThiOTsC1JsMJnyWITRtKXhrY38DnlVonWP5U0NT/ Iksyyf2maz1nCDh2EZTPsqgv4WhKHv/ZnlcEzaFIQXZ5CcsbK4WT1o5knZfbmd2/xFP+ o2i/2p4CGUytfn+ZeGf7CegkdPJw4U6t7fgI/3IvFdqCSClwZvsO2puNWv3pSA4yvrFZ AgIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693995630; x=1694600430; 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=ssiFkounAFBdhkUaEr4hZg2OVpdfvJy3ICTy/V1UcVI=; b=Ua6Ayb+YfPWSP6Qqc9hjlIaqbMFj/U1gSBScrKpgYWJPosDBPAurO51NZgyS6yDoiO iF+ZeD3vBQ0UQpXcRDWgeFpzKhGUgwOxfphAd8DBt8GLo5tTZzSTOq6sQNDFSvjreiNd NMJZP2CV74IXhCoGFebSfenTxz0DptPc2UtNhI/EnjBEbp/XrmjKY937S6txt/gJwAvV SYvVockbjT6yng65TISGjjKb5Vo7oR6qBfW4O+49pceOH6fFGXHVyeEee1LkAsX219KI GttOSWj2MqFVretGKJmDI6EkphyzECB8RzLvjtg4WHGDnmwIxrih/Xz6K4tdYuw/isLW 3UUw== X-Gm-Message-State: AOJu0Yy+bTSs07ZXuQ4dTMVGetx5MpxAo/LkoSUUr2i4AapRf38wGLba oXsFHHsTrwFsJEQx2fQwyjlABMrsUCbRnqhJpvHU4ulZY5Y= X-Google-Smtp-Source: AGHT+IE6rga3aE7CflsPlk+s6hrXgm2jR1ORx1NGX4O5qVYl/sWsRhn5j5NeSsIvOzShVIxt0B2e0IemlVQI7WeuxaM= X-Received: by 2002:a2e:3a02:0:b0:2bc:eafa:cfaa with SMTP id h2-20020a2e3a02000000b002bceafacfaamr1732629lja.53.1693995630222; Wed, 06 Sep 2023 03:20:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Javier Martinez Date: Wed, 6 Sep 2023 12:20:19 +0200 Message-ID: Subject: Re: [PATCH v5] c++: extend cold, hot attributes to classes To: gcc-patches@gcc.gnu.org, jason@redhat.com Content-Type: multipart/alternative; boundary="000000000000ca61920604ae17fb" X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE,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: --000000000000ca61920604ae17fb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable reminder: ready for commit? - Javier On Wed 23. Aug 2023 at 15:02, Javier Martinez < javier.martinez.bugzilla@gmail.com> wrote: > On Tue, Aug 22, 2023 at 7:50=E2=80=AFPM Jason Merrill = wrote: > > You still need an update to doc/extend.texi for this additional use of > > the attribute. Sorry I didn't think of that before. > > I should have caught that too, many thanks. > > Also addressed the formatting comments. Patch attached. > > Signed-off-by: Javier Martinez > --000000000000ca61920604ae17fb--