public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1464] [Ada] Add Interface_Name field to E_Loop_Parameter
@ 2021-06-15 10:21 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-06-15 10:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:65067cb65dc9918a75e7546b53bc556737c77594

commit r12-1464-g65067cb65dc9918a75e7546b53bc556737c77594
Author: Bob Duff <duff@adacore.com>
Date:   Wed Feb 10 07:42:05 2021 -0500

    [Ada] Add Interface_Name field to E_Loop_Parameter
    
    gcc/ada/
    
            * gen_il-gen-gen_entities.adb (E_Loop_Parameter): Add
            Interface_Name field.

Diff:
---
 gcc/ada/gen_il-gen-gen_entities.adb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/ada/gen_il-gen-gen_entities.adb b/gcc/ada/gen_il-gen-gen_entities.adb
index 2c486dc21e7..85eb2d70817 100644
--- a/gcc/ada/gen_il-gen-gen_entities.adb
+++ b/gcc/ada/gen_il-gen-gen_entities.adb
@@ -381,6 +381,7 @@ begin -- Gen_IL.Gen.Gen_Entities
        (Sm (Activation_Record_Component, Node_Id),
         Sm (Alignment, Uint),
         Sm (Esize, Uint),
+        Sm (Interface_Name, Node_Id),
         Sm (Is_Finalized_Transient, Flag),
         Sm (Is_Ignored_Transient, Flag),
         Sm (Linker_Section_Pragma, Node_Id),


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

only message in thread, other threads:[~2021-06-15 10:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15 10:21 [gcc r12-1464] [Ada] Add Interface_Name field to E_Loop_Parameter 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).