From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D8FCF3858CDA; Fri, 1 Dec 2023 02:05:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D8FCF3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701396301; bh=uc10Ss+mJHl6yApXgndDbdOVLJFXp/Pku0Dv88P9OZo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ac52DolRPvtn7KLFcUSO2kMijms8Qmi9zZ8kA37kry+Fw94RUgTVF+vPOPfBHYPcF vhU3R2wYwNo6sqL+HkBjv2HyP86CQO7NjiufvQf8IHCzO+Bkn++8F6sGawwZetVt7g 3n6NSpl/7qs5TslFzRrn714mnX8oi1xa2GpZF85o= 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: Fri, 01 Dec 2023 02:05:00 +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: 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 --- Comment #6 from Patrick O'Neill --- (In reply to JuzheZhong from comment #3) > I see. I didn't reproduce the ICE since I didn't enable gcc_assert_checki= ng. >=20 > Could you tell me how to enable it ? I didn't explicitly enable checking. The full configure command I ran with (from -freport-bug output) is: /scratch/tc-testing/tc-nov-30-trunk/build-rv64gcv/../gcc/configure --target=3Driscv64-unknown-linux-gnu --prefix=3D/scratch/tc-testing/tc-nov-30-trunk/build-rv64gcv --with-sysroot=3D/scratch/tc-testing/tc-nov-30-trunk/build-rv64gcv/sysroot --with-pkgversion=3Dg18d8a50a042 --with-system-zlib --enable-shared --enabl= e-tls --enable-languages=3Dc,c++,fortran --disable-libmudflap --disable-libssp --disable-libquadmath --disable-libsanitizer --disable-nls --disable-bootst= rap --src=3D../../gcc --enable-multilib --with-abi=3Dlp64d --with-arch=3Drv64im= afdc --with-tune=3Drocket --with-isa-spec=3D20191213 'CFLAGS_FOR_TARGET=3D-O2=20= =20=20 -mcmodel=3Dmedlow' 'CXXFLAGS_FOR_TARGET=3D-O2 -mcmodel=3Dmedlow' I built the toolchain using riscv-gnu-toolchain `make linux`.=