From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8A9D238582A1; Sun, 25 Feb 2024 13:08:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8A9D238582A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708866515; bh=v6TFvGJeDDzpGpwxGjOxnNp75S0QqGKEXQ2RCI6cwx0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eWV0tuqZSvp3Si9cMw9POGr3eDG/Qq54cwkuF6kcGxUTPNvhHwE0m0vyIAp28fnbP F9Klk7g22GowB31w7BPABRk5RZXDOGq9xhbY1qPz4Ym5naokAqDZ5BaPU4qnXygdtA 8Toq5KmaHZGfXjRT0UwCJ5jDlbtYTGMAj8LQgVv4= From: "xry111 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113622] [11/12/13 Regression] ICE with vectors in named registers Date: Sun, 25 Feb 2024 13:08:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: xry111 at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rguenth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D113622 --- Comment #24 from Xi Ruoyao --- It looks I can rewrite the LoongArch test case (still broken though ICE is stopped) using check-function-bodies. Will try later...=