From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E73AF385803F; Thu, 18 Jan 2024 13:52:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E73AF385803F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1705585973; bh=oDCgBmgSPqJ3PfV/nbmzB1u4hq7RgSWmi3OMzLQAPe4=; h=From:To:Subject:Date:From; b=eBhWcDcHOCqaXpd+4W038fSGScB/NklkHZuKFvi7wYCQ8JQqobCt71RbKwkWiAuBm aRUP4Yy6fnj3mLTTG0U1T0QJIkoU+wzRg/b0ILeTYB5JRlXEUi7Dk2EO4VXyVQ58og 7Q5FR8zbfDZLb+d9mWR9qT+H4PT9XJxS7hfFylNA= From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/113481] New: avr: internal compiler error in decompose, at rtl.h:2298 Date: Thu, 18 Jan 2024 13:52:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gjl 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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 Bug ID: 113481 Summary: avr: internal compiler error in decompose, at rtl.h:2298 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: gjl at gcc dot gnu.org Target Milestone: --- Created attachment 57139 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D57139&action=3Dedit C test case from gcc.target/avr/torture I see this ICE with current compiler from master with an avr test case: $ avr-gcc -g -O3 -std=3Dgnu99 -mmcu=3Datmega128 pr109907-2.c -S The ICE goes away when I remove the -g switch. Target: avr Configured with: ../../source/gcc-master/configure --target=3Davr --disable= -nls --with-dwarf2 --with-gnu-as --with-gnu-ld --disable-shared --with-fixed-point=3Dno --with-long-double=3D64 --enable-languages=3Dc,c++ Thread model: single Supported LTO compression algorithms: zlib gcc version 14.0.1 20240118 (experimental) (GCC)=