From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender3-of-o90.zoho.com (sender3-of-o90.zoho.com [136.143.184.90]) by sourceware.org (Postfix) with ESMTPS id A046E3858D39; Wed, 15 Dec 2021 14:19:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A046E3858D39 ARC-Seal: i=1; a=rsa-sha256; t=1639577978; cv=none; d=zohomail.com; s=zohoarc; b=URJtldhW9BGOtg3uQYE8TN56frnfIy9J6njS2JkJ552RmAUt2nYtCNZa1ZgZZckOYqVNNVjIyJiz4nzN/daA3Ooa1R8znw6M8izRWbznZhoCrcqBsHaHfADk0hglQGv4NW2xviEvsTS38M+CtgF7Au+/p79IKYTudGotTuuVMhg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1639577978; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=UZdgHw2d6yTAwW4MB5pcBVMXr5LgiFQPWRgJ2QrsRKs=; b=jOorWHPkSYXebPeJ1vmIZBte/fu0ndirivxrn2nHivYnBYstnD7GxXgd8SXLWkCXHaLe2CWQJIpJN0mdsXjVixK6BiJQ4k3pG4OFAeq77PT3pWcnttRUIjznzboU9cyCAXLRpZJnlzw4IVFhZpJYhCqxM0ABD7CU9yQKQpkEAN4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=zoho.com; spf=pass smtp.mailfrom=bouanto@zoho.com; dmarc=pass header.from= Received: from [192.168.1.174] (38.87.11.6 [38.87.11.6]) by mx.zohomail.com with SMTPS id 1639577974303931.9319545380627; Wed, 15 Dec 2021 06:19:34 -0800 (PST) Message-ID: <95b9504a2c0f8d255105a278b04a3dcb6cb5dc4e.camel@zoho.com> Subject: Re: [commited] jit: Support for global rvalue initialization and constructors From: Antoni Boucher To: Petter Tomner , David Malcolm , "jit@gcc.gnu.org" , "gcc-patches@gcc.gnu.org" Date: Wed, 15 Dec 2021 09:19:32 -0500 In-Reply-To: <8c135550d44f43b9b80c2a3a50939128@kth.se> References: <8c135550d44f43b9b80c2a3a50939128@kth.se> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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 14:19:56 -0000 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=C3=A9cembre 2021 =C3=A0 17:22 +0000, Petter Tomner via Jit a =C3=A9crit=C2=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 > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=20