From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1CFDF3858D20; Sun, 17 Mar 2024 07:42:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1CFDF3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710661354; bh=jx7RFti4zK0/YQoxZtLYhQ5dO0W07eHKPlgu5t+cM+s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=T7kSXKRBfsmJLA8zg+YVP6aPe3VB9Gd5gAT761ht5KgukbaZqhXdrgoKShr7S4TYY ieDsRTjhW7rI26LLjPKh1T0HFrAMgVKmQEgA6UYQQ9canif6S7EtQFrFFvYZypzjJe I3C6IR9epfXSSOBmWnH72CtNZCv2wrmShA64Ajt8= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/60528] GCC puts out floating point constants differently depending on if long is 32bit or 64bit (due to use of long for encode_ieee_double) Date: Sun, 17 Mar 2024 07:42:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: trivial X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed short_desc cf_reconfirmed_on bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D60528 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Summary|GCC puts out floating point |GCC puts out floating point |constants differently |constants differently |depending on if long is |depending on if long is |32bit or 64bit |32bit or 64bit (due to use |(encode_ieee_double) |of long for | |encode_ieee_double) Last reconfirmed| |2024-03-17 Status|UNCONFIRMED |NEW --- Comment #5 from Andrew Pinski --- Confirmed.=