From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1C3873858D39; Wed, 25 Jan 2023 08:25:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1C3873858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674635103; bh=CfRTQFL4FQZ+VdZqdE/XGgfQAyJ8vSoF9FfCDzWbwWE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=D1Ja/HIdeRB2ywep/qeeKdokekz7emkrBLu5mhsaRRNnZBL41V7uf7sgyZPyORUR/ ScyNMxRDIN6hyGz9VCLiowtJVX+OccDYPBc+nh+nW0NHq3xdI2/FTcyC7/RCzxikEQ 6T5Bux/vD+RxDPA669fE6PlYlo08d8I4/KHK/S2M= From: "dantipov at cloudlinux dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108495] [10/11/12/13 Regression] aarch64 ICE with __builtin_aarch64_rndr Date: Wed, 25 Jan 2023 08:25:01 +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: dantipov at cloudlinux dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc 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 Dmitry Antipov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dantipov at cloudlinux dot= com --- Comment #3 from Dmitry Antipov --- Thanks. BTW is it possible to make the diagnostics some more developer-friendly? In particular, plain 'gcc test.c' doesn't specify any target-specific options explicitly, and it may be required to look through 'arm_acle.h' to realize that the thing like 'gcc -march=3Darmv8.5-a+rng tes= t.c' is required instead.=