From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5F4723858D35; Sat, 10 Feb 2024 14:32:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5F4723858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707575565; bh=m+DVVZTxlK9KdU6jDHTU4zg4VN055ZD1YH0rMAx0J8I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=vlbnql460WnSTVmkUwhldsGxPWpOyB3Z2qiN8XwT+SWLMHnQxt4pV+6AFkvkKeg7l 1IMVcm3tPD6mnjmpRgbZdsWXLIzO7b0RJEMPdJ3sefr9Pm5WZ2GBGE/kHak3UVC6/T ysJsnF4gbTk6MR5GMDB50Mrf86GpH/B308y1zbQg= From: "dilyan.palauzov at aegee dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/113679] long long minus double with gcc -m32 produces different results than other compilers or gcc -m64 Date: Sat, 10 Feb 2024 14:32:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dilyan.palauzov at aegee dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: DUPLICATE 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: 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=3D113679 --- Comment #13 from =D0=94=D0=B8=D0=BB=D1=8F=D0=BD =D0=9F=D0=B0=D0=BB=D0= =B0=D1=83=D0=B7=D0=BE=D0=B2 --- For clang being buggy from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D113679#c11 I filled https://github.com/llvm/llvm-project/issues/81358 .=