public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1670] [Ada] Extend No_Dependence restriction to code generation (continued)
@ 2022-07-13 10:03 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-07-13 10:03 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:84d3047b14b85b680ee3c88a9a214bbea9c260fc

commit r13-1670-g84d3047b14b85b680ee3c88a9a214bbea9c260fc
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Sun Jul 10 19:10:48 2022 +0200

    [Ada] Extend No_Dependence restriction to code generation (continued)
    
    gcc/ada/
    
            * snames.ads-tmpl (Name_Memory_Compare): New package name.
            (Name_Memory_Copy): Likewise.
            (Name_Memory_Move): Likewise.
            (Name_Memory_Set): Likewise.

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

diff --git a/gcc/ada/snames.ads-tmpl b/gcc/ada/snames.ads-tmpl
index 44465e75707..6a16da1f81f 100644
--- a/gcc/ada/snames.ads-tmpl
+++ b/gcc/ada/snames.ads-tmpl
@@ -280,6 +280,10 @@ package Snames is
    Name_Finalization                   : constant Name_Id := N + $;
    Name_Interfaces                     : constant Name_Id := N + $;
    Name_Memory                         : constant Name_Id := N + $;
+   Name_Memory_Compare                 : constant Name_Id := N + $;
+   Name_Memory_Copy                    : constant Name_Id := N + $;
+   Name_Memory_Move                    : constant Name_Id := N + $;
+   Name_Memory_Set                     : constant Name_Id := N + $;
    Name_Most_Recent_Exception          : constant Name_Id := N + $;
    Name_Stack_Checking                 : constant Name_Id := N + $;
    Name_Standard                       : constant Name_Id := N + $;


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

only message in thread, other threads:[~2022-07-13 10:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-13 10:03 [gcc r13-1670] [Ada] Extend No_Dependence restriction to code generation (continued) 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).