From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 89EDB3858D32; Mon, 23 Jan 2023 12:09:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 89EDB3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674475748; bh=njrCrhJ7fvPgSTsd9t25RTQYxgAT7iIhAZ0hBYFy2tc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bd0JpjtLSPxU8gXXZcW5iomDEw+JdiUA0HJZW3qawtMbtWzD3Hyy8qMsdpNa8AGe1 eC1+PZdC8vglmHks1lFy8k+bTLr/IgKRHoBuLQ9iQGswDFzjRjp+fhBxFNBynRrNKa qlrhSv0RVHYchK+Bu42SOJv/uUV2AZEW6j+9qZCs= From: "ktkachov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108495] [10/11/12/13 Regression] aarch64 ICE with __builtin_aarch64_rndr Date: Mon, 23 Jan 2023 12:09:08 +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: ktkachov at gcc dot gnu.org 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: everconfirmed keywords cf_reconfirmed_on bug_status 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 ktkachov at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |ice-on-invalid-code Last reconfirmed| |2023-01-23 Status|UNCONFIRMED |NEW --- Comment #1 from ktkachov at gcc dot gnu.org --- Confirmed. That said, __builtin_aarch64_rndr is not supposed to be used directly by the user. They should include and use the __rndr intrinsic instead. That will give the appropriate error: inlining failed in call to 'always_inline' '__rndr': target specific option mismatch Still, I suppose the compiler shouldn't ICE=