From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A6AA43858C78; Mon, 4 Dec 2023 11:56:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A6AA43858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701690977; bh=OgvfjNoenP2nXCw+PbyJ/D1hPvQyEow3SFiwxtBOolk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Xm7/vKLe3kZDSrKg/0iZnyODDMN/XOMxk723cwTLW9CudXnunR5mcUjT9S9fn5vsL hjv9T6TB4uNXF4jYtP2nqT6Je8wiZMbxsY8az/+m6NvaDUB/h3e1iRktTYrf5ccJkY Lznyh94xQuZBD4b6fc6lf7XiE971/Lh37w1YKKMg= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/112830] internal compiler error: in convert_memory_address_addr_space_1, at explow.cc:302 Date: Mon, 04 Dec 2023 11:56:17 +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: addr-space, ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: rguenth 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=3D112830 --- Comment #8 from Richard Biener --- Is there a valid testcase that has __memx as the destination? Or is there = an address space with similar constraints that allows non-const accesses?=