From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2100) id 56EE43851C22; Sat, 22 Aug 2020 22:24:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56EE43851C22 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1598135075; bh=0L389vdxGf0Lr/54RrYI1EMR/xoTc+TllUV6AZzam8s=; h=From:To:Subject:Date:From; b=V3VR6dVpTe5gEWFS8eT74C1WjtETvKxrx3Wl8uDQI0CN6RS/CsZ7Ikl63/e+mrGia WPruyWjAs5CZC4VHVLSZhpnYB8uS5qOV9i6qwrFQoql+V6+Ts0QRA/faXaPeL3xqTy zkmNIVfsS1/+CMXvvWds1i865F+hDQcnIYZ1LgTo= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Giuliano Belinassi To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/autopar_devel] [Ada] Make Object Specific Dispatch tables constant X-Act-Checkin: gcc X-Git-Author: Piotr Trojanek X-Git-Refname: refs/heads/devel/autopar_devel X-Git-Oldrev: e2abccc6317fa77a122ea25e7533a1ab5e3e9784 X-Git-Newrev: 4001b2b73e0dad52127a25897173756021f66336 Message-Id: <20200822222435.56EE43851C22@sourceware.org> Date: Sat, 22 Aug 2020 22:24:35 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Aug 2020 22:24:35 -0000 https://gcc.gnu.org/g:4001b2b73e0dad52127a25897173756021f66336 commit 4001b2b73e0dad52127a25897173756021f66336 Author: Piotr Trojanek Date: Mon Mar 16 22:54:13 2020 +0100 [Ada] Make Object Specific Dispatch tables constant 2020-06-11 Piotr Trojanek gcc/ada/ * exp_disp.adb (Make_Secondary_DT): Internally generated OSD tables are now constant. Diff: --- gcc/ada/exp_disp.adb | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/ada/exp_disp.adb b/gcc/ada/exp_disp.adb index c8975749b58..617cb1be7bd 100644 --- a/gcc/ada/exp_disp.adb +++ b/gcc/ada/exp_disp.adb @@ -4310,6 +4310,7 @@ package body Exp_Disp is Append_To (Result, Make_Object_Declaration (Loc, Defining_Identifier => OSD, + Constant_Present => True, Object_Definition => Make_Subtype_Indication (Loc, Subtype_Mark =>