public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r15-542] ada: Remove Aspect_Specifications field from N_Procedure_Specification
@ 2024-05-16  8:53 Marc Poulhi?s
  0 siblings, 0 replies; only message in thread
From: Marc Poulhi?s @ 2024-05-16  8:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8b73cb99bbd02db85d213c7120dbaa366c360e45

commit r15-542-g8b73cb99bbd02db85d213c7120dbaa366c360e45
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Fri Feb 16 15:10:06 2024 +0100

    ada: Remove Aspect_Specifications field from N_Procedure_Specification
    
    Sync Has_Aspect_Specifications_Flag with the actual flags in the AST.
    Code cleanup; behavior is unaffected.
    
    gcc/ada/
    
            * gen_il-gen-gen_nodes.adb (N_Procedure_Specification): Remove
            Aspect_Specifications field.

Diff:
---
 gcc/ada/gen_il-gen-gen_nodes.adb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/ada/gen_il-gen-gen_nodes.adb b/gcc/ada/gen_il-gen-gen_nodes.adb
index f3dc215673a4..a7021dc49bb8 100644
--- a/gcc/ada/gen_il-gen-gen_nodes.adb
+++ b/gcc/ada/gen_il-gen-gen_nodes.adb
@@ -736,7 +736,6 @@ begin -- Gen_IL.Gen.Gen_Nodes
         Sy (Null_Present, Flag),
         Sy (Must_Override, Flag),
         Sy (Must_Not_Override, Flag),
-        Sy (Aspect_Specifications, List_Id, Default_No_List),
         Sm (Null_Statement, Node_Id)));
 
    Ab (N_Access_To_Subprogram_Definition, Node_Kind);

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

only message in thread, other threads:[~2024-05-16  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-16  8:53 [gcc r15-542] ada: Remove Aspect_Specifications field from N_Procedure_Specification 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).