public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pierre-Marie de Rodat <pmderodat@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6466] [Ada] Remove name constant used by GNATprove but not by GNAT
Date: Tue, 11 Jan 2022 13:28:16 +0000 (GMT)	[thread overview]
Message-ID: <20220111132816.06B8C38A8038@sourceware.org> (raw)

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 + $;


                 reply	other threads:[~2022-01-11 13:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220111132816.06B8C38A8038@sourceware.org \
    --to=pmderodat@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).