From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-relay-3.sys.kth.se (smtp-relay-3.sys.kth.se [IPv6:2001:6b0:1:1200:250:56ff:fead:700c]) by sourceware.org (Postfix) with ESMTPS id 107473858D28; Wed, 15 Dec 2021 19:19:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 107473858D28 Received: from exdb2.ug.kth.se (exdb2.ug.kth.se [192.168.32.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp-relay-3.sys.kth.se (Postfix) with ESMTPS id 4JDlRW0MVNzPNQB; Wed, 15 Dec 2021 20:19:18 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp-relay-3.sys.kth.se 4JDlRW0MVNzPNQB Received: from exdb6.ug.kth.se (192.168.32.61) by exdb2.ug.kth.se (192.168.32.57) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.14; Wed, 15 Dec 2021 20:19:18 +0100 Received: from exdb6.ug.kth.se ([192.168.32.61]) by exdb6.ug.kth.se ([192.168.32.61]) with mapi id 15.02.0986.014; Wed, 15 Dec 2021 20:19:18 +0100 From: Petter Tomner To: Antoni Boucher , David Malcolm , "jit@gcc.gnu.org" , "gcc-patches@gcc.gnu.org" Subject: SV: [commited] jit: Support for global rvalue initialization and constructors Thread-Topic: [commited] jit: Support for global rvalue initialization and constructors Thread-Index: AQHX8Q7ixdlNbnBpSk+COz6SqDTZPqwziq0AgABe4Hs= Date: Wed, 15 Dec 2021 19:19:18 +0000 Message-ID: <54a63e2ec8954573939d4dcad7d3ae12@kth.se> References: <8c135550d44f43b9b80c2a3a50939128@kth.se>, <95b9504a2c0f8d255105a278b04a3dcb6cb5dc4e.camel@zoho.com> In-Reply-To: <95b9504a2c0f8d255105a278b04a3dcb6cb5dc4e.camel@zoho.com> Accept-Language: sv-SE, en-US Content-Language: sv-SE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.32.250] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: jit@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Jit mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2021 19:19:24 -0000 Oh ye I accidentally dropped that in the merge thank you. I believe there is an implicit "global:" in the top of each version scope, = so it shouldn't matter other than looking a bit deviant. Regards, Petter Fr=E5n: Antoni Boucher Skickat: den 15 december 2021 15:19 Till: Petter Tomner; David Malcolm; jit@gcc.gnu.org; gcc-patches@gcc.gnu.or= g =C4mne: Re: [commited] jit: Support for global rvalue initialization and co= nstructors =A0 =20 Hi Petter. I believe you have forgotten the line `global:` in the file `gcc/jit/libgccjit.map`. I'm not sure what this line does, but it is there for all other ABI. David: What do you think? Regards. Le mardi 14 d=E9cembre 2021 =E0 17:22 +0000, Petter Tomner via Jit a =E9crit=A0: > Hi! >=20 > I have pushed the patch for rvalue initialization and ctors for > libgccjit, for ABI 19. >=20 > Please see attached patch. >=20 > Regards, > Petter > =A0=A0=A0=A0=A0=A0=A0=A0=A0=20 =