From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3362F3858D3C; Thu, 27 Apr 2023 02:56:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3362F3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1682564172; bh=GrdEB9zSGyC5AWkrym0G++L61ViSj4MAHrDdz+gKUOM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EIxGmRBFnRBofqb0z5lJ2WX/shrbe9t+6BEzcd0XdefuWZEFrZTiBlYTiOBtEOjEB yB6r4uGskrZB5NHzAdd3qj1kFcwbPP3G0qeFf7LB4bD+TIKA8LME4ZOgQBR1jBNA5V Nrz3pfKEp37ef/DGNyr/wc2vEqwJ4CGrtUPTLfk4= From: "sjames at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/109639] [14 regression] Internal compiler error: tree check: expected integer_cst, have addr_expr in to_wide, at tree.h:6283 Date: Thu, 27 Apr 2023 02:56:11 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: sjames at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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: 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=3D109639 --- Comment #2 from Sam James --- (In reply to Sam James from comment #1) > (In reply to Sam James from comment #0) > > gcc (Gentoo 14.0.0.9999 p, commit 7546d8be5a8ae93e81535644c2578807db276= ab6) > > 14.0.0 20230426 (experimental) >=20 > This commit is wrong (recorded incorrectly). I'm changing something in our > packaging to record the upstream commit correctly vs the commit after any > patches. >=20 > Anyway, reducing. It's actually built at b4c69e6b663753f41259e2e19ad03cfc11457534 (r14-267-gb4c69e6b663753).=