From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 33C5A3858D32; Mon, 23 Jan 2023 11:53:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 33C5A3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674474783; bh=pS8veA8g2FDLR4MW/yuw913jDdSrrtIPRhEzuekysnA=; h=From:To:Subject:Date:From; b=T2mC3lRCADyvx0zSIHerYuWwOxrEOqmJpM2O/V//1hUuK7fnNub+cqYlS9PHRyRcB Q9dZyWmn+7XLCJx0n5UdEpyD2DCI5OR8p01lmCbqEnObcNxgTBsp8Yc8RjelE0rl8C 3MRbOUKGeWmFXTVhawe25qmwuQDIhfJ2FINl2jL8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108495] New: [10/11/12/13 Regression] aarch64 ICE with __builtin_aarch64_rndr Date: Mon, 23 Jan 2023 11:53:02 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 108495 Summary: [10/11/12/13 Regression] aarch64 ICE with __builtin_aarch64_rndr Product: gcc Version: 13.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: jakub at gcc dot gnu.org Target Milestone: --- int main () { unsigned long v; __builtin_aarch64_rndr (&v); return 0; } ICEs on aarch64 unless compiled with -march that includes rng. Maybe other builtins do too. GCC 4.8 didn't support the builtin and didn't ICE (so it is a regression), = GCC 8 already ICEs on it.=