From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A37673858023; Thu, 30 Nov 2023 17:10:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A37673858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701364256; bh=ULsUESCfaOr8CQvEKdsm1w/MORusdk/of+fVTRLWLdw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fuJiBK+x0ohPbt8Cc2PqyrDvuJf+JSZbdsVOBV/MvPJ1oKyDFrZT4wIHur/AWC/OF gfmiPN/yasGKct4iDKY56jCxJUCyeEp51bpQ3RqXrSsBaHYE9cGExby54a00GzhHwT fmXvbn6atcNRCDaUt49mTcie6HP2LTm++j0S8I84= From: "patrick at rivosinc dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112773] [14 Regression] RISC-V ICE: in force_align_down_and_div, at poly-int.h:1828 on rv32gcv_zvl256b Date: Thu, 30 Nov 2023 17:10:54 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: patrick at rivosinc dot com 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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=3D112773 Patrick O'Neill changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #56724|0 |1 is obsolete| | --- Comment #2 from Patrick O'Neill --- Created attachment 56734 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56734&action=3Dedit -freport-bug output I'm still seeing this on the most recent trunk: r14-6020-g18d8a50a042 > ./bin/riscv64-unknown-linux-gnu-gcc -march=3Drv32gcv_zvl256b -mabi=3Dilp3= 2d -O3 -S red.c during RTL pass: expand red.c: In function 'e': red.c:4:6: internal compiler error: in force_align_down_and_div, at poly-int.h:1828 4 | void e(unsigned f) { ... (trimmed) I've updated the -freport-bug-output with the most recent run.=