From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ste-pvt-msa1.bahnhof.se (ste-pvt-msa1.bahnhof.se [213.80.101.70]) by sourceware.org (Postfix) with ESMTPS id D658B3858D37 for ; Mon, 20 Nov 2023 22:02:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D658B3858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=bahnhof.se Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bahnhof.se ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D658B3858D37 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=213.80.101.70 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700517727; cv=none; b=uziMeQkTzXjkLoaYikoye3n0tsfJjvlEAOoXbR0G0+Mg0NlpWUoCAb6lF9EfWoSJbeN4oppA2aWFZ51BEOdaAKw6ViZ+v7JZ0ffl77EDJWyYGdUJBJbeDwE0USR9tec5m+LaTcMO4k4+0CV5eBIIdxjSo7qi20pgv4IL75ydqTU= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700517727; c=relaxed/simple; bh=3/1Ulk8Fa3+B2R5H/7umWAB4NmTDQMOZySn83pXNDhQ=; h=DKIM-Signature:Message-ID:Date:MIME-Version:To:From:Subject; b=GmHBZDkqOLygLBxmtMGpGK/7yvzy3/zGLW7sVSBq6AimXOd7g4WwHZlNqDB/rQQWTzI7BcqzqnSj8QT+cLOkEQKgmCsnnlJktvITJcz8eK5UIYW8nO6hJxd7VgRYU2jPQ2050dv1MBQAQfReoYamPmlWYYcnyQ230DOPP2PjvBg= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (localhost [127.0.0.1]) by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTP id 7A29A3F386 for ; Mon, 20 Nov 2023 23:02:04 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at bahnhof.se X-Spam-Score: -0.71 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Authentication-Results: ste-pvt-msa1.bahnhof.se (amavisd-new); dkim=pass (2048-bit key) header.d=bahnhof.se Received: from ste-pvt-msa1.bahnhof.se ([127.0.0.1]) by localhost (ste-pvt-msa1.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qitM7kV39qw1 for ; Mon, 20 Nov 2023 23:02:03 +0100 (CET) Received: by ste-pvt-msa1.bahnhof.se (Postfix) with ESMTPA id E52043F469 for ; Mon, 20 Nov 2023 23:02:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bahnhof.se; s=default; t=1700517723; bh=3/1Ulk8Fa3+B2R5H/7umWAB4NmTDQMOZySn83pXNDhQ=; h=Date:To:From:Subject:From; b=gGXQbMbInD007/Ziu7MoFztwUsRbKv/ObW4PaS1sjkpmoMXBr5ZZKiAtiwJKc0FeN flLZju8vNHF8jnGQBFE6CfBGIlYjp/3LufJrQmHZPHh+bXFx5yWcLwTza0u4kvBecv cIhZsvA5VYjh+UdBe9/kBBRFkHvML7DhO7Hdr6TKk+zUVTy7GvIaP474B7kFUpTUNO W24KPx78wC62WAB3jPBvpYKCdf8iyiZVE1jm/jEcSfUHV/PzmkauPQ+pK1vVpjA4kF yPlrcE8hfpSaukYsckD7fm7ReAqOQ1fjSWZBA+UnQrRDHJr5mNKfrCuzlxdtyD3K1h P7X/6Tbn12e3g== Content-Type: multipart/alternative; boundary="------------0U7HAdOcUYoWlSv2onJeTqjv" Message-ID: <697d6d25-c8fb-452b-8997-7ea28b6eb659@bahnhof.se> Date: Mon, 20 Nov 2023 23:02:03 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: jit@gcc.gnu.org From: Petter Tomner Subject: [PATCH 0/2] jit: Complex types and loong constants X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: This is a multi-part message in MIME format. --------------0U7HAdOcUYoWlSv2onJeTqjv Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi, These two patches fixes support for complex types and adds the possibility to make long long, long double and complex long double constants. Please see follow up mails. Regards, --------------0U7HAdOcUYoWlSv2onJeTqjv--