From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F2C293858C41; Sun, 5 Nov 2023 09:20:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2C293858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699176000; bh=iHE9/xDDcSe7e1vTwKQjP2aS01+3n5UKBFW5jTtGgB0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wgDB4EnJY18mVESAc09Co54m+PVvmE8jAnfliTSq6zuF/ZwDuN/jl7aFXvkx76jfj Nf2xryIe66W5TAGJqB8qzZBKtd+aAk9ldDR3oiqjcN1wU+wgKOjnDxTs33wyh0sby6 w50m5UB/3UO8Sp239x0UJWmmzdDorQ4xeWwpQdjo= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/112380] [14 regression] ICE when building Mesa (in combine, internal compiler error: in simplify_subreg) since r14-4612-g6decda1a35be57 Date: Sun, 05 Nov 2023 09:19:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames 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: 14.0 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=3D112380 Sam James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |roger at nextmovesoftware = dot com --- Comment #9 from Sam James --- (In reply to Andrew Pinski from comment #8) > (In reply to Andrew Pinski from comment #7) > > That almost definitely just exposed the issue. Let me see if I can get a > > testcase that fails without depending on that. >=20 > New testcase which seems to have the same IR going into expand for GCC > 13.2.0 and the trunk: > [...] This one seems to have started with: commit r14-2526-g8911879415d6c2 Author: Roger Sayle Date: Fri Jul 14 18:10:05 2023 +0100 i386: Improved insv of DImode/DFmode {high,low}parts into TImode.=