From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-3.sys.kth.se (smtp-3.sys.kth.se [IPv6:2001:6b0:1:1300:250:56ff:fea6:2de2]) by sourceware.org (Postfix) with ESMTPS id 5E9613858405 for ; Mon, 27 Sep 2021 12:37:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5E9613858405 Received: from smtp-3.sys.kth.se (localhost.localdomain [127.0.0.1]) by smtp-3.sys.kth.se (Postfix) with ESMTP id 4575D38F8 for ; Mon, 27 Sep 2021 14:37:34 +0200 (CEST) X-Virus-Scanned: by amavisd-new at kth.se Received: from smtp-3.sys.kth.se ([127.0.0.1]) by smtp-3.sys.kth.se (smtp-3.sys.kth.se [127.0.0.1]) (amavisd-new, port 10024) with LMTP id D-0KzDdEKwg0 for ; Mon, 27 Sep 2021 14:37:33 +0200 (CEST) Received: from exdb1.ug.kth.se (exdb1.ug.kth.se [192.168.32.56]) by smtp-3.sys.kth.se (Postfix) with ESMTPS id 560942DE0 for ; Mon, 27 Sep 2021 14:37:33 +0200 (CEST) Received: from exdb6.ug.kth.se (192.168.32.61) by exdb1.ug.kth.se (192.168.32.56) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.922.13; Mon, 27 Sep 2021 14:37:32 +0200 Received: from exdb6.ug.kth.se ([192.168.32.61]) by exdb6.ug.kth.se ([192.168.32.61]) with mapi id 15.02.0858.015; Mon, 27 Sep 2021 14:37:32 +0200 From: Petter Tomner To: "jit@gcc.gnu.org" Subject: SV: [PATCH 1/2] jit: Add support for complex types Thread-Topic: [PATCH 1/2] jit: Add support for complex types Thread-Index: AQHXqcGHlGT6XCcQrEe4hOinJbeuvqusq60UgAs5ido= Date: Mon, 27 Sep 2021 12:37:32 +0000 Message-ID: References: <38cabc705eaf4fe6b26e312b4c5a2cd9@kth.se>, , In-Reply-To: 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=-6.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, SPF_HELO_PASS, 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: Mon, 27 Sep 2021 12:37:38 -0000 Hi, Ping for this patch set sent Sep. 14 fixing broken complex types.=20 There is no rush I am fine with an acknowledgment it has not been missed. https://gcc.gnu.org/pipermail/jit/2021q3/001365.html - summary https://gcc.gnu.org/pipermail/jit/2021q3/001368.html - implementation https://gcc.gnu.org/pipermail/jit/2021q3/001360.html - testcase/docs Regards, Petter=