From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 215293858D33; Tue, 26 Mar 2024 06:41:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 215293858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711435276; bh=lxSXNfj8jWYak/s2jPQ3qIwekW8opTNMSZ3Qt8lkzUc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ND5ybLTXUvhzDrcgZD7zUPlUInwo1k0yS56pTOjiRwT9rduBXaRB6lhvyV7nb+6CB TY1L5xI5ItWERbR1/36WvYX7MTxu5Kgj4RXnufbcqjyBNFZ/PYHTHGgjOJm3H5tyIt RVy8QkWlfczK63YRnJsdPIsNTw1j9pl+iqXeGl3w= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/109813] ICE with BF16 on ARM with -mfloat-abi=soft -march=armv6 Date: Tue, 26 Mar 2024 06:41:15 +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: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia at gcc dot gnu.org X-Bugzilla-Status: NEW 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: cf_reconfirmed_on short_desc bug_status everconfirmed keywords 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=3D109813 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-03-26 Summary|ICE in in extract_insn, at |ICE with BF16 on ARM with |recog.cc:2791 on ARM with |-mfloat-abi=3Dsoft |-mflip-thumb |-march=3Darmv6 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Keywords| |ice-on-valid-code --- Comment #1 from Andrew Pinski --- Confirmed.=