From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 71150385AC2B; Tue, 5 Dec 2023 11:31:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 71150385AC2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701775895; bh=mqJjDpdqeCALBi8ZWguwW2lnBOV1ZMFvSjh3WmoednQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=e52909l2XLg2lTdJf9JO1rh5KVA8ltGDFuLzhdHpVpRGBCFu4bewG/ZqrzqUPWG+z pbnAGrA7ZguR2I/MtfliQBTS7iP6hdRsyON38L99y6c3bK1Q2MYKMwXBAWEvgTdWmN mEQFxjNhqv9o5FXHdwaF8f+mcO49NV51JUizpY3A= From: "ebotcazou 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: Tue, 05 Dec 2023 11:31:35 +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: ebotcazou 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 #12 from Eric Botcazou --- > Does Ada have support for address-spaces and is there a way to construct > a testcase that requires clearing of a VLA object in another address-spac= e? No, Ada has no such support.=