[{"id":3682564,"web_url":"http://patchwork.ozlabs.org/comment/3682564/","msgid":"<CACb0b4n3V9dUBPWW+1stfZJiJE53wA_eyvudpCDoDfvU+86=uA@mail.gmail.com>","list_archive_url":null,"date":"2026-04-27T08:59:45","subject":"Re: [PATCH] libstdc++: Fix up std::is_scalar for std::meta::info\n [PR125024]","submitter":{"id":48004,"url":"http://patchwork.ozlabs.org/api/people/48004/","name":"Jonathan Wakely","email":"jwakely@redhat.com"},"content":"On Mon, 27 Apr 2026 at 09:05, Jakub Jelinek <jakub@redhat.com> wrote:\n>\n> Hi!\n>\n> https://eel.is/c++draft/basic.types.general#9.sentence-1 says that\n> std::meta::info and its cv-qualified versions are scalar types too\n> (and in https://eel.is/c++draft/basic.fundamental#19.sentence-1\n> that they are fundamental types too).\n> Now, on the reflection side, eval_is_scalar_type is handled\n> in the compiler and uses SCALAR_TYPE_P (type) which includes\n> REFLECTION_TYPE_P check and eval_is_fundamental_type includes that\n> explicitly too.\n> std::is_fundamental uses\n>    template<typename _Tp>\n>      struct is_fundamental\n>      : public __or_<is_arithmetic<_Tp>, is_void<_Tp>,\n>                     is_null_pointer<_Tp>\n>  #if __cpp_impl_reflection >= 202506L\n>                     , is_reflection<_Tp>\n>  #endif\n>                     >::type\n>      { };\n> but for std::is_scalar we apparently forgot to include is_reflection.\n>\n> The following patch fixes that.\n>\n> Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/16.2?\n\nOK for both.\n\nis_scalar is one of the more expensive traits and it would be good to\nhave a builtin for it some day.\n\n>\n> 2026-04-26  Jakub Jelinek  <jakub@redhat.com>\n>\n>         PR libstdc++/125024\n>         * include/std/type_traits (std::is_scalar): For\n>         __cpp_impl_reflection >= 202506L handle is_reflection types as\n>         scalar.\n>         * testsuite/20_util/is_scalar/reflection.cc: New test.\n>\n> --- libstdc++-v3/include/std/type_traits.jj     2026-04-09 18:09:11.002020134 +0200\n> +++ libstdc++-v3/include/std/type_traits        2026-04-26 19:20:37.109205308 +0200\n> @@ -871,7 +871,11 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION\n>    template<typename _Tp>\n>      struct is_scalar\n>      : public __or_<is_arithmetic<_Tp>, is_enum<_Tp>, is_pointer<_Tp>,\n> -                   is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type\n> +                   is_member_pointer<_Tp>, is_null_pointer<_Tp>\n> +#if __cpp_impl_reflection >= 202506L\n> +                  , is_reflection<_Tp>\n> +#endif\n> +                  >::type\n>      { };\n>\n>    /// is_compound\n> --- libstdc++-v3/testsuite/20_util/is_scalar/reflection.cc.jj   2026-04-26 20:30:15.661943601 +0200\n> +++ libstdc++-v3/testsuite/20_util/is_scalar/reflection.cc      2026-04-26 20:49:40.107965736 +0200\n> @@ -0,0 +1,13 @@\n> +// { dg-do compile { target c++26 } }\n> +// { dg-additional-options \"-freflection\" }\n> +\n> +#include <type_traits>\n> +#include <testsuite_tr1.h>\n> +\n> +void test01()\n> +{\n> +  using std::is_scalar;\n> +  using namespace __gnu_test;\n> +\n> +  static_assert(test_category<is_scalar, decltype (^^::)>(true), \"\");\n> +}\n>\n>         Jakub\n>","headers":{"Return-Path":"<gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org>","X-Original-To":["incoming@patchwork.ozlabs.org","gcc-patches@gcc.gnu.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","gcc-patches@gcc.gnu.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (1024-bit key;\n unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256\n header.s=mimecast20190719 header.b=QR3L+wk7;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org\n (client-ip=38.145.34.32; helo=vm01.sourceware.org;\n envelope-from=gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org;\n receiver=patchwork.ozlabs.org)","sourceware.org;\n\tdkim=pass (1024-bit key,\n unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256\n header.s=mimecast20190719 header.b=QR3L+wk7","sourceware.org; dmarc=pass (p=quarantine dis=none)\n header.from=redhat.com","sourceware.org; spf=pass smtp.mailfrom=redhat.com","server2.sourceware.org;\n arc=none smtp.remote-ip=170.10.133.124"],"Received":["from vm01.sourceware.org (vm01.sourceware.org [38.145.34.32])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g3yFw5W1wz1yJX\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 27 Apr 2026 19:00:36 +1000 (AEST)","from vm01.sourceware.org (localhost [127.0.0.1])\n\tby sourceware.org (Postfix) with ESMTP id E983B4BB24DE\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 27 Apr 2026 09:00:34 +0000 (GMT)","from us-smtp-delivery-124.mimecast.com\n (us-smtp-delivery-124.mimecast.com [170.10.133.124])\n by sourceware.org (Postfix) with ESMTP id 521724BAD154\n for <gcc-patches@gcc.gnu.org>; Mon, 27 Apr 2026 09:00:05 +0000 (GMT)","from mail-yx1-f71.google.com (mail-yx1-f71.google.com\n [74.125.224.71]) by relay.mimecast.com with ESMTP with STARTTLS\n (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id\n us-mta-562-H-14S8sXOw6ndzk3dFRkQQ-1; Mon, 27 Apr 2026 05:00:02 -0400","by mail-yx1-f71.google.com with SMTP id\n 956f58d0204a3-651c0aae418so1435096d50.2\n for <gcc-patches@gcc.gnu.org>; Mon, 27 Apr 2026 02:00:02 -0700 (PDT)"],"DKIM-Filter":["OpenDKIM Filter v2.11.0 sourceware.org E983B4BB24DE","OpenDKIM Filter v2.11.0 sourceware.org 521724BAD154"],"DMARC-Filter":"OpenDMARC Filter v1.4.2 sourceware.org 521724BAD154","ARC-Filter":"OpenARC Filter v1.0.0 sourceware.org 521724BAD154","ARC-Seal":"i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1777280405; cv=none;\n b=sxLR6EoJnaz1EUSo/DxwuJ/gUaQuzcaTovOo/cLHp4hrBz/30daiLNQ4OcwDrPlUULiP6VksyaDdxXMN7uEwdKWgP36OTmkyPXl3yVqOYhM63XiHSVIpc0LDOR8UY1rGNKqycC+rcqyWWxc0gMnofGw6H5gaaP3FwEF78au2VoQ=","ARC-Message-Signature":"i=1; a=rsa-sha256; d=sourceware.org; s=key;\n t=1777280405; c=relaxed/simple;\n bh=OVpyuRATxfBhkdLDurIzthdHRiCKeOkH8XNbXoqK4OU=;\n h=DKIM-Signature:MIME-Version:From:Date:Message-ID:Subject:To;\n b=g3AVpbgnM0/oWtUxyRFXV9M3p7a2tN004PtHEFsKbO6z1zPY0TOBgi6y07KcqeBZhC0joy0j7bOpcK3uBuxz8xWl1KHY3olF4xkk+312WTKqN/1lUywaixXJU3UJMoe4LZq2BGAu9n3erfdQhtan0n3owvm4l1qjqjAWybURf/w=","ARC-Authentication-Results":"i=1; server2.sourceware.org","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1777280404;\n h=from:from:reply-to:subject:subject:date:date:message-id:message-id:\n to:to:cc:cc:mime-version:mime-version:content-type:content-type:\n in-reply-to:in-reply-to:references:references;\n bh=VHQZtjySHLJDjGvISYTAaFSXOha1ai7wZT0IOhkCFmk=;\n b=QR3L+wk703ag5VZUUyRfSv1VVKSnMoJdOBNSL3m+ELJi/NHaJsgIr/8BmM9EIgDoXe/IbT\n PpESiotF48/Jf83FKEyhOccg//xIW5yqHGBQ+AxFY5svXH4F+ge/EzkiZw5iIosIeTcOp2\n dtJ+kJGDrUoaFYOEzfnqWMhKRr+4IeQ=","X-MC-Unique":"H-14S8sXOw6ndzk3dFRkQQ-1","X-Mimecast-MFC-AGG-ID":"H-14S8sXOw6ndzk3dFRkQQ_1777280402","X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n d=1e100.net; s=20251104; t=1777280402; x=1777885202;\n h=cc:to:subject:message-id:date:from:in-reply-to:references\n :mime-version:x-gm-gg:x-gm-message-state:from:to:cc:subject:date\n :message-id:reply-to;\n bh=VHQZtjySHLJDjGvISYTAaFSXOha1ai7wZT0IOhkCFmk=;\n b=cly0KbyuS+he269NgiWD/vtFbYgcKcY5ti/GJwCzmdfEo+d+tm4fFV3lj8rUxIpjmK\n sLylVVLf00PqnQo4/fxe45+qVzxYO9hsDJEtj1+6IoNcZ1VZqqQfs9+GrFS7/HwU3ufR\n TzB9XZnQKia5TmPEWq5MdL1RZ9lAU/NHJ7Wbcf/QnzphvUq00bIummATwlI5eFjJWTnR\n 3Cc7O2WansdtAcYap1PtnwvLQamGYulvUG4fPVvn8KzFrzcovk8DJDX2qMzPApL4fjg0\n 6ELp6taMLEPKjvQGxBeb/x21eXYy6JAE7++8LSH8BPjiH/LLIWM6lYWN0cPtE1122NpP\n nsiw==","X-Gm-Message-State":"AOJu0Yxqgoh9rmOXQ2pIr6KyZ7HIIztBIRV8Ukdr+znFE41mdH4TxhKS\n NFII/pyBQzg/GymO1Wg9lmMW/XzNPUx0GoA8e+K6Se3byx9SRLnOZlP/LUQl4TeH7KmLmBDti7a\n q04jdcdH9A7McYWk0+0lzzKscEuchXvlDgm3eeUyGMhkDRIprVIzy1eDCqw9O6129zVxjzzF7I9\n KqQqksy+rRMHfyM3uxON8kQrDTAij7b2gZGQ==","X-Gm-Gg":"AeBDietP5FfI/070pVSZsxcr4Is4jFk5uCBYqbyAWxowT1I8kuBb6QHpDp4WWKcclcd\n nZR3CG33hF8SuxyhMS7sDXAYw/7RpNxTbPdJjSZorPht0vIJ3+ahkS7h0Qr+jkHO7YnEdg4LRYL\n geZQpUSUmXlUmnc/FNL5iW+Mj3tQD0+rjqnV8gJq0lYVaH3dko1oYztT0vWm0R0YpejtW2L0gIf\n jYDyEQfnVPG9RfhAUC4DTHB64EFsaJJ770y+Gph75R6TyiX3NiV9ZrrZhTO4BYg83fcxzDCy3QW\n Zw==","X-Received":["by 2002:a05:690e:12c7:b0:654:6a61:fb5a with SMTP id\n 956f58d0204a3-6546a620ae0mr15474355d50.2.1777280402255;\n Mon, 27 Apr 2026 02:00:02 -0700 (PDT)","by 2002:a05:690e:12c7:b0:654:6a61:fb5a with SMTP id\n 956f58d0204a3-6546a620ae0mr15474341d50.2.1777280401739; Mon, 27 Apr 2026\n 02:00:01 -0700 (PDT)"],"MIME-Version":"1.0","References":"<ae8NG1FTPg1QV34A@tucnak>","In-Reply-To":"<ae8NG1FTPg1QV34A@tucnak>","From":"Jonathan Wakely <jwakely@redhat.com>","Date":"Mon, 27 Apr 2026 09:59:45 +0100","X-Gm-Features":"AQROBzD7cWwxunL8JsoXcexV4RcIUvnLXcCMb9kP7LsVe3YuronOy1ENF7qcDMo","Message-ID":"\n <CACb0b4n3V9dUBPWW+1stfZJiJE53wA_eyvudpCDoDfvU+86=uA@mail.gmail.com>","Subject":"Re: [PATCH] libstdc++: Fix up std::is_scalar for std::meta::info\n [PR125024]","To":"Jakub Jelinek <jakub@redhat.com>","Cc":"gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org","X-Mimecast-Spam-Score":"0","X-Mimecast-MFC-PROC-ID":"558LTI4Pnzo98-N5pAugFgEZwZ255JelsNP2-exGZ90_1777280402","X-Mimecast-Originator":"redhat.com","Content-Type":"text/plain; charset=\"UTF-8\"","X-BeenThere":"gcc-patches@gcc.gnu.org","X-Mailman-Version":"2.1.30","Precedence":"list","List-Id":"Gcc-patches mailing list <gcc-patches.gcc.gnu.org>","List-Unsubscribe":"<https://gcc.gnu.org/mailman/options/gcc-patches>,\n <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe>","List-Archive":"<https://gcc.gnu.org/pipermail/gcc-patches/>","List-Post":"<mailto:gcc-patches@gcc.gnu.org>","List-Help":"<mailto:gcc-patches-request@gcc.gnu.org?subject=help>","List-Subscribe":"<https://gcc.gnu.org/mailman/listinfo/gcc-patches>,\n <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe>","Errors-To":"gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org"}},{"id":3682667,"web_url":"http://patchwork.ozlabs.org/comment/3682667/","msgid":"<ae9R1gMpsyzaPgmO@tucnak>","list_archive_url":null,"date":"2026-04-27T12:08:54","subject":"Re: [PATCH] libstdc++: Fix up std::is_scalar for std::meta::info\n [PR125024]","submitter":{"id":671,"url":"http://patchwork.ozlabs.org/api/people/671/","name":"Jakub Jelinek","email":"jakub@redhat.com"},"content":"On Mon, Apr 27, 2026 at 09:59:45AM +0100, Jonathan Wakely wrote:\n> is_scalar is one of the more expensive traits and it would be good to\n> have a builtin for it some day.\n\nGuess that is doable, but the question is if you are ok with losing\ncontrol on the library side what exactly is integral/arithmetic type and\nwhat is not (e.g. whether __int128 is or is not integral, arithmetic etc.\ntype).\nWhat other traits you'd like to change to using builtin versions (and is\n__builtin_is_WHATEVER ok for that)?\nis_integral/is_arithmetic/is_scalar/is_fundamental?  Something else?\n\n\tJakub","headers":{"Return-Path":"<gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org>","X-Original-To":["incoming@patchwork.ozlabs.org","gcc-patches@gcc.gnu.org"],"Delivered-To":["patchwork-incoming@legolas.ozlabs.org","gcc-patches@gcc.gnu.org"],"Authentication-Results":["legolas.ozlabs.org;\n\tdkim=pass (1024-bit key;\n unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256\n header.s=mimecast20190719 header.b=YDOVxoT3;\n\tdkim-atps=neutral","legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org\n (client-ip=2620:52:6:3111::32; helo=vm01.sourceware.org;\n envelope-from=gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org;\n receiver=patchwork.ozlabs.org)","sourceware.org;\n\tdkim=pass (1024-bit key,\n unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256\n header.s=mimecast20190719 header.b=YDOVxoT3","sourceware.org; dmarc=pass (p=quarantine dis=none)\n header.from=redhat.com","sourceware.org; spf=pass smtp.mailfrom=redhat.com","server2.sourceware.org;\n arc=none smtp.remote-ip=170.10.129.124"],"Received":["from vm01.sourceware.org (vm01.sourceware.org\n [IPv6:2620:52:6:3111::32])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\t key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384)\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4g42Rt73gvz1xvV\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 27 Apr 2026 22:09:29 +1000 (AEST)","from vm01.sourceware.org (localhost [127.0.0.1])\n\tby sourceware.org (Postfix) with ESMTP id A115F4BAE7D8\n\tfor <incoming@patchwork.ozlabs.org>; Mon, 27 Apr 2026 12:09:27 +0000 (GMT)","from us-smtp-delivery-124.mimecast.com\n (us-smtp-delivery-124.mimecast.com [170.10.129.124])\n by sourceware.org (Postfix) with ESMTP id E8AD64BAD164\n for <gcc-patches@gcc.gnu.org>; Mon, 27 Apr 2026 12:09:01 +0000 (GMT)","from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com\n (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by\n relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3,\n cipher=TLS_AES_256_GCM_SHA384) id us-mta-153-RLfMDDXbMdqEW0kEc5v3pA-1; Mon,\n 27 Apr 2026 08:08:59 -0400","from mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com\n (mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.111])\n (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest\n SHA256)\n (No client certificate requested)\n by mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS\n id 9AF7D19560B2; Mon, 27 Apr 2026 12:08:58 +0000 (UTC)","from tucnak.zalov.cz (unknown [10.44.34.21])\n by mx-prod-int-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with\n ESMTPS\n id E1FED180045E; Mon, 27 Apr 2026 12:08:57 +0000 (UTC)","from tucnak.zalov.cz (localhost [127.0.0.1])\n by tucnak.zalov.cz (8.18.1/8.18.1) with ESMTPS id 63RC8sYE1413566\n (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT);\n Mon, 27 Apr 2026 14:08:54 +0200","(from jakub@localhost)\n by tucnak.zalov.cz (8.18.1/8.18.1/Submit) id 63RC8slO1413565;\n Mon, 27 Apr 2026 14:08:54 +0200"],"DKIM-Filter":["OpenDKIM Filter v2.11.0 sourceware.org A115F4BAE7D8","OpenDKIM Filter v2.11.0 sourceware.org E8AD64BAD164"],"DMARC-Filter":"OpenDMARC Filter v1.4.2 sourceware.org E8AD64BAD164","ARC-Filter":"OpenARC Filter v1.0.0 sourceware.org E8AD64BAD164","ARC-Seal":"i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1777291742; cv=none;\n b=mfLHfWZXCY5HjSlslrHkK/3QUQY0IuANrhacrCb/RcjHWqkgcsrtfF/CHyI3IVAVacfeeQstK0GdcX6e1fsPq0KSWWW0QjjXquzlPxwr04mI6Cw/hm5a7XmLXc1yzRqYcdigvA5ezm+wcgN1kQNejtd5389je5wjkyTm37y4wdQ=","ARC-Message-Signature":"i=1; a=rsa-sha256; d=sourceware.org; s=key;\n t=1777291742; c=relaxed/simple;\n bh=mAnUb58OY6cVGVntbgv2C7kJKnSfOnAvDjltPagmveY=;\n h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version;\n b=q3hPYbkDDuC/jOCCOAokY4ymUeFqR/e1V475ZmC7+aRJWjtVP23r4ldwC4VJDQN1fFxGqteFR89gSV+H/9WYZpLuvE53Mycnh+be7ylpVj/50bzJmprxIhIsd0VNrqc+xENItuLYP+JGkspTSQKHLYFD6/uwTXo7jhswZu04kw4=","ARC-Authentication-Results":"i=1; server2.sourceware.org","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com;\n s=mimecast20190719; t=1777291741;\n h=from:from:reply-to:reply-to:subject:subject:date:date:\n message-id:message-id:to:to:cc:cc:mime-version:mime-version:\n content-type:content-type:in-reply-to:in-reply-to:  references:references;\n bh=1KqkTpwO1FWIFeE8QiNdgeyYjNYwzMMo+Bumi23ccSg=;\n b=YDOVxoT3U8aZuaZpq/Ac48t2LatYWQawVL42y5LfXSb44mEgMXKNOahKF9avwvuwrpZukC\n RQwdqiv7UdPlxKjAUQhFLfCmt5uLMbnY17TzQs3FhVx0CEmOqPOooJRIFx2Ya0r/DyN4KJ\n Y/D7t346iX6rK80hqPQmjic9WxERXuI=","X-MC-Unique":"RLfMDDXbMdqEW0kEc5v3pA-1","X-Mimecast-MFC-AGG-ID":"RLfMDDXbMdqEW0kEc5v3pA_1777291739","Date":"Mon, 27 Apr 2026 14:08:54 +0200","From":"Jakub Jelinek <jakub@redhat.com>","To":"Jonathan Wakely <jwakely@redhat.com>, Patrick Palka <ppalka@redhat.com>","Cc":"gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org","Subject":"Re: [PATCH] libstdc++: Fix up std::is_scalar for std::meta::info\n [PR125024]","Message-ID":"<ae9R1gMpsyzaPgmO@tucnak>","References":"<ae8NG1FTPg1QV34A@tucnak>\n <CACb0b4n3V9dUBPWW+1stfZJiJE53wA_eyvudpCDoDfvU+86=uA@mail.gmail.com>","MIME-Version":"1.0","In-Reply-To":"\n <CACb0b4n3V9dUBPWW+1stfZJiJE53wA_eyvudpCDoDfvU+86=uA@mail.gmail.com>","X-Scanned-By":"MIMEDefang 3.4.1 on 10.30.177.111","X-Mimecast-Spam-Score":"0","X-Mimecast-MFC-PROC-ID":"V4Km7sJu9sQJz1ZxjxCpo2GMHTxYy5hEXvLbIuopy0M_1777291739","X-Mimecast-Originator":"redhat.com","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","X-BeenThere":"gcc-patches@gcc.gnu.org","X-Mailman-Version":"2.1.30","Precedence":"list","List-Id":"Gcc-patches mailing list <gcc-patches.gcc.gnu.org>","List-Unsubscribe":"<https://gcc.gnu.org/mailman/options/gcc-patches>,\n <mailto:gcc-patches-request@gcc.gnu.org?subject=unsubscribe>","List-Archive":"<https://gcc.gnu.org/pipermail/gcc-patches/>","List-Post":"<mailto:gcc-patches@gcc.gnu.org>","List-Help":"<mailto:gcc-patches-request@gcc.gnu.org?subject=help>","List-Subscribe":"<https://gcc.gnu.org/mailman/listinfo/gcc-patches>,\n <mailto:gcc-patches-request@gcc.gnu.org?subject=subscribe>","Reply-To":"Jakub Jelinek <jakub@redhat.com>","Errors-To":"gcc-patches-bounces~incoming=patchwork.ozlabs.org@gcc.gnu.org"}}]