public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6466] [Ada] Remove name constant used by GNATprove but not by GNAT
@ 2022-01-11 13:28 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-01-11 13:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c441162d56974eb557f2ed3cab25c6107411ac62

commit r12-6466-gc441162d56974eb557f2ed3cab25c6107411ac62
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Thu Jan 6 18:33:26 2022 +0100

    [Ada] Remove name constant used by GNATprove but not by GNAT
    
    gcc/ada/
    
            * snames.ads-tmpl: Restore Name_Rpc.

Diff:
---
 gcc/ada/snames.ads-tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/ada/snames.ads-tmpl b/gcc/ada/snames.ads-tmpl
index f02bcfb9d8e..fa7ac8a9dfb 100644
--- a/gcc/ada/snames.ads-tmpl
+++ b/gcc/ada/snames.ads-tmpl
@@ -336,6 +336,7 @@ package Snames is
    Name_uCall                          : constant Name_Id := N + $;
    Name_RCI_Name                       : constant Name_Id := N + $;
    Name_Receiver                       : constant Name_Id := N + $;
+   Name_Rpc                            : constant Name_Id := N + $;
    Name_Subp_Id                        : constant Name_Id := N + $;
    Name_Operation                      : constant Name_Id := N + $;
    Name_Argument                       : constant Name_Id := N + $;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-11 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-11 13:28 [gcc r12-6466] [Ada] Remove name constant used by GNATprove but not by GNAT Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).