From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 134AB3858C98; Sat, 10 Feb 2024 18:19:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 134AB3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707589191; bh=aGMyvODJHMvk8W7RUa0IV6PUYo3yACKDFnVJIXjAPt4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=AL4mbOXaokYlI7vKYI6Im7loSnnckfSzxsJU3R/AM2Munm6/q07hser0DG3dgl9EW +oEKMBdZEdtBMtqWsx1kUZXvSUKPaYmI6JJdrz/Qd4RTTY0CgcdsEw7fMxRJ9mt5do mngHEvYaYA29om8zN181kM7NC1xQMFgkPHTKB48E= From: "fxcoudert at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/105980] [11 Regression] ICE in final_scan_insn_1, at final.cc:2811 Date: Sat, 10 Feb 2024 18:19:48 +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-valid-code, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: fxcoudert 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: 11.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=3D105980 Francois-Xavier Coudert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fxcoudert at gcc dot gnu.o= rg --- Comment #13 from Francois-Xavier Coudert = --- The new test fails on darwin, with an ICE. Reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D111342=