From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 452443858C00; Tue, 12 Sep 2023 08:04:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 452443858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1694505889; bh=K07Go3DtLpl6NAZoKmhKgu7VkIrd/p5V46TDVFDb/f8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=kLYQB8Kgt0Xsa3yESPZ2m7d/MS9kEY9SflEIB23E1UW76/ENNKe6k26ivUqJAV1pd dFjlsggRPJmWENPtIq3wToHpvoKHAOvG8zGsd3axng1Fa4zm2TnvlSIUFQo2ia/EXK PRAIF2RBXl9psevzxp+Xvsj2ZCoLEwp7ZMQe6oxY= From: "jeremy.bennett at embecosm dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/111375] RISC-V vector Fortran: SEGV ICE during get_avl_or_vl_reg (vsetvl pass) Date: Tue, 12 Sep 2023 08:04:47 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: jeremy.bennett at embecosm 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: --- 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=3D111375 --- Comment #2 from Jeremy Bennett --- (In reply to JuzheZhong from comment #1) > I can't reproduce the ICE in your testcase with same command. >=20 > ~/work/toolchain/develop/build/dev-rv64gcv_zfh-lp64d-medany-linux-spike/ > install/bin/riscv64-unknown-linux-gnu-gfortran -w -march=3Drv64gcv -mabi= =3Dlp64d > -c -Ofast -ftree-vectorize --param=3Driscv-autovec-preference=3Dscalable = bug.f90 >=20 >=20 > No ICE. >=20 > Could you help me with that ? Hi JuzheZhong I built with the following components: Repository SHA-1 hash (commit ID)=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 ---------- ----------------------=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20 gcc 316d57da5bb9205b946afc56d78582fee874e4b5 binutils-gdb 9a343d2bb57c4555dedad9b43907aeeda7b51dae glibc 073edbdfabaad4786e974a451efe4b6b3f7a5a61 Is this the same as you? I'll do a clean rebuild with the latest tool chain= in case this problem has been fixed.=