From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 98E603858D38; Thu, 13 Oct 2022 00:12:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98E603858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665619943; bh=VWynA2aResyv1YXsaZCR8xh0eJD94z/rM+X7s7QCJPE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ppDiSv/WfDHk6jWeNAiSaPbkxjW1+Y5syNQmHVnJn7flyAtul4Y0Q2CkkMtczP+s3 8X743Cwg4iddTeVoYK32ISK5dbmXJwzCgtwL/6tT3jwTDddCuT5HL/P+ntjk6RGmCb hTnvsF9Pt2zf43qB4LC+L1ZJ3fHTTWxjrjZJ9ZQE= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/107238] aarch64: Wrong code converting pointer to __int128 Date: Thu, 13 Oct 2022 00:12:22 +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: 12.0 X-Bugzilla-Keywords: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID 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=3D107238 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > File a bug with clang about not documenting their behavior ... Oh there is one already: https://github.com/llvm/llvm-project/issues/11644 Still open after (almost) 10 years.=