From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E53D73858D38; Wed, 21 Feb 2024 05:52:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E53D73858D38 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708494743; bh=WhCywN3tIsvjuyUaWZuXvRHufGBzsw/MGuEDhYCC71g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dZiSLIKcd7aq7FnK2J45eeKVDP52LoyVAaqtWuSZcgaO99t6gaGnIRN1x/W6jrbmR MVnERG+I6AZWggXu426XnplDyjsMvUqrfNewuk7rUUlzBw5HAj72hcZ2oznSXElwGm rbwnQXVGhwabkdLlgaDot8Uiyu7QtGmiEzauDLdY= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108495] [11/12/13/14 Regression] aarch64 ICE with __builtin_aarch64_rndr Date: Wed, 21 Feb 2024 05:52: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: 13.0 X-Bugzilla-Keywords: ice-on-invalid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: pinskia at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D108495 --- Comment #10 from Andrew Pinski --- Created attachment 57476 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57476&action=3Dedit Current patch The error message needs some tweaking but this is basically the patch. Will also add a few testcases too.=