From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 95E7E3858C50; Sat, 30 Sep 2023 00:42:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95E7E3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1696034540; bh=QkmmsIJr007tQc2cqqaO3EyY5jFy8Ne6XS6IMr0kcLU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZSekeaz06jlTPZIf+7YbX7JuGkwSNjm7pSoyp7x8Ont8Xn9D70smsji1UN0XG2gh5 FREXOTeeBFpx8dAHJnoPkmw7qiyJzqJ2NBLPJYJWbRO/lR75CuPfreLzyASSvRB1l9 ap3uOcSUQDwOSK+5j4IcKN3vuK3GYLile8c+PIUs= From: "amylaar at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/111566] RISC-V Vector Fortran: ICE in final_scan_insn_1 (final RTL pass) Date: Sat, 30 Sep 2023 00:42:20 +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: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: amylaar 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: 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=3D111566 --- Comment #4 from Jorn Wolfgang Rennecke --- Also, the GET_MODE_BITSIZE (mode).to_constant () <=3D MAX_BITS_PER_WO= RD in the *mov_mem_to_mem splitter can generate unaligned accesses, yet = it is not guarded by a check that the target supports them.=