From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DF31E3858CD1; Thu, 18 Jan 2024 22:22:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF31E3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705616536; bh=QL6W2HVa2NKNrhRpJpFEfok6BRbgp6PU0+ak2QaxWic=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bu5Zv1jA933dg9yQkC6yYIWpU3rKJJ6lSGOGbtlZTYjwWDOpPBQi0UfIgwNXUdVOL PZ/vusTR8KgcckVLcY44PvI+oUEuLSVX6t24ck/vYuc16+gfPQznw2zqstjHNZ86Mw okSl+MO4nh9r3nYgGd3opcRlS6/x0nDqS4YqHV5I= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113481] avr: internal compiler error in decompose, at rtl.h:2298 Date: Thu, 18 Jan 2024 22:22:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-checking, 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 bug_status everconfirmed component 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=3D113481 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-01-18 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 Component|debug |middle-end --- Comment #7 from Andrew Pinski --- Confirmed. (gdb) p x.first $1 =3D (rtx_def *) 0x7ffff7542b50 (gdb) p debug_rtx(x.first) (const_int 13421772 [0xcccccc]) Definitely not sign extended like it should be.=