* [Ada] Remove VMS specific routine that is no longer referenced
@ 2022-09-05 7:26 Marc Poulhiès
0 siblings, 0 replies; only message in thread
From: Marc Poulhiès @ 2022-09-05 7:26 UTC (permalink / raw)
To: gcc-patches; +Cc: Piotr Trojanek
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
Code cleanup related to resctrition No_Local_Allocators.
Tested on x86_64-pc-linux-gnu, committed on trunk
gcc/ada/
* exp_util.ads (Entry_Names_OK): Remove spec.
* exp_util.adb (Entry_Names_OK): Remove body.
[-- Attachment #2: patch.diff --]
[-- Type: text/x-diff, Size: 1406 bytes --]
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -5187,19 +5187,6 @@ package body Exp_Util is
end if;
end Ensure_Defined;
- --------------------
- -- Entry_Names_OK --
- --------------------
-
- function Entry_Names_OK return Boolean is
- begin
- return
- not Restricted_Profile
- and then not Global_Discard_Names
- and then not Restriction_Active (No_Implicit_Heap_Allocations)
- and then not Restriction_Active (No_Local_Allocators);
- end Entry_Names_OK;
-
-------------------
-- Evaluate_Name --
-------------------
diff --git a/gcc/ada/exp_util.ads b/gcc/ada/exp_util.ads
--- a/gcc/ada/exp_util.ads
+++ b/gcc/ada/exp_util.ads
@@ -509,11 +509,6 @@ package Exp_Util is
-- used to ensure that an Itype is properly defined outside a conditional
-- construct when it is referenced in more than one branch.
- function Entry_Names_OK return Boolean;
- -- Determine whether it is appropriate to dynamically allocate strings
- -- which represent entry [family member] names. These strings are created
- -- by the compiler and used by GDB.
-
procedure Evaluate_Name (Nam : Node_Id);
-- Remove all side effects from a name which appears as part of an object
-- renaming declaration. Similarly to Force_Evaluation, it removes the
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-09-05 7:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05 7:26 [Ada] Remove VMS specific routine that is no longer referenced Marc Poulhiès
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).