OSDN Git Service

2009-04-08 Thomas Quinot <quinot@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / einfo.adb
index b81df9b..9baaa3f 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---                            $Revision$
---                                                                          --
---          Copyright (C) 1992-2001 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2008, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
@@ -18,8 +16,8 @@
 -- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License --
 -- for  more details.  You should have  received  a copy of the GNU General --
 -- Public License  distributed with GNAT;  see file COPYING.  If not, write --
--- to  the Free Software Foundation,  59 Temple Place - Suite 330,  Boston, --
--- MA 02111-1307, USA.                                                      --
+-- to  the  Free Software Foundation,  51  Franklin  Street,  Fifth  Floor, --
+-- Boston, MA 02110-1301, USA.                                              --
 --                                                                          --
 -- As a special exception,  if other files  instantiate  generics from this --
 -- unit, or you link  this unit with other files  to produce an executable, --
@@ -29,7 +27,7 @@
 -- covered by the  GNU Public License.                                      --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
--- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
 
@@ -37,12 +35,10 @@ pragma Style_Checks (All_Checks);
 --  Turn off subprogram ordering, not used for this unit
 
 with Atree;  use Atree;
-with Namet;  use Namet;
 with Nlists; use Nlists;
+with Output; use Output;
 with Sinfo;  use Sinfo;
-with Snames; use Snames;
 with Stand;  use Stand;
-with Output; use Output;
 
 package body Einfo is
 
@@ -58,27 +54,24 @@ package body Einfo is
    --  Four of these fields are defined in Sinfo, since they in are the
    --  base part of the node. The access routines for these fields and
    --  the corresponding set procedures are defined in Sinfo. These fields
-   --  are present in all entities.
+   --  are present in all entities. Note that Homonym is also in the base
+   --  part of the node, but has access routines that are more properly
+   --  part of Einfo, which is why they are defined here.
 
    --    Chars                           Name1
    --    Next_Entity                     Node2
    --    Scope                           Node3
    --    Etype                           Node5
 
-   --    The fifth field is also in the base part of the node, but it
-   --    carries some additional semantic checks and its subprograms are
-   --    more properly defined in Einfo.
-
-   --    Homonym                         Node4
-
    --   Remaining fields are present only in extended nodes (i.e. entities)
 
    --  The following fields are present in all entities
 
+   --    Homonym                         Node4
    --    First_Rep_Item                  Node6
    --    Freeze_Node                     Node7
 
-   --  The usage of each field (and the entity kinds to which it applies)
+   --  The usage of other fields (and the entity kinds to which it applies)
    --  depends on the particular field (see Einfo spec for details).
 
    --    Associated_Node_For_Itype       Node8
@@ -86,10 +79,10 @@ package body Einfo is
    --    Hiding_Loop_Variable            Node8
    --    Mechanism                       Uint8 (but returns Mechanism_Type)
    --    Normalized_First_Bit            Uint8
+   --    Return_Applies_To               Node8
 
    --    Class_Wide_Type                 Node9
-   --    Normalized_Position             Uint9
-   --    Size_Check_Code                 Node9
+   --    Current_Value                   Node9
    --    Renaming_Map                    Uint9
 
    --    Discriminal_Link                Node10
@@ -101,6 +94,7 @@ package body Einfo is
    --    Full_View                       Node11
    --    Entry_Component                 Node11
    --    Enumeration_Pos                 Uint11
+   --    Generic_Homonym                 Node11
    --    Protected_Body_Subprogram       Node11
    --    Block_Node                      Node11
 
@@ -111,13 +105,13 @@ package body Einfo is
 
    --    Corresponding_Equality          Node13
    --    Component_Clause                Node13
-   --    Debug_Renaming_Link             Node13
    --    Elaboration_Entity              Node13
    --    Extra_Accessibility             Node13
    --    RM_Size                         Uint13
 
    --    Alignment                       Uint14
    --    First_Optional_Parameter        Node14
+   --    Normalized_Position             Uint14
    --    Shadow_Entities                 List14
 
    --    Discriminant_Number             Uint15
@@ -132,9 +126,8 @@ package body Einfo is
    --    Scale_Value                     Uint15
    --    Storage_Size_Variable           Node15
    --    String_Literal_Low_Bound        Node15
-   --    Shared_Var_Read_Proc            Node15
 
-   --    Access_Disp_Table               Node16
+   --    Access_Disp_Table               Elist16
    --    Cloned_Subtype                  Node16
    --    DTC_Entity                      Node16
    --    Entry_Formal                    Node16
@@ -151,7 +144,7 @@ package body Einfo is
    --    First_Literal                   Node17
    --    Master_Id                       Node17
    --    Modulus                         Uint17
-   --    Object_Ref                      Node17
+   --    Non_Limited_View                Node17
    --    Prival                          Node17
 
    --    Alias                           Node18
@@ -169,6 +162,7 @@ package body Einfo is
    --    Finalization_Chain_Entity       Node19
    --    Parent_Subtype                  Node19
    --    Related_Array_Object            Node19
+   --    Size_Check_Code                 Node19
    --    Spec_Entity                     Node19
    --    Underlying_Full_View            Node19
 
@@ -178,14 +172,16 @@ package body Einfo is
    --    Discriminant_Checking_Func      Node20
    --    Discriminant_Default_Value      Node20
    --    Last_Entity                     Node20
+   --    Prival_Link                     Node20
    --    Register_Exception_Call         Node20
    --    Scalar_Range                    Node20
 
    --    Accept_Address                  Elist21
    --    Default_Expr_Function           Node21
    --    Discriminant_Constraint         Elist21
-   --    Small_Value                     Ureal21
    --    Interface_Name                  Node21
+   --    Original_Array_Type             Node21
+   --    Small_Value                     Ureal21
 
    --    Associated_Storage_Pool         Node22
    --    Component_Size                  Uint22
@@ -196,19 +192,40 @@ package body Einfo is
    --    Private_View                    Node22
    --    Protected_Formal                Node22
    --    Scope_Depth_Value               Uint22
-   --    Shared_Var_Assign_Proc          Node22
+   --    Shared_Var_Procs_Instance       Node22
 
    --    Associated_Final_Chain          Node23
    --    CR_Discriminant                 Node23
-   --    Girder_Constraint               Elist23
    --    Entry_Cancel_Parameter          Node23
+   --    Enum_Pos_To_Rep                 Node23
    --    Extra_Constrained               Node23
    --    Generic_Renamings               Elist23
    --    Inner_Instances                 Elist23
-   --    Enum_Pos_To_Rep                 Node23
+   --    Limited_View                    Node23
    --    Packed_Array_Type               Node23
-   --    Privals_Chain                   Elist23
-   --    Protected_Operation             Node23
+   --    Protection_Object               Node23
+   --    Stored_Constraint               Elist23
+
+   --    Spec_PPC_List                   Node24
+
+   --    Interface_Alias                 Node25
+   --    Interfaces                      Elist25
+   --    Debug_Renaming_Link             Node25
+   --    DT_Offset_To_Top_Func           Node25
+   --    Task_Body_Procedure             Node25
+
+   --    Dispatch_Table_Wrapper          Node26
+   --    Last_Assignment                 Node26
+   --    Overridden_Operation            Node26
+   --    Package_Instantiation           Node26
+   --    Related_Type                    Node26
+   --    Relative_Deadline_Variable      Node26
+   --    Static_Initialization           Node26
+
+   --    Current_Use_Clause              Node27
+   --    Wrapped_Entity                  Node27
+
+   --    Extra_Formals                   Node28
 
    ---------------------------------------------
    -- Usage of Flags in Defining Entity Nodes --
@@ -223,186 +240,305 @@ package body Einfo is
    --  are used for the flags Analyzed, Comes_From_Source, and Error_Posted,
    --  which are common to all nodes, including entity nodes.
 
-   --    Is_Frozen                      Flag4
-   --    Has_Discriminants              Flag5
-   --    Is_Dispatching_Operation       Flag6
-   --    Is_Immediately_Visible         Flag7
-   --    In_Use                         Flag8
-   --    Is_Potentially_Use_Visible     Flag9
-   --    Is_Public                      Flag10
-   --    Is_Inlined                     Flag11
-   --    Is_Constrained                 Flag12
-   --    Is_Generic_Type                Flag13
-   --    Depends_On_Private             Flag14
-   --    Is_Aliased                     Flag15
-   --    Is_Volatile                    Flag16
-   --    Is_Internal                    Flag17
-   --    Has_Delayed_Freeze             Flag18
-   --    Is_Abstract                    Flag19
-   --    Is_Concurrent_Record_Type      Flag20
-   --    Has_Master_Entity              Flag21
-   --    Needs_No_Actuals               Flag22
-   --    Has_Storage_Size_Clause        Flag23
-   --    Is_Imported                    Flag24
-   --    Is_Limited_Record              Flag25
-   --    Has_Completion                 Flag26
-   --    Has_Pragma_Controlled          Flag27
-   --    Is_Statically_Allocated        Flag28
-   --    Has_Size_Clause                Flag29
-   --    Has_Task                       Flag30
-   --    Suppress_Access_Checks         Flag31
-   --    Suppress_Accessibility_Checks  Flag32
-   --    Suppress_Discriminant_Checks   Flag33
-   --    Suppress_Division_Checks       Flag34
-   --    Suppress_Elaboration_Checks    Flag35
-   --    Suppress_Index_Checks          Flag36
-   --    Suppress_Length_Checks         Flag37
-   --    Suppress_Overflow_Checks       Flag38
-   --    Suppress_Range_Checks          Flag39
-   --    Suppress_Storage_Checks        Flag40
-   --    Suppress_Tag_Checks            Flag41
-   --    Is_Controlled                  Flag42
-   --    Has_Controlled_Component       Flag43
-   --    Is_Pure                        Flag44
-   --    In_Private_Part                Flag45
-   --    Has_Alignment_Clause           Flag46
-   --    Has_Exit                       Flag47
-   --    In_Package_Body                Flag48
-   --    Reachable                      Flag49
-   --    Delay_Subprogram_Descriptors   Flag50
-   --    Is_Packed                      Flag51
-   --    Is_Entry_Formal                Flag52
-   --    Is_Private_Descendant          Flag53
-   --    Return_Present                 Flag54
-   --    Is_Tagged_Type                 Flag55
-   --    Has_Homonym                    Flag56
-   --    Is_Hidden                      Flag57
-   --    Non_Binary_Modulus             Flag58
-   --    Is_Preelaborated               Flag59
-   --    Is_Shared_Passive              Flag60
-   --    Is_Remote_Types                Flag61
-   --    Is_Remote_Call_Interface       Flag62
-   --    Is_Character_Type              Flag63
-   --    Is_Intrinsic_Subprogram        Flag64
-   --    Has_Record_Rep_Clause          Flag65
-   --    Has_Enumeration_Rep_Clause     Flag66
-   --    Has_Small_Clause               Flag67
-   --    Has_Component_Size_Clause      Flag68
-   --    Is_Access_Constant             Flag69
-   --    Is_First_Subtype               Flag70
-   --    Has_Completion_In_Body         Flag71
-   --    Has_Unknown_Discriminants      Flag72
-   --    Is_Child_Unit                  Flag73
-   --    Is_CPP_Class                   Flag74
-   --    Has_Non_Standard_Rep           Flag75
-   --    Is_Constructor                 Flag76
-   --    Is_Destructor                  Flag77
-   --    Is_Tag                         Flag78
-   --    Has_All_Calls_Remote           Flag79
-   --    Is_Constr_Subt_For_U_Nominal   Flag80
-   --    Is_Asynchronous                Flag81
-   --    Has_Gigi_Rep_Item              Flag82
-   --    Has_Machine_Radix_Clause       Flag83
-   --    Machine_Radix_10               Flag84
-   --    Is_Atomic                      Flag85
-   --    Has_Atomic_Components          Flag86
-   --    Has_Volatile_Components        Flag87
-   --    Discard_Names                  Flag88
-   --    Is_Interrupt_Handler           Flag89
-   --    Returns_By_Ref                 Flag90
-   --    Is_Itype                       Flag91
-   --    Size_Known_At_Compile_Time     Flag92
-   --    Has_Subprogram_Descriptor      Flag93
-   --    Is_Generic_Actual_Type         Flag94
-   --    Uses_Sec_Stack                 Flag95
-   --    Warnings_Off                   Flag96
-   --    Is_Controlling_Formal          Flag97
-   --    Has_Controlling_Result         Flag98
-   --    Is_Exported                    Flag99
-   --    Has_Specified_Layout           Flag100
-   --    Has_Nested_Block_With_Handler  Flag101
-   --    Is_Called                      Flag102
-   --    Is_Completely_Hidden           Flag103
-   --    Address_Taken                  Flag104
-   --    Suppress_Init_Proc             Flag105
-   --    Is_Limited_Composite           Flag106
-   --    Is_Private_Composite           Flag107
-   --    Default_Expressions_Processed  Flag108
-   --    Is_Non_Static_Subtype          Flag109
-   --    Has_External_Tag_Rep_Clause    Flag110
-   --    Is_Formal_Subprogram           Flag111
-   --    Is_Renaming_Of_Object          Flag112
-   --    No_Return                      Flag113
-   --    Delay_Cleanups                 Flag114
-   --    Not_Source_Assigned            Flag115
-   --    Is_Visible_Child_Unit          Flag116
-   --    Is_Unchecked_Union             Flag117
-   --    Is_For_Access_Subtype          Flag118
-   --    Has_Convention_Pragma          Flag119
-   --    Has_Primitive_Operations       Flag120
-   --    Has_Pragma_Pack                Flag121
-   --    Is_Bit_Packed_Array            Flag122
-   --    Has_Unchecked_Union            Flag123
-   --    Is_Eliminated                  Flag124
-   --    C_Pass_By_Copy                 Flag125
-   --    Is_Instantiated                Flag126
-   --    Is_Valued_Procedure            Flag127
-   --    (used for Component_Alignment) Flag128
-   --    (used for Component_Alignment) Flag129
-   --    Is_Generic_Instance            Flag130
-   --    No_Pool_Assigned               Flag131
-   --    Is_AST_Entry                   Flag132
-   --    Is_VMS_Exception               Flag133
-   --    Is_Optional_Parameter          Flag134
-   --    Has_Aliased_Components         Flag135
-   --    Is_Machine_Code_Subprogram     Flag137
-   --    Is_Packed_Array_Type           Flag138
-   --    Has_Biased_Representation      Flag139
-   --    Has_Complex_Representation     Flag140
-   --    Is_Constr_Subt_For_UN_Aliased  Flag141
-   --    Has_Missing_Return             Flag142
-   --    Has_Recursive_Call             Flag143
-   --    Is_Unsigned_Type               Flag144
-   --    Strict_Alignment               Flag145
-   --    Elaborate_All_Desirable        Flag146
-   --    Needs_Debug_Info               Flag147
-   --    Suppress_Elaboration_Warnings  Flag148
-   --    Is_Compilation_Unit            Flag149
-   --    Has_Pragma_Elaborate_Body      Flag150
-   --    Vax_Float                      Flag151
-   --    Entry_Accepted                 Flag152
-   --    Is_Psected                     Flag153
-   --    Has_Per_Object_Constraint      Flag154
-   --    Has_Private_Declaration        Flag155
-   --    Referenced                     Flag156
-   --    Has_Pragma_Inline              Flag157
-   --    Finalize_Storage_Only          Flag158
-   --    From_With_Type                 Flag159
-   --    Is_Package_Body_Entity         Flag160
-   --    Has_Qualified_Name             Flag161
-   --    Nonzero_Is_True                Flag162
-   --    Is_True_Constant               Flag163
-   --    Reverse_Bit_Order              Flag164
-   --    Suppress_Style_Checks          Flag165
-   --    Debug_Info_Off                 Flag166
-   --    Sec_Stack_Needed_For_Return    Flag167
-   --    Materialize_Entity             Flag168
-   --    Function_Returns_With_DSP      Flag169
-   --    Is_Known_Valid                 Flag170
-   --    Is_Hidden_Open_Scope           Flag171
-   --    Has_Object_Size_Clause         Flag172
-   --    Has_Fully_Qualified_Name       Flag173
-   --    Elaboration_Entity_Required    Flag174
-   --    Has_Forward_Instantiation      Flag175
-   --    Is_Discrim_SO_Function         Flag176
-   --    Size_Depends_On_Discriminant   Flag177
-   --    Is_Null_Init_Proc              Flag178
-
-   --    (unused)                       Flag179
-   --    (unused)                       Flag180
-   --    (unused)                       Flag181
-   --    (unused)                       Flag182
-   --    (unused)                       Flag183
+   --    Is_Frozen                       Flag4
+   --    Has_Discriminants               Flag5
+   --    Is_Dispatching_Operation        Flag6
+   --    Is_Immediately_Visible          Flag7
+   --    In_Use                          Flag8
+   --    Is_Potentially_Use_Visible      Flag9
+   --    Is_Public                       Flag10
+
+   --    Is_Inlined                      Flag11
+   --    Is_Constrained                  Flag12
+   --    Is_Generic_Type                 Flag13
+   --    Depends_On_Private              Flag14
+   --    Is_Aliased                      Flag15
+   --    Is_Volatile                     Flag16
+   --    Is_Internal                     Flag17
+   --    Has_Delayed_Freeze              Flag18
+   --    Is_Abstract_Subprogram          Flag19
+   --    Is_Concurrent_Record_Type       Flag20
+
+   --    Has_Master_Entity               Flag21
+   --    Needs_No_Actuals                Flag22
+   --    Has_Storage_Size_Clause         Flag23
+   --    Is_Imported                     Flag24
+   --    Is_Limited_Record               Flag25
+   --    Has_Completion                  Flag26
+   --    Has_Pragma_Controlled           Flag27
+   --    Is_Statically_Allocated         Flag28
+   --    Has_Size_Clause                 Flag29
+   --    Has_Task                        Flag30
+
+   --    Checks_May_Be_Suppressed        Flag31
+   --    Kill_Elaboration_Checks         Flag32
+   --    Kill_Range_Checks               Flag33
+   --    Kill_Tag_Checks                 Flag34
+   --    Is_Class_Wide_Equivalent_Type   Flag35
+   --    Referenced_As_LHS               Flag36
+   --    Is_Known_Non_Null               Flag37
+   --    Can_Never_Be_Null               Flag38
+   --    Is_Overriding_Operation         Flag39
+   --    Body_Needed_For_SAL             Flag40
+
+   --    Treat_As_Volatile               Flag41
+   --    Is_Controlled                   Flag42
+   --    Has_Controlled_Component        Flag43
+   --    Is_Pure                         Flag44
+   --    In_Private_Part                 Flag45
+   --    Has_Alignment_Clause            Flag46
+   --    Has_Exit                        Flag47
+   --    In_Package_Body                 Flag48
+   --    Reachable                       Flag49
+   --    Delay_Subprogram_Descriptors    Flag50
+
+   --    Is_Packed                       Flag51
+   --    Is_Entry_Formal                 Flag52
+   --    Is_Private_Descendant           Flag53
+   --    Return_Present                  Flag54
+   --    Is_Tagged_Type                  Flag55
+   --    Has_Homonym                     Flag56
+   --    Is_Hidden                       Flag57
+   --    Non_Binary_Modulus              Flag58
+   --    Is_Preelaborated                Flag59
+   --    Is_Shared_Passive               Flag60
+
+   --    Is_Remote_Types                 Flag61
+   --    Is_Remote_Call_Interface        Flag62
+   --    Is_Character_Type               Flag63
+   --    Is_Intrinsic_Subprogram         Flag64
+   --    Has_Record_Rep_Clause           Flag65
+   --    Has_Enumeration_Rep_Clause      Flag66
+   --    Has_Small_Clause                Flag67
+   --    Has_Component_Size_Clause       Flag68
+   --    Is_Access_Constant              Flag69
+   --    Is_First_Subtype                Flag70
+
+   --    Has_Completion_In_Body          Flag71
+   --    Has_Unknown_Discriminants       Flag72
+   --    Is_Child_Unit                   Flag73
+   --    Is_CPP_Class                    Flag74
+   --    Has_Non_Standard_Rep            Flag75
+   --    Is_Constructor                  Flag76
+   --    Static_Elaboration_Desired      Flag77
+   --    Is_Tag                          Flag78
+   --    Has_All_Calls_Remote            Flag79
+   --    Is_Constr_Subt_For_U_Nominal    Flag80
+
+   --    Is_Asynchronous                 Flag81
+   --    Has_Gigi_Rep_Item               Flag82
+   --    Has_Machine_Radix_Clause        Flag83
+   --    Machine_Radix_10                Flag84
+   --    Is_Atomic                       Flag85
+   --    Has_Atomic_Components           Flag86
+   --    Has_Volatile_Components         Flag87
+   --    Discard_Names                   Flag88
+   --    Is_Interrupt_Handler            Flag89
+   --    Returns_By_Ref                  Flag90
+
+   --    Is_Itype                        Flag91
+   --    Size_Known_At_Compile_Time      Flag92
+   --    Has_Subprogram_Descriptor       Flag93
+   --    Is_Generic_Actual_Type          Flag94
+   --    Uses_Sec_Stack                  Flag95
+   --    Warnings_Off                    Flag96
+   --    Is_Controlling_Formal           Flag97
+   --    Has_Controlling_Result          Flag98
+   --    Is_Exported                     Flag99
+   --    Has_Specified_Layout            Flag100
+
+   --    Has_Nested_Block_With_Handler   Flag101
+   --    Is_Called                       Flag102
+   --    Is_Completely_Hidden            Flag103
+   --    Address_Taken                   Flag104
+   --    Suppress_Init_Proc              Flag105
+   --    Is_Limited_Composite            Flag106
+   --    Is_Private_Composite            Flag107
+   --    Default_Expressions_Processed   Flag108
+   --    Is_Non_Static_Subtype           Flag109
+   --    Has_External_Tag_Rep_Clause     Flag110
+
+   --    Is_Formal_Subprogram            Flag111
+   --    Is_Renaming_Of_Object           Flag112
+   --    No_Return                       Flag113
+   --    Delay_Cleanups                  Flag114
+   --    Never_Set_In_Source             Flag115
+   --    Is_Visible_Child_Unit           Flag116
+   --    Is_Unchecked_Union              Flag117
+   --    Is_For_Access_Subtype           Flag118
+   --    Has_Convention_Pragma           Flag119
+   --    Has_Primitive_Operations        Flag120
+
+   --    Has_Pragma_Pack                 Flag121
+   --    Is_Bit_Packed_Array             Flag122
+   --    Has_Unchecked_Union             Flag123
+   --    Is_Eliminated                   Flag124
+   --    C_Pass_By_Copy                  Flag125
+   --    Is_Instantiated                 Flag126
+   --    Is_Valued_Procedure             Flag127
+   --    (used for Component_Alignment)  Flag128
+   --    (used for Component_Alignment)  Flag129
+   --    Is_Generic_Instance             Flag130
+
+   --    No_Pool_Assigned                Flag131
+   --    Is_AST_Entry                    Flag132
+   --    Is_VMS_Exception                Flag133
+   --    Is_Optional_Parameter           Flag134
+   --    Has_Aliased_Components          Flag135
+   --    No_Strict_Aliasing              Flag136
+   --    Is_Machine_Code_Subprogram      Flag137
+   --    Is_Packed_Array_Type            Flag138
+   --    Has_Biased_Representation       Flag139
+   --    Has_Complex_Representation      Flag140
+
+   --    Is_Constr_Subt_For_UN_Aliased   Flag141
+   --    Has_Missing_Return              Flag142
+   --    Has_Recursive_Call              Flag143
+   --    Is_Unsigned_Type                Flag144
+   --    Strict_Alignment                Flag145
+   --    Is_Abstract_Type                Flag146
+   --    Needs_Debug_Info                Flag147
+   --    Suppress_Elaboration_Warnings   Flag148
+   --    Is_Compilation_Unit             Flag149
+   --    Has_Pragma_Elaborate_Body       Flag150
+
+   --    Vax_Float                       Flag151
+   --    Entry_Accepted                  Flag152
+   --    Is_Obsolescent                  Flag153
+   --    Has_Per_Object_Constraint       Flag154
+   --    Has_Private_Declaration         Flag155
+   --    Referenced                      Flag156
+   --    Has_Pragma_Inline               Flag157
+   --    Finalize_Storage_Only           Flag158
+   --    From_With_Type                  Flag159
+   --    Is_Package_Body_Entity          Flag160
+
+   --    Has_Qualified_Name              Flag161
+   --    Nonzero_Is_True                 Flag162
+   --    Is_True_Constant                Flag163
+   --    Reverse_Bit_Order               Flag164
+   --    Suppress_Style_Checks           Flag165
+   --    Debug_Info_Off                  Flag166
+   --    Sec_Stack_Needed_For_Return     Flag167
+   --    Materialize_Entity              Flag168
+   --    Has_Pragma_Thread_Local_Storage Flag169
+   --    Is_Known_Valid                  Flag170
+
+   --    Is_Hidden_Open_Scope            Flag171
+   --    Has_Object_Size_Clause          Flag172
+   --    Has_Fully_Qualified_Name        Flag173
+   --    Elaboration_Entity_Required     Flag174
+   --    Has_Forward_Instantiation       Flag175
+   --    Is_Discrim_SO_Function          Flag176
+   --    Size_Depends_On_Discriminant    Flag177
+   --    Is_Null_Init_Proc               Flag178
+   --    Has_Pragma_Pure_Function        Flag179
+   --    Has_Pragma_Unreferenced         Flag180
+
+   --    Has_Contiguous_Rep              Flag181
+   --    Has_Xref_Entry                  Flag182
+   --    Must_Be_On_Byte_Boundary        Flag183
+   --    Has_Stream_Size_Clause          Flag184
+   --    Is_Ada_2005_Only                Flag185
+   --    Is_Interface                    Flag186
+   --    Has_Constrained_Partial_View    Flag187
+   --    Has_Persistent_BSS              Flag188
+   --    Is_Pure_Unit_Access_Type        Flag189
+   --    Has_Specified_Stream_Input      Flag190
+
+   --    Has_Specified_Stream_Output     Flag191
+   --    Has_Specified_Stream_Read       Flag192
+   --    Has_Specified_Stream_Write      Flag193
+   --    Is_Local_Anonymous_Access       Flag194
+   --    Is_Primitive_Wrapper            Flag195
+   --    Was_Hidden                      Flag196
+   --    Is_Limited_Interface            Flag197
+   --    Is_Protected_Interface          Flag198
+   --    Is_Synchronized_Interface       Flag199
+   --    Is_Task_Interface               Flag200
+
+   --    Has_Anon_Block_Suffix           Flag201
+   --    Itype_Printed                   Flag202
+   --    Has_Pragma_Pure                 Flag203
+   --    Is_Known_Null                   Flag204
+   --    Low_Bound_Known                 Flag205
+   --    Is_Visible_Formal               Flag206
+   --    Known_To_Have_Preelab_Init      Flag207
+   --    Must_Have_Preelab_Init          Flag208
+   --    Is_Return_Object                Flag209
+   --    Elaborate_Body_Desirable        Flag210
+
+   --    Has_Static_Discriminants        Flag211
+   --    Has_Pragma_Unreferenced_Objects Flag212
+   --    Requires_Overriding             Flag213
+   --    Has_RACW                        Flag214
+   --    Has_Up_Level_Access             Flag215
+   --    Universal_Aliasing              Flag216
+   --    Suppress_Value_Tracking_On_Call Flag217
+   --    Is_Primitive                    Flag218
+   --    Has_Initial_Value               Flag219
+   --    Has_Dispatch_Table              Flag220
+
+   --    Has_Pragma_Preelab_Init         Flag221
+   --    Used_As_Generic_Actual          Flag222
+   --    Is_Descendent_Of_Address        Flag223
+   --    Is_Raised                       Flag224
+   --    Is_Thunk                        Flag225
+   --    Is_Only_Out_Parameter           Flag226
+   --    Referenced_As_Out_Parameter     Flag227
+   --    Has_Thunks                      Flag228
+   --    Can_Use_Internal_Rep            Flag229
+   --    Has_Pragma_Inline_Always        Flag230
+
+   --    Renamed_In_Spec                 Flag231
+   --    Implemented_By_Entry            Flag232
+   --    Has_Pragma_Unmodified           Flag233
+   --    Is_Dispatch_Table_Entity        Flag234
+   --    Is_Trivial_Subprogram           Flag235
+   --    Warnings_Off_Used               Flag236
+   --    Warnings_Off_Used_Unmodified    Flag237
+   --    Warnings_Off_Used_Unreferenced  Flag238
+   --    OK_To_Reorder_Components        Flag239
+   --    Has_Postconditions              Flag240
+
+   --    Optimize_Alignment_Space        Flag241
+   --    Optimize_Alignment_Time         Flag242
+   --    Overlays_Constant               Flag243
+   --    Is_RACW_Stub_Type               Flag244
+   --    Is_Private_Primitive            Flag245
+
+   --    (unused)                        Flag246
+   --    (unused)                        Flag247
+
+   -----------------------
+   -- Local subprograms --
+   -----------------------
+
+   function Rep_Clause (Id : E; Rep_Name : Name_Id) return N;
+   --  Returns the attribute definition clause for Id whose name is Rep_Name.
+   --  Returns Empty if no matching attribute definition clause found for Id.
+
+   ----------------
+   -- Rep_Clause --
+   ----------------
+
+   function Rep_Clause (Id : E; Rep_Name : Name_Id) return N is
+      Ritem : Node_Id;
+
+   begin
+      Ritem := First_Rep_Item (Id);
+      while Present (Ritem) loop
+         if Nkind (Ritem) = N_Attribute_Definition_Clause
+           and then Chars (Ritem) = Rep_Name
+         then
+            return Ritem;
+         else
+            Ritem := Next_Rep_Item (Ritem);
+         end if;
+      end loop;
+
+      return Empty;
+   end Rep_Clause;
 
    --------------------------------
    -- Attribute Access Functions --
@@ -413,10 +549,10 @@ package body Einfo is
       return Elist21 (Id);
    end Accept_Address;
 
-   function Access_Disp_Table (Id : E) return E is
+   function Access_Disp_Table (Id : E) return L is
    begin
       pragma Assert (Is_Tagged_Type (Id));
-      return Node16 (Base_Type (Underlying_Type (Base_Type (Id))));
+      return Elist16 (Implementation_Base_Type (Id));
    end Access_Disp_Table;
 
    function Actual_Subtype (Id : E) return E is
@@ -425,7 +561,7 @@ package body Einfo is
          (Ekind (Id) = E_Constant
            or else Ekind (Id) = E_Variable
            or else Ekind (Id) = E_Generic_In_Out_Parameter
-           or else Ekind (Id) in  E_In_Parameter .. E_In_Out_Parameter);
+           or else Is_Formal (Id));
       return Node17 (Id);
    end Actual_Subtype;
 
@@ -443,6 +579,12 @@ package body Einfo is
 
    function Alignment (Id : E) return U is
    begin
+      pragma Assert (Is_Type (Id)
+                       or else Is_Formal (Id)
+                       or else Ekind (Id) = E_Loop_Parameter
+                       or else Ekind (Id) = E_Constant
+                       or else Ekind (Id) = E_Exception
+                       or else Ekind (Id) = E_Variable);
       return Uint14 (Id);
    end Alignment;
 
@@ -466,7 +608,7 @@ package body Einfo is
    function Associated_Storage_Pool (Id : E) return E is
    begin
       pragma Assert (Is_Access_Type (Id));
-      return Node22 (Id);
+      return Node22 (Root_Type (Id));
    end Associated_Storage_Pool;
 
    function Barrier_Function (Id : E) return N is
@@ -488,12 +630,31 @@ package body Einfo is
       return Node19 (Id);
    end Body_Entity;
 
+   function Body_Needed_For_SAL (Id : E) return B is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Package
+           or else Is_Subprogram (Id)
+           or else Is_Generic_Unit (Id));
+      return Flag40 (Id);
+   end Body_Needed_For_SAL;
+
    function C_Pass_By_Copy (Id : E) return B is
    begin
       pragma Assert (Is_Record_Type (Id));
       return Flag125 (Implementation_Base_Type (Id));
    end C_Pass_By_Copy;
 
+   function Can_Never_Be_Null (Id : E) return B is
+   begin
+      return Flag38 (Id);
+   end Can_Never_Be_Null;
+
+   function Checks_May_Be_Suppressed (Id : E) return B is
+   begin
+      return Flag31 (Id);
+   end Checks_May_Be_Suppressed;
+
    function Class_Wide_Type (Id : E) return E is
    begin
       pragma Assert (Is_Type (Id));
@@ -565,6 +726,18 @@ package body Einfo is
       return Node22 (Id);
    end Corresponding_Remote_Type;
 
+   function Current_Use_Clause (Id : E) return E is
+   begin
+      pragma Assert (Ekind (Id) = E_Package or else Is_Type (Id));
+      return Node27 (Id);
+   end Current_Use_Clause;
+
+   function Current_Value (Id : E) return N is
+   begin
+      pragma Assert (Ekind (Id) in Object_Kind);
+      return Node9 (Id);
+   end Current_Value;
+
    function CR_Discriminant (Id : E) return E is
    begin
       return Node23 (Id);
@@ -577,7 +750,7 @@ package body Einfo is
 
    function Debug_Renaming_Link (Id : E) return E is
    begin
-      return Node13 (Id);
+      return Node25 (Id);
    end Debug_Renaming_Link;
 
    function Default_Expr_Function (Id : E) return E is
@@ -678,12 +851,24 @@ package body Einfo is
       return Uint15 (Id);
    end Discriminant_Number;
 
+   function Dispatch_Table_Wrapper (Id : E) return E is
+   begin
+      pragma Assert (Is_Tagged_Type (Id));
+      return Node26 (Implementation_Base_Type (Id));
+   end Dispatch_Table_Wrapper;
+
    function DT_Entry_Count (Id : E) return U is
    begin
-      pragma Assert (Ekind (Id) = E_Component  and then Is_Tag (Id));
+      pragma Assert (Ekind (Id) = E_Component and then Is_Tag (Id));
       return Uint15 (Id);
    end DT_Entry_Count;
 
+   function DT_Offset_To_Top_Func (Id : E) return E is
+   begin
+      pragma Assert (Ekind (Id) = E_Component and then Is_Tag (Id));
+      return Node25 (Id);
+   end DT_Offset_To_Top_Func;
+
    function DT_Position (Id : E) return U is
    begin
       pragma Assert
@@ -700,10 +885,11 @@ package body Einfo is
       return Node16 (Id);
    end DTC_Entity;
 
-   function Elaborate_All_Desirable (Id : E) return B is
+   function Elaborate_Body_Desirable (Id : E) return B is
    begin
-      return Flag146 (Id);
-   end Elaborate_All_Desirable;
+      pragma Assert (Ekind (Id) = E_Package);
+      return Flag210 (Id);
+   end Elaborate_Body_Desirable;
 
    function Elaboration_Entity (Id : E) return E is
    begin
@@ -796,9 +982,10 @@ package body Einfo is
    function Equivalent_Type (Id : E) return E is
    begin
       pragma Assert
-        (Ekind (Id) = E_Class_Wide_Subtype               or else
-         Ekind (Id) = E_Access_Protected_Subprogram_Type or else
-         Ekind (Id) = E_Access_Subprogram_Type           or else
+        (Ekind (Id) = E_Class_Wide_Subtype                         or else
+         Ekind (Id) = E_Access_Protected_Subprogram_Type           or else
+         Ekind (Id) = E_Anonymous_Access_Protected_Subprogram_Type or else
+         Ekind (Id) = E_Access_Subprogram_Type                     or else
          Ekind (Id) = E_Exception_Type);
       return Node18 (Id);
    end Equivalent_Type;
@@ -831,6 +1018,22 @@ package body Einfo is
       return Node15 (Id);
    end Extra_Formal;
 
+   function Extra_Formals (Id : E) return E is
+   begin
+      pragma Assert
+        (Is_Overloadable (Id)
+          or else Ekind (Id) = E_Entry_Family
+          or else Ekind (Id) = E_Subprogram_Body
+          or else Ekind (Id) = E_Subprogram_Type);
+      return Node28 (Id);
+   end Extra_Formals;
+
+   function Can_Use_Internal_Rep (Id : E) return B is
+   begin
+      pragma Assert (Is_Access_Subprogram_Type (Base_Type (Id)));
+      return Flag229 (Base_Type (Id));
+   end Can_Use_Internal_Rep;
+
    function Finalization_Chain_Entity (Id : E) return E is
    begin
       return Node19 (Id);
@@ -849,11 +1052,13 @@ package body Einfo is
 
    function First_Index (Id : E) return N is
    begin
+      pragma Assert (Is_Array_Type (Id) or else Is_String_Type (Id));
       return Node17 (Id);
    end First_Index;
 
    function First_Literal (Id : E) return E is
    begin
+      pragma Assert (Is_Enumeration_Type (Id));
       return Node17 (Id);
    end First_Literal;
 
@@ -866,6 +1071,9 @@ package body Einfo is
 
    function First_Private_Entity (Id : E) return E is
    begin
+      pragma Assert (Ekind (Id) = E_Package
+                       or else Ekind (Id) = E_Generic_Package
+                       or else Ekind (Id) in Concurrent_Kind);
       return Node16 (Id);
    end First_Private_Entity;
 
@@ -890,25 +1098,17 @@ package body Einfo is
       return Node11 (Id);
    end Full_View;
 
-   function Function_Returns_With_DSP (Id : E) return B is
+   function Generic_Homonym (Id : E) return E is
    begin
-      pragma Assert
-        (Is_Subprogram (Id) or else Ekind (Id) = E_Subprogram_Type);
-      return Flag169 (Id);
-   end Function_Returns_With_DSP;
+      pragma Assert (Ekind (Id) = E_Generic_Package);
+      return Node11 (Id);
+   end Generic_Homonym;
 
    function Generic_Renamings (Id : E) return L is
    begin
       return Elist23 (Id);
    end Generic_Renamings;
 
-   function Girder_Constraint (Id : E) return L is
-   begin
-      pragma Assert
-        (Is_Composite_Type (Id) and then not Is_Array_Type (Id));
-      return Elist23 (Id);
-   end Girder_Constraint;
-
    function Handler_Records (Id : E) return S is
    begin
       return List10 (Id);
@@ -929,6 +1129,11 @@ package body Einfo is
       return Flag79 (Id);
    end Has_All_Calls_Remote;
 
+   function Has_Anon_Block_Suffix (Id : E) return B is
+   begin
+      return Flag201 (Id);
+   end Has_Anon_Block_Suffix;
+
    function Has_Atomic_Components (Id : E) return B is
    begin
       return Flag86 (Implementation_Base_Type (Id));
@@ -962,11 +1167,22 @@ package body Einfo is
       return Flag68 (Implementation_Base_Type (Id));
    end Has_Component_Size_Clause;
 
+   function Has_Constrained_Partial_View (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag187 (Id);
+   end Has_Constrained_Partial_View;
+
    function Has_Controlled_Component (Id : E) return B is
    begin
       return Flag43 (Base_Type (Id));
    end Has_Controlled_Component;
 
+   function Has_Contiguous_Rep (Id : E) return B is
+   begin
+      return Flag181 (Id);
+   end Has_Contiguous_Rep;
+
    function Has_Controlling_Result (Id : E) return B is
    begin
       return Flag98 (Id);
@@ -989,6 +1205,12 @@ package body Einfo is
       return Flag5 (Id);
    end Has_Discriminants;
 
+   function Has_Dispatch_Table (Id : E) return B is
+   begin
+      pragma Assert (Is_Tagged_Type (Id));
+      return Flag220 (Id);
+   end Has_Dispatch_Table;
+
    function Has_Enumeration_Rep_Clause (Id : E) return B is
    begin
       pragma Assert (Is_Enumeration_Type (Id));
@@ -1026,6 +1248,13 @@ package body Einfo is
       return Flag56 (Id);
    end Has_Homonym;
 
+   function Has_Initial_Value (Id : E) return B is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Variable or else Is_Formal (Id));
+      return Flag219 (Id);
+   end Has_Initial_Value;
+
    function Has_Machine_Radix_Clause (Id : E) return B is
    begin
       pragma Assert (Is_Decimal_Fixed_Point_Type (Id));
@@ -1065,6 +1294,17 @@ package body Einfo is
       return Flag154 (Id);
    end Has_Per_Object_Constraint;
 
+   function Has_Persistent_BSS (Id : E) return B is
+   begin
+      return Flag188 (Id);
+   end Has_Persistent_BSS;
+
+   function Has_Postconditions (Id : E) return B is
+   begin
+      pragma Assert (Is_Subprogram (Id));
+      return Flag240 (Id);
+   end Has_Postconditions;
+
    function Has_Pragma_Controlled (Id : E) return B is
    begin
       pragma Assert (Is_Access_Type (Id));
@@ -1081,12 +1321,53 @@ package body Einfo is
       return Flag157 (Id);
    end Has_Pragma_Inline;
 
+   function Has_Pragma_Inline_Always (Id : E) return B is
+   begin
+      return Flag230 (Id);
+   end Has_Pragma_Inline_Always;
+
    function Has_Pragma_Pack (Id : E) return B is
    begin
       pragma Assert (Is_Record_Type (Id) or else Is_Array_Type (Id));
       return Flag121 (Implementation_Base_Type (Id));
    end Has_Pragma_Pack;
 
+   function Has_Pragma_Preelab_Init (Id : E) return B is
+   begin
+      return Flag221 (Id);
+   end Has_Pragma_Preelab_Init;
+
+   function Has_Pragma_Pure (Id : E) return B is
+   begin
+      return Flag203 (Id);
+   end Has_Pragma_Pure;
+
+   function Has_Pragma_Pure_Function (Id : E) return B is
+   begin
+      return Flag179 (Id);
+   end Has_Pragma_Pure_Function;
+
+   function Has_Pragma_Thread_Local_Storage (Id : E) return B is
+   begin
+      return Flag169 (Id);
+   end Has_Pragma_Thread_Local_Storage;
+
+   function Has_Pragma_Unmodified (Id : E) return B is
+   begin
+      return Flag233 (Id);
+   end Has_Pragma_Unmodified;
+
+   function Has_Pragma_Unreferenced (Id : E) return B is
+   begin
+      return Flag180 (Id);
+   end Has_Pragma_Unreferenced;
+
+   function Has_Pragma_Unreferenced_Objects (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag212 (Id);
+   end Has_Pragma_Unreferenced_Objects;
+
    function Has_Primitive_Operations (Id : E) return B is
    begin
       pragma Assert (Is_Type (Id));
@@ -1103,10 +1384,16 @@ package body Einfo is
       return Flag161 (Id);
    end Has_Qualified_Name;
 
+   function Has_RACW (Id : E) return B is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      return Flag214 (Id);
+   end Has_RACW;
+
    function Has_Record_Rep_Clause (Id : E) return B is
    begin
       pragma Assert (Is_Record_Type (Id));
-      return Flag65 (Id);
+      return Flag65 (Implementation_Base_Type (Id));
    end Has_Record_Rep_Clause;
 
    function Has_Recursive_Call (Id : E) return B is
@@ -1128,15 +1415,50 @@ package body Einfo is
    function Has_Specified_Layout (Id : E) return B is
    begin
       pragma Assert (Is_Type (Id));
-      return Flag100 (Id);
+      return Flag100 (Implementation_Base_Type (Id));
    end Has_Specified_Layout;
 
+   function Has_Specified_Stream_Input (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag190 (Id);
+   end Has_Specified_Stream_Input;
+
+   function Has_Specified_Stream_Output (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag191 (Id);
+   end Has_Specified_Stream_Output;
+
+   function Has_Specified_Stream_Read (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag192 (Id);
+   end Has_Specified_Stream_Read;
+
+   function Has_Specified_Stream_Write (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag193 (Id);
+   end Has_Specified_Stream_Write;
+
+   function Has_Static_Discriminants (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag211 (Id);
+   end Has_Static_Discriminants;
+
    function Has_Storage_Size_Clause (Id : E) return B is
    begin
       pragma Assert (Is_Access_Type (Id) or else Is_Task_Type (Id));
       return Flag23 (Implementation_Base_Type (Id));
    end Has_Storage_Size_Clause;
 
+   function Has_Stream_Size_Clause (Id : E) return B is
+   begin
+      return Flag184 (Id);
+   end Has_Stream_Size_Clause;
+
    function Has_Subprogram_Descriptor (Id : E) return B is
    begin
       return Flag93 (Id);
@@ -1147,6 +1469,12 @@ package body Einfo is
       return Flag30 (Base_Type (Id));
    end Has_Task;
 
+   function Has_Thunks (Id : E) return B is
+   begin
+      pragma Assert (Ekind (Id) = E_Constant);
+      return Flag228 (Id);
+   end Has_Thunks;
+
    function Has_Unchecked_Union (Id : E) return B is
    begin
       return Flag123 (Base_Type (Id));
@@ -1158,11 +1486,25 @@ package body Einfo is
       return Flag72 (Id);
    end Has_Unknown_Discriminants;
 
+   function Has_Up_Level_Access (Id : E) return B is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Variable
+          or else Ekind (Id) = E_Constant
+          or else Ekind (Id) = E_Loop_Parameter);
+      return Flag215 (Id);
+   end Has_Up_Level_Access;
+
    function Has_Volatile_Components (Id : E) return B is
    begin
       return Flag87 (Implementation_Base_Type (Id));
    end Has_Volatile_Components;
 
+   function Has_Xref_Entry (Id : E) return B is
+   begin
+      return Flag182 (Implementation_Base_Type (Id));
+   end Has_Xref_Entry;
+
    function Hiding_Loop_Variable (Id : E) return E is
    begin
       pragma Assert (Ekind (Id) = E_Variable);
@@ -1174,6 +1516,26 @@ package body Einfo is
       return Node4 (Id);
    end Homonym;
 
+   function Implemented_By_Entry (Id : E) return B is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Function
+           or else Ekind (Id) = E_Procedure);
+      return Flag232 (Id);
+   end Implemented_By_Entry;
+
+   function Interfaces (Id : E) return L is
+   begin
+      pragma Assert (Is_Record_Type (Id));
+      return Elist25 (Id);
+   end Interfaces;
+
+   function Interface_Alias (Id : E) return E is
+   begin
+      pragma Assert (Is_Subprogram (Id));
+      return Node25 (Id);
+   end Interface_Alias;
+
    function In_Package_Body (Id : E) return B is
    begin
       return Flag48 (Id);
@@ -1200,10 +1562,23 @@ package body Einfo is
       return Node21 (Id);
    end Interface_Name;
 
-   function Is_Abstract (Id : E) return B is
+   function Is_Abstract_Subprogram (Id : E) return B is
    begin
+      pragma Assert (Is_Overloadable (Id));
       return Flag19 (Id);
-   end Is_Abstract;
+   end Is_Abstract_Subprogram;
+
+   function Is_Abstract_Type (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag146 (Id);
+   end Is_Abstract_Type;
+
+   function Is_Local_Anonymous_Access (Id : E) return B is
+   begin
+      pragma Assert (Is_Access_Type (Id));
+      return Flag194 (Id);
+   end Is_Local_Anonymous_Access;
 
    function Is_Access_Constant (Id : E) return B is
    begin
@@ -1211,6 +1586,11 @@ package body Einfo is
       return Flag69 (Id);
    end Is_Access_Constant;
 
+   function Is_Ada_2005_Only (Id : E) return B is
+   begin
+      return Flag185 (Id);
+   end Is_Ada_2005_Only;
+
    function Is_Aliased (Id : E) return B is
    begin
       pragma Assert (Nkind (Id) in N_Entity);
@@ -1257,6 +1637,11 @@ package body Einfo is
       return Flag73 (Id);
    end Is_Child_Unit;
 
+   function Is_Class_Wide_Equivalent_Type (Id : E) return B is
+   begin
+      return Flag35 (Id);
+   end Is_Class_Wide_Equivalent_Type;
+
    function Is_Compilation_Unit (Id : E) return B is
    begin
       return Flag149 (Id);
@@ -1305,16 +1690,22 @@ package body Einfo is
       return Flag74 (Id);
    end Is_CPP_Class;
 
-   function Is_Destructor (Id : E) return B is
+   function Is_Descendent_Of_Address (Id : E) return B is
    begin
-      return Flag77 (Id);
-   end Is_Destructor;
+      pragma Assert (Is_Type (Id));
+      return Flag223 (Id);
+   end Is_Descendent_Of_Address;
 
    function Is_Discrim_SO_Function (Id : E) return B is
    begin
       return Flag176 (Id);
    end Is_Discrim_SO_Function;
 
+   function Is_Dispatch_Table_Entity (Id : E) return B is
+   begin
+      return Flag234 (Id);
+   end Is_Dispatch_Table_Entity;
+
    function Is_Dispatching_Operation (Id : E) return B is
    begin
       pragma Assert (Nkind (Id) in N_Entity);
@@ -1403,6 +1794,11 @@ package body Einfo is
       return Flag11 (Id);
    end Is_Inlined;
 
+   function Is_Interface (Id : E) return B is
+   begin
+      return Flag186 (Id);
+   end Is_Interface;
+
    function Is_Instantiated (Id : E) return B is
    begin
       return Flag126 (Id);
@@ -1430,6 +1826,16 @@ package body Einfo is
       return Flag91 (Id);
    end Is_Itype;
 
+   function Is_Known_Non_Null (Id : E) return B is
+   begin
+      return Flag37 (Id);
+   end Is_Known_Non_Null;
+
+   function Is_Known_Null (Id : E) return B is
+   begin
+      return Flag204 (Id);
+   end Is_Known_Null;
+
    function Is_Known_Valid (Id : E) return B is
    begin
       return Flag170 (Id);
@@ -1440,6 +1846,11 @@ package body Einfo is
       return Flag106 (Id);
    end Is_Limited_Composite;
 
+   function Is_Limited_Interface (Id : E) return B is
+   begin
+      return Flag197 (Id);
+   end Is_Limited_Interface;
+
    function Is_Limited_Record (Id : E) return B is
    begin
       return Flag25 (Id);
@@ -1463,12 +1874,29 @@ package body Einfo is
       return Flag178 (Id);
    end Is_Null_Init_Proc;
 
+   function Is_Obsolescent (Id : E) return B is
+   begin
+      return Flag153 (Id);
+   end Is_Obsolescent;
+
+   function Is_Only_Out_Parameter (Id : E) return B is
+   begin
+      pragma Assert (Is_Formal (Id));
+      return Flag226 (Id);
+   end Is_Only_Out_Parameter;
+
    function Is_Optional_Parameter (Id : E) return B is
    begin
       pragma Assert (Is_Formal (Id));
       return Flag134 (Id);
    end Is_Optional_Parameter;
 
+   function Is_Overriding_Operation (Id : E) return B is
+   begin
+      pragma Assert (Is_Subprogram (Id));
+      return Flag39 (Id);
+   end Is_Overriding_Operation;
+
    function Is_Package_Body_Entity (Id : E) return B is
    begin
       return Flag160 (Id);
@@ -1495,6 +1923,22 @@ package body Einfo is
       return Flag59 (Id);
    end Is_Preelaborated;
 
+   function Is_Primitive (Id : E) return B is
+   begin
+      pragma Assert
+        (Is_Overloadable (Id)
+         or else Ekind (Id) = E_Generic_Function
+         or else Ekind (Id) = E_Generic_Procedure);
+      return Flag218 (Id);
+   end Is_Primitive;
+
+   function Is_Primitive_Wrapper (Id : E) return B is
+   begin
+      pragma Assert (Ekind (Id) = E_Function
+        or else Ekind (Id) = E_Procedure);
+      return Flag195 (Id);
+   end Is_Primitive_Wrapper;
+
    function Is_Private_Composite (Id : E) return B is
    begin
       pragma Assert (Is_Type (Id));
@@ -1506,10 +1950,18 @@ package body Einfo is
       return Flag53 (Id);
    end Is_Private_Descendant;
 
-   function Is_Psected (Id : E) return B is
+   function Is_Private_Primitive (Id : E) return B is
    begin
-      return Flag153 (Id);
-   end Is_Psected;
+      pragma Assert (Ekind (Id) = E_Function
+        or else Ekind (Id) = E_Procedure);
+      return Flag245 (Id);
+   end Is_Private_Primitive;
+
+   function Is_Protected_Interface (Id : E) return B is
+   begin
+      pragma Assert (Is_Interface (Id));
+      return Flag198 (Id);
+   end Is_Protected_Interface;
 
    function Is_Public (Id : E) return B is
    begin
@@ -1522,6 +1974,24 @@ package body Einfo is
       return Flag44 (Id);
    end Is_Pure;
 
+   function Is_Pure_Unit_Access_Type (Id : E) return B is
+   begin
+      pragma Assert (Is_Access_Type (Id));
+      return Flag189 (Id);
+   end Is_Pure_Unit_Access_Type;
+
+   function Is_RACW_Stub_Type (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag244 (Id);
+   end Is_RACW_Stub_Type;
+
+   function Is_Raised (Id : E) return B is
+   begin
+      pragma Assert (Ekind (Id) = E_Exception);
+      return Flag224 (Id);
+   end Is_Raised;
+
    function Is_Remote_Call_Interface (Id : E) return B is
    begin
       return Flag62 (Id);
@@ -1537,6 +2007,11 @@ package body Einfo is
       return Flag112 (Id);
    end Is_Renaming_Of_Object;
 
+   function Is_Return_Object (Id : E) return B is
+   begin
+      return Flag209 (Id);
+   end Is_Return_Object;
+
    function Is_Shared_Passive (Id : E) return B is
    begin
       return Flag60 (Id);
@@ -1547,6 +2022,12 @@ package body Einfo is
       return Flag28 (Id);
    end Is_Statically_Allocated;
 
+   function Is_Synchronized_Interface (Id : E) return B is
+   begin
+      pragma Assert (Is_Interface (Id));
+      return Flag199 (Id);
+   end Is_Synchronized_Interface;
+
    function Is_Tag (Id : E) return B is
    begin
       pragma Assert (Nkind (Id) in N_Entity);
@@ -1558,6 +2039,23 @@ package body Einfo is
       return Flag55 (Id);
    end Is_Tagged_Type;
 
+   function Is_Task_Interface (Id : E) return B is
+   begin
+      pragma Assert (Is_Interface (Id));
+      return Flag200 (Id);
+   end Is_Task_Interface;
+
+   function Is_Thunk (Id : E) return B is
+   begin
+      pragma Assert (Is_Subprogram (Id));
+      return Flag225 (Id);
+   end Is_Thunk;
+
+   function Is_Trivial_Subprogram (Id : E) return B is
+   begin
+      return Flag235 (Id);
+   end Is_Trivial_Subprogram;
+
    function Is_True_Constant (Id : E) return B is
    begin
       return Flag163 (Id);
@@ -1565,7 +2063,7 @@ package body Einfo is
 
    function Is_Unchecked_Union (Id : E) return B is
    begin
-      return Flag117 (Id);
+      return Flag117 (Implementation_Base_Type (Id));
    end Is_Unchecked_Union;
 
    function Is_Unsigned_Type (Id : E) return B is
@@ -1586,6 +2084,11 @@ package body Einfo is
       return Flag116 (Id);
    end Is_Visible_Child_Unit;
 
+   function Is_Visible_Formal (Id : E) return B is
+   begin
+      return Flag206 (Id);
+   end Is_Visible_Formal;
+
    function Is_VMS_Exception (Id : E) return B is
    begin
       return Flag133 (Id);
@@ -1594,14 +2097,58 @@ package body Einfo is
    function Is_Volatile (Id : E) return B is
    begin
       pragma Assert (Nkind (Id) in N_Entity);
-      return Flag16 (Id);
+
+      if Is_Type (Id) then
+         return Flag16 (Base_Type (Id));
+      else
+         return Flag16 (Id);
+      end if;
    end Is_Volatile;
 
+   function Itype_Printed (Id : E) return B is
+   begin
+      pragma Assert (Is_Itype (Id));
+      return Flag202 (Id);
+   end Itype_Printed;
+
+   function Kill_Elaboration_Checks (Id : E) return B is
+   begin
+      return Flag32 (Id);
+   end Kill_Elaboration_Checks;
+
+   function Kill_Range_Checks (Id : E) return B is
+   begin
+      return Flag33 (Id);
+   end Kill_Range_Checks;
+
+   function Kill_Tag_Checks (Id : E) return B is
+   begin
+      return Flag34 (Id);
+   end Kill_Tag_Checks;
+
+   function Known_To_Have_Preelab_Init (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag207 (Id);
+   end Known_To_Have_Preelab_Init;
+
+   function Last_Assignment (Id : E) return N is
+   begin
+      pragma Assert (Is_Assignable (Id));
+      return Node26 (Id);
+   end Last_Assignment;
+
    function Last_Entity (Id : E) return E is
    begin
       return Node20 (Id);
    end Last_Entity;
 
+   function Limited_View (Id : E) return E is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      return Node23 (Id);
+   end Limited_View;
+
    function Lit_Indexes (Id : E) return E is
    begin
       pragma Assert (Is_Enumeration_Type (Id));
@@ -1614,6 +2161,11 @@ package body Einfo is
       return Node16 (Id);
    end Lit_Strings;
 
+   function Low_Bound_Known (Id : E) return B is
+   begin
+      return Flag205 (Id);
+   end Low_Bound_Known;
+
    function Machine_Radix_10 (Id : E) return B is
    begin
       pragma Assert (Is_Decimal_Fixed_Point_Type (Id));
@@ -1622,6 +2174,7 @@ package body Einfo is
 
    function Master_Id (Id : E) return E is
    begin
+      pragma Assert (Is_Access_Type (Id));
       return Node17 (Id);
    end Master_Id;
 
@@ -1642,6 +2195,18 @@ package body Einfo is
       return Uint17 (Base_Type (Id));
    end Modulus;
 
+   function Must_Be_On_Byte_Boundary (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag183 (Id);
+   end Must_Be_On_Byte_Boundary;
+
+   function Must_Have_Preelab_Init (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag208 (Id);
+   end Must_Have_Preelab_Init;
+
    function Needs_Debug_Info (Id : E) return B is
    begin
       return Flag147 (Id);
@@ -1656,6 +2221,11 @@ package body Einfo is
       return Flag22 (Id);
    end Needs_No_Actuals;
 
+   function Never_Set_In_Source (Id : E) return B is
+   begin
+      return Flag115 (Id);
+   end Never_Set_In_Source;
+
    function Next_Inlined_Subprogram (Id : E) return E is
    begin
       return Node12 (Id);
@@ -1669,17 +2239,27 @@ package body Einfo is
 
    function No_Return (Id : E) return B is
    begin
-      pragma Assert
-        (Ekind (Id) = E_Procedure or else Ekind (Id) = E_Generic_Procedure);
       return Flag113 (Id);
    end No_Return;
 
+   function No_Strict_Aliasing (Id : E) return B is
+   begin
+      pragma Assert (Is_Access_Type (Id));
+      return Flag136 (Base_Type (Id));
+   end No_Strict_Aliasing;
+
    function Non_Binary_Modulus (Id : E) return B is
    begin
-      pragma Assert (Is_Modular_Integer_Type (Id));
+      pragma Assert (Is_Type (Id));
       return Flag58 (Base_Type (Id));
    end Non_Binary_Modulus;
 
+   function Non_Limited_View (Id : E) return E is
+   begin
+      pragma Assert (Ekind (Id) in Incomplete_Kind);
+      return Node17 (Id);
+   end Non_Limited_View;
+
    function Nonzero_Is_True (Id : E) return B is
    begin
       pragma Assert (Root_Type (Id) = Standard_Boolean);
@@ -1697,7 +2277,7 @@ package body Einfo is
    begin
       pragma Assert
         (Ekind (Id) = E_Component or else Ekind (Id) = E_Discriminant);
-      return Uint9 (Id);
+      return Uint14 (Id);
    end Normalized_Position;
 
    function Normalized_Position_Max (Id : E) return U is
@@ -1707,22 +2287,64 @@ package body Einfo is
       return Uint10 (Id);
    end Normalized_Position_Max;
 
-   function Not_Source_Assigned (Id : E) return B is
+   function OK_To_Reorder_Components (Id : E) return B is
    begin
-      return Flag115 (Id);
-   end Not_Source_Assigned;
+      pragma Assert (Is_Record_Type (Id));
+      return Flag239 (Base_Type (Id));
+   end OK_To_Reorder_Components;
 
-   function Object_Ref (Id : E) return E is
+   function Optimize_Alignment_Space (Id : E) return B is
    begin
-      pragma Assert (Ekind (Id) = E_Protected_Body);
-      return Node17 (Id);
-   end Object_Ref;
+      pragma Assert
+        (Is_Type (Id)
+           or else Ekind (Id) = E_Constant
+           or else Ekind (Id) = E_Variable);
+      return Flag241 (Id);
+   end Optimize_Alignment_Space;
+
+   function Optimize_Alignment_Time (Id : E) return B is
+   begin
+      pragma Assert
+        (Is_Type (Id)
+           or else Ekind (Id) = E_Constant
+           or else Ekind (Id) = E_Variable);
+      return Flag242 (Id);
+   end Optimize_Alignment_Time;
+
+   function Original_Array_Type (Id : E) return E is
+   begin
+      pragma Assert (Is_Array_Type (Id) or else Is_Modular_Integer_Type (Id));
+      return Node21 (Id);
+   end Original_Array_Type;
 
    function Original_Record_Component (Id : E) return E is
    begin
+      pragma Assert
+        (Ekind (Id) = E_Void
+           or else Ekind (Id) = E_Component
+           or else Ekind (Id) = E_Discriminant);
       return Node22 (Id);
    end Original_Record_Component;
 
+   function Overlays_Constant (Id : E) return B is
+   begin
+      return Flag243 (Id);
+   end Overlays_Constant;
+
+   function Overridden_Operation (Id : E) return E is
+   begin
+      return Node26 (Id);
+   end Overridden_Operation;
+
+   function Package_Instantiation (Id : E) return N is
+   begin
+      pragma Assert
+        (False
+           or else Ekind (Id) = E_Generic_Package
+           or else Ekind (Id) = E_Package);
+      return Node26 (Id);
+   end Package_Instantiation;
+
    function Packed_Array_Type (Id : E) return E is
    begin
       pragma Assert (Is_Array_Type (Id));
@@ -1743,16 +2365,16 @@ package body Einfo is
 
    function Prival (Id : E) return E is
    begin
-      pragma Assert (Is_Protected_Private (Id));
+      pragma Assert (Is_Protected_Component (Id));
       return Node17 (Id);
    end Prival;
 
-   function Privals_Chain (Id : E) return L is
+   function Prival_Link (Id : E) return E is
    begin
-      pragma Assert (Is_Overloadable (Id)
-        or else Ekind (Id) = E_Entry_Family);
-      return Elist23 (Id);
-   end Privals_Chain;
+      pragma Assert (Ekind (Id) = E_Constant
+        or else Ekind (Id) = E_Variable);
+      return Node20 (Id);
+   end Prival_Link;
 
    function Private_Dependents (Id : E) return L is
    begin
@@ -1778,11 +2400,14 @@ package body Einfo is
       return Node22 (Id);
    end Protected_Formal;
 
-   function Protected_Operation (Id : E) return N is
+   function Protection_Object (Id : E) return E is
    begin
-      pragma Assert (Is_Protected_Private (Id));
+      pragma Assert (Ekind (Id) = E_Entry
+        or else Ekind (Id) = E_Entry_Family
+        or else Ekind (Id) = E_Function
+        or else Ekind (Id) = E_Procedure);
       return Node23 (Id);
-   end Protected_Operation;
+   end Protection_Object;
 
    function Reachable (Id : E) return B is
    begin
@@ -1794,6 +2419,16 @@ package body Einfo is
       return Flag156 (Id);
    end Referenced;
 
+   function Referenced_As_LHS (Id : E) return B is
+   begin
+      return Flag36 (Id);
+   end Referenced_As_LHS;
+
+   function Referenced_As_Out_Parameter (Id : E) return B is
+   begin
+      return Flag227 (Id);
+   end Referenced_As_Out_Parameter;
+
    function Referenced_Object (Id : E) return N is
    begin
       pragma Assert (Is_Type (Id));
@@ -1814,15 +2449,35 @@ package body Einfo is
 
    function Related_Instance (Id : E) return E is
    begin
-      pragma Assert (Ekind (Id) = E_Package);
+      pragma Assert
+        (Ekind (Id) = E_Package or else Ekind (Id) = E_Package_Body);
       return Node15 (Id);
    end Related_Instance;
 
+   function Related_Type (Id : E) return E is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Component or else Ekind (Id) = E_Constant);
+      return Node26 (Id);
+   end Related_Type;
+
+   function Relative_Deadline_Variable (Id : E) return E is
+   begin
+      pragma Assert (Is_Task_Type (Id));
+      return Node26 (Implementation_Base_Type (Id));
+   end Relative_Deadline_Variable;
+
    function Renamed_Entity (Id : E) return N is
    begin
       return Node18 (Id);
    end Renamed_Entity;
 
+   function Renamed_In_Spec (Id : E) return B is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      return Flag231 (Id);
+   end Renamed_In_Spec;
+
    function Renamed_Object (Id : E) return N is
    begin
       return Node18 (Id);
@@ -1833,11 +2488,22 @@ package body Einfo is
       return Uint9 (Id);
    end Renaming_Map;
 
+   function Requires_Overriding (Id : E) return B is
+   begin
+      pragma Assert (Is_Overloadable (Id));
+      return Flag213 (Id);
+   end Requires_Overriding;
+
    function Return_Present (Id : E) return B is
    begin
       return Flag54 (Id);
    end Return_Present;
 
+   function Return_Applies_To (Id : E) return N is
+   begin
+      return Node8 (Id);
+   end Return_Applies_To;
+
    function Returns_By_Ref (Id : E) return B is
    begin
       return Flag90 (Id);
@@ -1882,22 +2548,16 @@ package body Einfo is
       return List14 (Id);
    end Shadow_Entities;
 
-   function Shared_Var_Assign_Proc (Id : E) return E is
+   function Shared_Var_Procs_Instance (Id : E) return E is
    begin
       pragma Assert (Ekind (Id) = E_Variable);
       return Node22 (Id);
-   end Shared_Var_Assign_Proc;
-
-   function Shared_Var_Read_Proc (Id : E) return E is
-   begin
-      pragma Assert (Ekind (Id) = E_Variable);
-      return Node15 (Id);
-   end Shared_Var_Read_Proc;
+   end Shared_Var_Procs_Instance;
 
    function Size_Check_Code (Id : E) return N is
    begin
       pragma Assert (Ekind (Id) = E_Constant or else Ekind (Id) = E_Variable);
-      return Node9 (Id);
+      return Node19 (Id);
    end Size_Check_Code;
 
    function Size_Depends_On_Discriminant (Id : E) return B is
@@ -1923,12 +2583,38 @@ package body Einfo is
       return Node19 (Id);
    end Spec_Entity;
 
+   function Spec_PPC_List (Id : E) return N is
+   begin
+      pragma Assert (Is_Subprogram (Id) or else Is_Generic_Subprogram (Id));
+      return Node24 (Id);
+   end Spec_PPC_List;
+
    function Storage_Size_Variable (Id : E) return E is
    begin
       pragma Assert (Is_Access_Type (Id) or else Is_Task_Type (Id));
       return Node15 (Implementation_Base_Type (Id));
    end Storage_Size_Variable;
 
+   function Static_Elaboration_Desired (Id : E) return B is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      return Flag77 (Id);
+   end Static_Elaboration_Desired;
+
+   function Static_Initialization (Id : E) return N is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Procedure and then not Is_Dispatching_Operation (Id));
+      return Node26 (Id);
+   end Static_Initialization;
+
+   function Stored_Constraint (Id : E) return L is
+   begin
+      pragma Assert
+        (Is_Composite_Type (Id) and then not Is_Array_Type (Id));
+      return Elist23 (Id);
+   end Stored_Constraint;
+
    function Strict_Alignment (Id : E) return B is
    begin
       return Flag145 (Implementation_Base_Type (Id));
@@ -1944,75 +2630,36 @@ package body Einfo is
       return Node15 (Id);
    end String_Literal_Low_Bound;
 
-   function Suppress_Access_Checks (Id : E) return B is
-   begin
-      return Flag31 (Id);
-   end Suppress_Access_Checks;
-
-   function Suppress_Accessibility_Checks (Id : E) return B is
-   begin
-      return Flag32 (Id);
-   end Suppress_Accessibility_Checks;
-
-   function Suppress_Discriminant_Checks (Id : E) return B is
-   begin
-      return Flag33 (Id);
-   end Suppress_Discriminant_Checks;
-
-   function Suppress_Division_Checks (Id : E) return B is
-   begin
-      return Flag34 (Id);
-   end Suppress_Division_Checks;
-
-   function Suppress_Elaboration_Checks (Id : E) return B is
-   begin
-      return Flag35 (Id);
-   end Suppress_Elaboration_Checks;
-
    function Suppress_Elaboration_Warnings (Id : E) return B is
    begin
       return Flag148 (Id);
    end Suppress_Elaboration_Warnings;
 
-   function Suppress_Index_Checks (Id : E) return B is
-   begin
-      return Flag36 (Id);
-   end Suppress_Index_Checks;
-
    function Suppress_Init_Proc (Id : E) return B is
    begin
       return Flag105 (Base_Type (Id));
    end Suppress_Init_Proc;
 
-   function Suppress_Length_Checks (Id : E) return B is
-   begin
-      return Flag37 (Id);
-   end Suppress_Length_Checks;
-
-   function Suppress_Overflow_Checks (Id : E) return B is
-   begin
-      return Flag38 (Id);
-   end Suppress_Overflow_Checks;
-
-   function Suppress_Range_Checks (Id : E) return B is
+   function Suppress_Style_Checks (Id : E) return B is
    begin
-      return Flag39 (Id);
-   end Suppress_Range_Checks;
+      return Flag165 (Id);
+   end Suppress_Style_Checks;
 
-   function Suppress_Storage_Checks (Id : E) return B is
+   function Suppress_Value_Tracking_On_Call (Id : E) return B is
    begin
-      return Flag40 (Id);
-   end Suppress_Storage_Checks;
+      return Flag217 (Id);
+   end Suppress_Value_Tracking_On_Call;
 
-   function Suppress_Style_Checks (Id : E) return B is
+   function Task_Body_Procedure (Id : E) return N is
    begin
-      return Flag165 (Id);
-   end Suppress_Style_Checks;
+      pragma Assert (Ekind (Id) in Task_Kind);
+      return Node25 (Id);
+   end Task_Body_Procedure;
 
-   function Suppress_Tag_Checks (Id : E) return B is
+   function Treat_As_Volatile (Id : E) return B is
    begin
       return Flag41 (Id);
-   end Suppress_Tag_Checks;
+   end Treat_As_Volatile;
 
    function Underlying_Full_View (Id : E) return E is
    begin
@@ -2020,11 +2667,22 @@ package body Einfo is
       return Node19 (Id);
    end Underlying_Full_View;
 
+   function Universal_Aliasing (Id : E) return B is
+   begin
+      pragma Assert (Is_Type (Id));
+      return Flag216 (Base_Type (Id));
+   end Universal_Aliasing;
+
    function Unset_Reference (Id : E) return N is
    begin
       return Node16 (Id);
    end Unset_Reference;
 
+   function Used_As_Generic_Actual (Id : E) return B is
+   begin
+      return Flag222 (Id);
+   end Used_As_Generic_Actual;
+
    function Uses_Sec_Stack (Id : E) return B is
    begin
       return Flag95 (Id);
@@ -2040,6 +2698,34 @@ package body Einfo is
       return Flag96 (Id);
    end Warnings_Off;
 
+   function Warnings_Off_Used (Id : E) return B is
+   begin
+      return Flag236 (Id);
+   end Warnings_Off_Used;
+
+   function Warnings_Off_Used_Unmodified (Id : E) return B is
+   begin
+      return Flag237 (Id);
+   end Warnings_Off_Used_Unmodified;
+
+   function Warnings_Off_Used_Unreferenced (Id : E) return B is
+   begin
+      return Flag238 (Id);
+   end Warnings_Off_Used_Unreferenced;
+
+   function Wrapped_Entity (Id : E) return E is
+   begin
+      pragma Assert ((Ekind (Id) = E_Function
+          or else Ekind (Id) = E_Procedure)
+        and then Is_Primitive_Wrapper (Id));
+      return Node27 (Id);
+   end Wrapped_Entity;
+
+   function Was_Hidden (Id : E) return B is
+   begin
+      return Flag196 (Id);
+   end Was_Hidden;
+
    ------------------------------
    -- Classification Functions --
    ------------------------------
@@ -2049,11 +2735,26 @@ package body Einfo is
       return Ekind (Id) in Access_Kind;
    end Is_Access_Type;
 
+   function Is_Access_Protected_Subprogram_Type (Id : E) return B is
+   begin
+      return Ekind (Id) in Access_Protected_Kind;
+   end Is_Access_Protected_Subprogram_Type;
+
+   function Is_Access_Subprogram_Type           (Id : E) return B is
+   begin
+      return Ekind (Id) in Access_Subprogram_Kind;
+   end Is_Access_Subprogram_Type;
+
    function Is_Array_Type                       (Id : E) return B is
    begin
       return Ekind (Id) in Array_Kind;
    end Is_Array_Type;
 
+   function Is_Assignable                       (Id : E) return B is
+   begin
+      return Ekind (Id) in Assignable_Kind;
+   end Is_Assignable;
+
    function Is_Class_Wide_Type                  (Id : E) return B is
    begin
       return Ekind (Id) in Class_Wide_Kind;
@@ -2133,6 +2834,16 @@ package body Einfo is
       return Ekind (Id) in Formal_Kind;
    end Is_Formal;
 
+   function Is_Formal_Object                    (Id : E) return B is
+   begin
+      return Ekind (Id) in Formal_Object_Kind;
+   end Is_Formal_Object;
+
+   function Is_Generic_Subprogram               (Id : E) return B is
+   begin
+      return Ekind (Id) in Generic_Subprogram_Kind;
+   end Is_Generic_Subprogram;
+
    function Is_Generic_Unit                     (Id : E) return B is
    begin
       return Ekind (Id) in Generic_Unit_Kind;
@@ -2144,6 +2855,12 @@ package body Einfo is
         Incomplete_Or_Private_Kind;
    end Is_Incomplete_Or_Private_Type;
 
+   function Is_Incomplete_Type                  (Id : E) return B is
+   begin
+      return Ekind (Id) in
+        Incomplete_Kind;
+   end Is_Incomplete_Type;
+
    function Is_Integer_Type                     (Id : E) return B is
    begin
       return Ekind (Id) in Integer_Kind;
@@ -2236,10 +2953,10 @@ package body Einfo is
       Set_Elist21 (Id, V);
    end Set_Accept_Address;
 
-   procedure Set_Access_Disp_Table (Id : E; V : E) is
+   procedure Set_Access_Disp_Table (Id : E; V : L) is
    begin
-      pragma Assert (Is_Tagged_Type (Id));
-      Set_Node16 (Base_Type (Id), V);
+      pragma Assert (Is_Tagged_Type (Id) and then Id = Base_Type (Id));
+      Set_Elist16 (Id, V);
    end Set_Access_Disp_Table;
 
    procedure Set_Associated_Final_Chain (Id : E; V : E) is
@@ -2260,7 +2977,7 @@ package body Einfo is
 
    procedure Set_Associated_Storage_Pool (Id : E; V : E) is
    begin
-      pragma Assert (Is_Access_Type (Id));
+      pragma Assert (Is_Access_Type (Id) and then Id = Base_Type (Id));
       Set_Node22 (Id, V);
    end Set_Associated_Storage_Pool;
 
@@ -2270,7 +2987,7 @@ package body Einfo is
          (Ekind (Id) = E_Constant
            or else Ekind (Id) = E_Variable
            or else Ekind (Id) = E_Generic_In_Out_Parameter
-           or else Ekind (Id) in  E_In_Parameter .. E_In_Out_Parameter);
+           or else Is_Formal (Id));
       Set_Node17 (Id, V);
    end Set_Actual_Subtype;
 
@@ -2288,6 +3005,12 @@ package body Einfo is
 
    procedure Set_Alignment (Id : E; V : U) is
    begin
+      pragma Assert (Is_Type (Id)
+                       or else Is_Formal (Id)
+                       or else Ekind (Id) = E_Loop_Parameter
+                       or else Ekind (Id) = E_Constant
+                       or else Ekind (Id) = E_Exception
+                       or else Ekind (Id) = E_Variable);
       Set_Uint14 (Id, V);
    end Set_Alignment;
 
@@ -2310,12 +3033,31 @@ package body Einfo is
       Set_Node19 (Id, V);
    end Set_Body_Entity;
 
+   procedure Set_Body_Needed_For_SAL (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Package
+           or else Is_Subprogram (Id)
+           or else Is_Generic_Unit (Id));
+      Set_Flag40 (Id, V);
+   end Set_Body_Needed_For_SAL;
+
    procedure Set_C_Pass_By_Copy (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Record_Type (Id) and then Id = Base_Type (Id));
       Set_Flag125 (Id, V);
    end Set_C_Pass_By_Copy;
 
+   procedure Set_Can_Never_Be_Null (Id : E; V : B := True) is
+   begin
+      Set_Flag38 (Id, V);
+   end Set_Can_Never_Be_Null;
+
+   procedure Set_Checks_May_Be_Suppressed (Id : E; V : B := True) is
+   begin
+      Set_Flag31 (Id, V);
+   end Set_Checks_May_Be_Suppressed;
+
    procedure Set_Class_Wide_Type (Id : E; V : E) is
    begin
       pragma Assert (Is_Type (Id));
@@ -2346,12 +3088,13 @@ package body Einfo is
 
    procedure Set_Component_Size (Id : E; V : U) is
    begin
-      pragma Assert (Is_Array_Type (Id));
-      Set_Uint22 (Base_Type (Id), V);
+      pragma Assert (Is_Array_Type (Id) and then Id = Base_Type (Id));
+      Set_Uint22 (Id, V);
    end Set_Component_Size;
 
    procedure Set_Component_Type (Id : E; V : E) is
    begin
+      pragma Assert (Is_Array_Type (Id) and then Id = Base_Type (Id));
       Set_Node20 (Id, V);
    end Set_Component_Type;
 
@@ -2388,6 +3131,18 @@ package body Einfo is
       Set_Node22 (Id, V);
    end Set_Corresponding_Remote_Type;
 
+   procedure Set_Current_Use_Clause (Id : E; V : E) is
+   begin
+      pragma Assert (Ekind (Id) = E_Package or else Is_Type (Id));
+      Set_Node27 (Id, V);
+   end Set_Current_Use_Clause;
+
+   procedure Set_Current_Value (Id : E; V : N) is
+   begin
+      pragma Assert (Ekind (Id) in Object_Kind or else Ekind (Id) = E_Void);
+      Set_Node9 (Id, V);
+   end Set_Current_Value;
+
    procedure Set_CR_Discriminant (Id : E; V : E) is
    begin
       Set_Node23 (Id, V);
@@ -2400,7 +3155,7 @@ package body Einfo is
 
    procedure Set_Debug_Renaming_Link (Id : E; V : E) is
    begin
-      Set_Node13 (Id, V);
+      Set_Node25 (Id, V);
    end Set_Debug_Renaming_Link;
 
    procedure Set_Default_Expr_Function (Id : E; V : E) is
@@ -2487,8 +3242,7 @@ package body Einfo is
 
    procedure Set_Discriminant_Checking_Func (Id  : E; V : E) is
    begin
-      pragma Assert
-        (Ekind (Id) = E_Component and Ekind (Scope (Id)) in Record_Kind);
+      pragma Assert (Ekind (Id) = E_Component);
       Set_Node20 (Id, V);
    end Set_Discriminant_Checking_Func;
 
@@ -2508,12 +3262,24 @@ package body Einfo is
       Set_Uint15 (Id, V);
    end Set_Discriminant_Number;
 
+   procedure Set_Dispatch_Table_Wrapper (Id : E; V : E) is
+   begin
+      pragma Assert (Is_Tagged_Type (Id) and then Id = Base_Type (Id));
+      Set_Node26 (Id, V);
+   end Set_Dispatch_Table_Wrapper;
+
    procedure Set_DT_Entry_Count (Id : E; V : U) is
    begin
       pragma Assert (Ekind (Id) = E_Component);
       Set_Uint15 (Id, V);
    end Set_DT_Entry_Count;
 
+   procedure Set_DT_Offset_To_Top_Func (Id : E; V : E) is
+   begin
+      pragma Assert (Ekind (Id) = E_Component and then Is_Tag (Id));
+      Set_Node25 (Id, V);
+   end Set_DT_Offset_To_Top_Func;
+
    procedure Set_DT_Position (Id : E; V : U) is
    begin
       pragma Assert (Ekind (Id) = E_Function or else Ekind (Id) = E_Procedure);
@@ -2527,10 +3293,11 @@ package body Einfo is
       Set_Node16 (Id, V);
    end Set_DTC_Entity;
 
-   procedure Set_Elaborate_All_Desirable (Id : E; V : B := True) is
+   procedure Set_Elaborate_Body_Desirable (Id : E; V : B := True) is
    begin
-      Set_Flag146 (Id, V);
-   end Set_Elaborate_All_Desirable;
+      pragma Assert (Ekind (Id) = E_Package);
+      Set_Flag210 (Id, V);
+   end Set_Elaborate_Body_Desirable;
 
    procedure Set_Elaboration_Entity (Id : E; V : E) is
    begin
@@ -2623,10 +3390,11 @@ package body Einfo is
    procedure Set_Equivalent_Type (Id : E; V : E) is
    begin
       pragma Assert
-        (Ekind (Id) = E_Class_Wide_Type                  or else
-         Ekind (Id) = E_Class_Wide_Subtype               or else
-         Ekind (Id) = E_Access_Protected_Subprogram_Type or else
-         Ekind (Id) = E_Access_Subprogram_Type           or else
+        (Ekind (Id) = E_Class_Wide_Type                            or else
+         Ekind (Id) = E_Class_Wide_Subtype                         or else
+         Ekind (Id) = E_Access_Protected_Subprogram_Type           or else
+         Ekind (Id) = E_Anonymous_Access_Protected_Subprogram_Type or else
+         Ekind (Id) = E_Access_Subprogram_Type                     or else
          Ekind (Id) = E_Exception_Type);
       Set_Node18 (Id, V);
    end Set_Equivalent_Type;
@@ -2659,6 +3427,24 @@ package body Einfo is
       Set_Node15 (Id, V);
    end Set_Extra_Formal;
 
+   procedure Set_Extra_Formals (Id : E; V : E) is
+   begin
+      pragma Assert
+        (Is_Overloadable (Id)
+          or else Ekind (Id) = E_Entry_Family
+          or else Ekind (Id) = E_Subprogram_Body
+          or else Ekind (Id) = E_Subprogram_Type);
+      Set_Node28 (Id, V);
+   end Set_Extra_Formals;
+
+   procedure Set_Can_Use_Internal_Rep (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Is_Access_Subprogram_Type (Id)
+          and then Id = Base_Type (Id));
+      Set_Flag229 (Id, V);
+   end Set_Can_Use_Internal_Rep;
+
    procedure Set_Finalization_Chain_Entity (Id : E; V : E) is
    begin
       Set_Node19 (Id, V);
@@ -2666,8 +3452,8 @@ package body Einfo is
 
    procedure Set_Finalize_Storage_Only (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Type (Id));
-      Set_Flag158 (Base_Type (Id), V);
+      pragma Assert (Is_Type (Id) and then Id = Base_Type (Id));
+      Set_Flag158 (Id, V);
    end Set_Finalize_Storage_Only;
 
    procedure Set_First_Entity (Id : E; V : E) is
@@ -2677,11 +3463,13 @@ package body Einfo is
 
    procedure Set_First_Index (Id : E; V : N) is
    begin
+      pragma Assert (Is_Array_Type (Id) or else Is_String_Type (Id));
       Set_Node17 (Id, V);
    end Set_First_Index;
 
    procedure Set_First_Literal (Id : E; V : E) is
    begin
+      pragma Assert (Is_Enumeration_Type (Id));
       Set_Node17 (Id, V);
    end Set_First_Literal;
 
@@ -2694,7 +3482,9 @@ package body Einfo is
 
    procedure Set_First_Private_Entity (Id : E; V : E) is
    begin
-      pragma Assert (Nkind (Id) in N_Entity);
+      pragma Assert (Ekind (Id) = E_Package
+                       or else Ekind (Id) = E_Generic_Package
+                       or else Ekind (Id) in Concurrent_Kind);
       Set_Node16 (Id, V);
    end Set_First_Private_Entity;
 
@@ -2712,7 +3502,7 @@ package body Einfo is
    begin
       pragma Assert
         (Is_Type (Id)
-          or else Ekind (Id) = E_Package);
+         or else Ekind (Id) = E_Package);
       Set_Flag159 (Id, V);
    end Set_From_With_Type;
 
@@ -2722,24 +3512,16 @@ package body Einfo is
       Set_Node11 (Id, V);
    end Set_Full_View;
 
-   procedure Set_Function_Returns_With_DSP (Id : E; V : B := True) is
+   procedure Set_Generic_Homonym (Id : E; V : E) is
    begin
-      pragma Assert
-        (Is_Subprogram (Id) or else Ekind (Id) = E_Subprogram_Type);
-      Set_Flag169 (Id, V);
-   end Set_Function_Returns_With_DSP;
+      Set_Node11 (Id, V);
+   end Set_Generic_Homonym;
 
    procedure Set_Generic_Renamings (Id : E; V : L) is
    begin
       Set_Elist23 (Id, V);
    end Set_Generic_Renamings;
 
-   procedure Set_Girder_Constraint (Id : E; V : L) is
-   begin
-      pragma Assert (Nkind (Id) in N_Entity);
-      Set_Elist23 (Id, V);
-   end Set_Girder_Constraint;
-
    procedure Set_Handler_Records (Id : E; V : S) is
    begin
       Set_List10 (Id, V);
@@ -2747,7 +3529,7 @@ package body Einfo is
 
    procedure Set_Has_Aliased_Components (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag135 (Id, V);
    end Set_Has_Aliased_Components;
 
@@ -2761,16 +3543,21 @@ package body Einfo is
       Set_Flag79 (Id, V);
    end Set_Has_All_Calls_Remote;
 
+   procedure Set_Has_Anon_Block_Suffix (Id : E; V : B := True) is
+   begin
+      Set_Flag201 (Id, V);
+   end Set_Has_Anon_Block_Suffix;
+
    procedure Set_Has_Atomic_Components (Id : E; V : B := True) is
    begin
-      pragma Assert (not Is_Type (Id) or else Base_Type (Id) = Id);
+      pragma Assert (not Is_Type (Id) or else Id = Base_Type (Id));
       Set_Flag86 (Id, V);
    end Set_Has_Atomic_Components;
 
    procedure Set_Has_Biased_Representation (Id : E; V : B := True) is
    begin
       pragma Assert
-        ((V = False) or else (Is_Discrete_Type (Id) or Is_Object (Id)));
+        ((V = False) or else (Is_Discrete_Type (Id) or else Is_Object (Id)));
       Set_Flag139 (Id, V);
    end Set_Has_Biased_Representation;
 
@@ -2781,25 +3568,36 @@ package body Einfo is
 
    procedure Set_Has_Completion_In_Body (Id : E; V : B := True) is
    begin
-      pragma Assert (Ekind (Id) = E_Incomplete_Type);
+      pragma Assert (Is_Type (Id));
       Set_Flag71 (Id, V);
    end Set_Has_Completion_In_Body;
 
    procedure Set_Has_Complex_Representation (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Record_Type (Id));
-      Set_Flag140 (Implementation_Base_Type (Id), V);
+      pragma Assert (Ekind (Id) = E_Record_Type);
+      Set_Flag140 (Id, V);
    end Set_Has_Complex_Representation;
 
    procedure Set_Has_Component_Size_Clause (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Array_Type (Id));
-      Set_Flag68 (Implementation_Base_Type (Id), V);
+      pragma Assert (Ekind (Id) = E_Array_Type);
+      Set_Flag68 (Id, V);
    end Set_Has_Component_Size_Clause;
 
+   procedure Set_Has_Constrained_Partial_View (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag187 (Id, V);
+   end Set_Has_Constrained_Partial_View;
+
+   procedure Set_Has_Contiguous_Rep (Id : E; V : B := True) is
+   begin
+      Set_Flag181 (Id, V);
+   end Set_Has_Contiguous_Rep;
+
    procedure Set_Has_Controlled_Component (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag43 (Id, V);
    end Set_Has_Controlled_Component;
 
@@ -2825,6 +3623,13 @@ package body Einfo is
       Set_Flag5 (Id, V);
    end Set_Has_Discriminants;
 
+   procedure Set_Has_Dispatch_Table (Id : E; V : B := True) is
+   begin
+      pragma Assert (Ekind (Id) = E_Record_Type
+        and then Is_Tagged_Type (Id));
+      Set_Flag220 (Id, V);
+   end Set_Has_Dispatch_Table;
+
    procedure Set_Has_Enumeration_Rep_Clause (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Enumeration_Type (Id));
@@ -2862,6 +3667,13 @@ package body Einfo is
       Set_Flag56 (Id, V);
    end Set_Has_Homonym;
 
+   procedure Set_Has_Initial_Value (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Variable or else Ekind (Id) = E_Out_Parameter);
+      Set_Flag219 (Id, V);
+   end Set_Has_Initial_Value;
+
    procedure Set_Has_Machine_Radix_Clause (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Decimal_Fixed_Point_Type (Id));
@@ -2885,9 +3697,18 @@ package body Einfo is
       Set_Flag101 (Id, V);
    end Set_Has_Nested_Block_With_Handler;
 
+   procedure Set_Has_Up_Level_Access (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Variable
+          or else Ekind (Id) = E_Constant
+          or else Ekind (Id) = E_Loop_Parameter);
+      Set_Flag215 (Id, V);
+   end Set_Has_Up_Level_Access;
+
    procedure Set_Has_Non_Standard_Rep (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag75 (Id, V);
    end Set_Has_Non_Standard_Rep;
 
@@ -2902,6 +3723,17 @@ package body Einfo is
       Set_Flag154 (Id, V);
    end Set_Has_Per_Object_Constraint;
 
+   procedure Set_Has_Persistent_BSS (Id : E; V : B := True) is
+   begin
+      Set_Flag188 (Id, V);
+   end Set_Has_Persistent_BSS;
+
+   procedure Set_Has_Postconditions (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Subprogram (Id));
+      Set_Flag240 (Id, V);
+   end Set_Has_Postconditions;
+
    procedure Set_Has_Pragma_Controlled (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Access_Type (Id));
@@ -2918,16 +3750,58 @@ package body Einfo is
       Set_Flag157 (Id, V);
    end Set_Has_Pragma_Inline;
 
+   procedure Set_Has_Pragma_Inline_Always (Id : E; V : B := True) is
+   begin
+      Set_Flag230 (Id, V);
+   end Set_Has_Pragma_Inline_Always;
+
    procedure Set_Has_Pragma_Pack (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Array_Type (Id) or else Is_Record_Type (Id));
-      Set_Flag121 (Implementation_Base_Type (Id), V);
+      pragma Assert (Id = Base_Type (Id));
+      Set_Flag121 (Id, V);
    end Set_Has_Pragma_Pack;
 
-   procedure Set_Has_Primitive_Operations (Id : E; V : B := True) is
+   procedure Set_Has_Pragma_Preelab_Init (Id : E; V : B := True) is
+   begin
+      Set_Flag221 (Id, V);
+   end Set_Has_Pragma_Preelab_Init;
+
+   procedure Set_Has_Pragma_Pure (Id : E; V : B := True) is
+   begin
+      Set_Flag203 (Id, V);
+   end Set_Has_Pragma_Pure;
+
+   procedure Set_Has_Pragma_Pure_Function (Id : E; V : B := True) is
+   begin
+      Set_Flag179 (Id, V);
+   end Set_Has_Pragma_Pure_Function;
+
+   procedure Set_Has_Pragma_Thread_Local_Storage (Id : E; V : B := True) is
+   begin
+      Set_Flag169 (Id, V);
+   end Set_Has_Pragma_Thread_Local_Storage;
+
+   procedure Set_Has_Pragma_Unmodified (Id : E; V : B := True) is
+   begin
+      Set_Flag233 (Id, V);
+   end Set_Has_Pragma_Unmodified;
+
+   procedure Set_Has_Pragma_Unreferenced (Id : E; V : B := True) is
+   begin
+      Set_Flag180 (Id, V);
+   end Set_Has_Pragma_Unreferenced;
+
+   procedure Set_Has_Pragma_Unreferenced_Objects (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Type (Id));
-      Set_Flag120 (Base_Type (Id), V);
+      Set_Flag212 (Id, V);
+   end Set_Has_Pragma_Unreferenced_Objects;
+
+   procedure Set_Has_Primitive_Operations (Id : E; V : B := True) is
+   begin
+      pragma Assert (Id = Base_Type (Id));
+      Set_Flag120 (Id, V);
    end Set_Has_Primitive_Operations;
 
    procedure Set_Has_Private_Declaration (Id : E; V : B := True) is
@@ -2940,9 +3814,15 @@ package body Einfo is
       Set_Flag161 (Id, V);
    end Set_Has_Qualified_Name;
 
+   procedure Set_Has_RACW (Id : E; V : B := True) is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      Set_Flag214 (Id, V);
+   end Set_Has_RACW;
+
    procedure Set_Has_Record_Rep_Clause (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Record_Type (Id));
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag65 (Id, V);
    end Set_Has_Record_Rep_Clause;
 
@@ -2964,17 +3844,52 @@ package body Einfo is
 
    procedure Set_Has_Specified_Layout (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Type (Id));
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag100 (Id, V);
    end Set_Has_Specified_Layout;
 
+   procedure Set_Has_Specified_Stream_Input (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag190 (Id, V);
+   end Set_Has_Specified_Stream_Input;
+
+   procedure Set_Has_Specified_Stream_Output (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag191 (Id, V);
+   end Set_Has_Specified_Stream_Output;
+
+   procedure Set_Has_Specified_Stream_Read (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag192 (Id, V);
+   end Set_Has_Specified_Stream_Read;
+
+   procedure Set_Has_Specified_Stream_Write (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag193 (Id, V);
+   end Set_Has_Specified_Stream_Write;
+
+   procedure Set_Has_Static_Discriminants (Id : E; V : B := True) is
+   begin
+      Set_Flag211 (Id, V);
+   end Set_Has_Static_Discriminants;
+
    procedure Set_Has_Storage_Size_Clause (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Access_Type (Id) or else Is_Task_Type (Id));
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag23 (Id, V);
    end Set_Has_Storage_Size_Clause;
 
+   procedure Set_Has_Stream_Size_Clause (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Elementary_Type (Id));
+      Set_Flag184 (Id, V);
+   end Set_Has_Stream_Size_Clause;
+
    procedure Set_Has_Subprogram_Descriptor (Id : E; V : B := True) is
    begin
       Set_Flag93 (Id, V);
@@ -2982,13 +3897,20 @@ package body Einfo is
 
    procedure Set_Has_Task (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag30 (Id, V);
    end Set_Has_Task;
 
+   procedure Set_Has_Thunks (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Tag (Id)
+        and then Ekind (Id) = E_Constant);
+      Set_Flag228 (Id, V);
+   end Set_Has_Thunks;
+
    procedure Set_Has_Unchecked_Union (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag123 (Id, V);
    end Set_Has_Unchecked_Union;
 
@@ -3000,10 +3922,15 @@ package body Einfo is
 
    procedure Set_Has_Volatile_Components (Id : E; V : B := True) is
    begin
-      pragma Assert (not Is_Type (Id) or else Base_Type (Id) = Id);
+      pragma Assert (not Is_Type (Id) or else Id = Base_Type (Id));
       Set_Flag87 (Id, V);
    end Set_Has_Volatile_Components;
 
+   procedure Set_Has_Xref_Entry (Id : E; V : B := True) is
+   begin
+      Set_Flag182 (Id, V);
+   end Set_Has_Xref_Entry;
+
    procedure Set_Hiding_Loop_Variable (Id : E; V : E) is
    begin
       pragma Assert (Ekind (Id) = E_Variable);
@@ -3015,6 +3942,31 @@ package body Einfo is
       pragma Assert (Id /= V);
       Set_Node4 (Id, V);
    end Set_Homonym;
+
+   procedure Set_Implemented_By_Entry (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Function
+           or else Ekind (Id) = E_Procedure);
+      Set_Flag232 (Id, V);
+   end Set_Implemented_By_Entry;
+
+   procedure Set_Interfaces (Id : E; V : L) is
+   begin
+      pragma Assert (Is_Record_Type (Id));
+      Set_Elist25 (Id, V);
+   end Set_Interfaces;
+
+   procedure Set_Interface_Alias (Id : E; V : E) is
+   begin
+      pragma Assert
+        (Is_Internal (Id)
+          and then Is_Hidden (Id)
+          and then (Ekind (Id) = E_Procedure
+                      or else Ekind (Id) = E_Function));
+      Set_Node25 (Id, V);
+   end Set_Interface_Alias;
+
    procedure Set_In_Package_Body (Id : E; V : B := True) is
    begin
       Set_Flag48 (Id, V);
@@ -3041,10 +3993,23 @@ package body Einfo is
       Set_Node21 (Id, V);
    end Set_Interface_Name;
 
-   procedure Set_Is_Abstract (Id : E; V : B := True) is
+   procedure Set_Is_Abstract_Subprogram (Id : E; V : B := True) is
    begin
+      pragma Assert (Is_Overloadable (Id));
       Set_Flag19 (Id, V);
-   end Set_Is_Abstract;
+   end Set_Is_Abstract_Subprogram;
+
+   procedure Set_Is_Abstract_Type (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag146 (Id, V);
+   end Set_Is_Abstract_Type;
+
+   procedure Set_Is_Local_Anonymous_Access (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Access_Type (Id));
+      Set_Flag194 (Id, V);
+   end Set_Is_Local_Anonymous_Access;
 
    procedure Set_Is_Access_Constant (Id : E; V : B := True) is
    begin
@@ -3052,6 +4017,11 @@ package body Einfo is
       Set_Flag69 (Id, V);
    end Set_Is_Access_Constant;
 
+   procedure Set_Is_Ada_2005_Only (Id : E; V : B := True) is
+   begin
+      Set_Flag185 (Id, V);
+   end Set_Is_Ada_2005_Only;
+
    procedure Set_Is_Aliased (Id : E; V : B := True) is
    begin
       pragma Assert (Nkind (Id) in N_Entity);
@@ -3078,7 +4048,10 @@ package body Einfo is
 
    procedure Set_Is_Bit_Packed_Array (Id : E; V : B := True) is
    begin
-      Set_Flag122 (Implementation_Base_Type (Id), V);
+      pragma Assert ((not V)
+        or else (Is_Array_Type (Id) and then Id = Base_Type (Id)));
+
+      Set_Flag122 (Id, V);
    end Set_Is_Bit_Packed_Array;
 
    procedure Set_Is_Called (Id : E; V : B := True) is
@@ -3098,6 +4071,11 @@ package body Einfo is
       Set_Flag73 (Id, V);
    end Set_Is_Child_Unit;
 
+   procedure Set_Is_Class_Wide_Equivalent_Type (Id : E; V : B := True) is
+   begin
+      Set_Flag35 (Id, V);
+   end Set_Is_Class_Wide_Equivalent_Type;
+
    procedure Set_Is_Compilation_Unit (Id : E; V : B := True) is
    begin
       Set_Flag149 (Id, V);
@@ -3152,16 +4130,22 @@ package body Einfo is
       Set_Flag74 (Id, V);
    end Set_Is_CPP_Class;
 
-   procedure Set_Is_Destructor (Id : E; V : B := True) is
+   procedure Set_Is_Descendent_Of_Address (Id : E; V : B := True) is
    begin
-      Set_Flag77 (Id, V);
-   end Set_Is_Destructor;
+      pragma Assert (Is_Type (Id));
+      Set_Flag223 (Id, V);
+   end Set_Is_Descendent_Of_Address;
 
    procedure Set_Is_Discrim_SO_Function (Id : E; V : B := True) is
    begin
       Set_Flag176 (Id, V);
    end Set_Is_Discrim_SO_Function;
 
+   procedure Set_Is_Dispatch_Table_Entity (Id : E; V : B := True) is
+   begin
+      Set_Flag234 (Id, V);
+   end Set_Is_Dispatch_Table_Entity;
+
    procedure Set_Is_Dispatching_Operation (Id : E; V : B := True) is
    begin
       pragma Assert
@@ -3257,6 +4241,18 @@ package body Einfo is
       Set_Flag11 (Id, V);
    end Set_Is_Inlined;
 
+   procedure Set_Is_Interface (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Record_Type
+          or else Ekind (Id) = E_Record_Subtype
+          or else Ekind (Id) = E_Record_Type_With_Private
+          or else Ekind (Id) = E_Record_Subtype_With_Private
+          or else Ekind (Id) = E_Class_Wide_Type
+          or else Ekind (Id) = E_Class_Wide_Subtype);
+      Set_Flag186 (Id, V);
+   end Set_Is_Interface;
+
    procedure Set_Is_Instantiated (Id : E; V : B := True) is
    begin
       Set_Flag126 (Id, V);
@@ -3284,6 +4280,16 @@ package body Einfo is
       Set_Flag91 (Id, V);
    end Set_Is_Itype;
 
+   procedure Set_Is_Known_Non_Null (Id : E; V : B := True) is
+   begin
+      Set_Flag37 (Id, V);
+   end Set_Is_Known_Non_Null;
+
+   procedure Set_Is_Known_Null (Id : E; V : B := True) is
+   begin
+      Set_Flag204 (Id, V);
+   end Set_Is_Known_Null;
+
    procedure Set_Is_Known_Valid (Id : E; V : B := True) is
    begin
       Set_Flag170 (Id, V);
@@ -3295,6 +4301,12 @@ package body Einfo is
       Set_Flag106 (Id, V);
    end Set_Is_Limited_Composite;
 
+   procedure Set_Is_Limited_Interface (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Interface (Id));
+      Set_Flag197 (Id, V);
+   end Set_Is_Limited_Interface;
+
    procedure Set_Is_Limited_Record (Id : E; V : B := True) is
    begin
       Set_Flag25 (Id, V);
@@ -3318,12 +4330,29 @@ package body Einfo is
       Set_Flag178 (Id, V);
    end Set_Is_Null_Init_Proc;
 
+   procedure Set_Is_Obsolescent (Id : E; V : B := True) is
+   begin
+      Set_Flag153 (Id, V);
+   end Set_Is_Obsolescent;
+
+   procedure Set_Is_Only_Out_Parameter (Id : E; V : B := True) is
+   begin
+      pragma Assert (Ekind (Id) = E_Out_Parameter);
+      Set_Flag226 (Id, V);
+   end Set_Is_Only_Out_Parameter;
+
    procedure Set_Is_Optional_Parameter (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Formal (Id));
       Set_Flag134 (Id, V);
    end Set_Is_Optional_Parameter;
 
+   procedure Set_Is_Overriding_Operation (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Subprogram (Id));
+      Set_Flag39 (Id, V);
+   end Set_Is_Overriding_Operation;
+
    procedure Set_Is_Package_Body_Entity (Id : E; V : B := True) is
    begin
       Set_Flag160 (Id, V);
@@ -3331,7 +4360,7 @@ package body Einfo is
 
    procedure Set_Is_Packed (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag51 (Id, V);
    end Set_Is_Packed;
 
@@ -3351,6 +4380,22 @@ package body Einfo is
       Set_Flag59 (Id, V);
    end Set_Is_Preelaborated;
 
+   procedure Set_Is_Primitive (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Is_Overloadable (Id)
+         or else Ekind (Id) = E_Generic_Function
+         or else Ekind (Id) = E_Generic_Procedure);
+      Set_Flag218 (Id, V);
+   end Set_Is_Primitive;
+
+   procedure Set_Is_Primitive_Wrapper (Id : E; V : B := True) is
+   begin
+      pragma Assert (Ekind (Id) = E_Function
+        or else Ekind (Id) = E_Procedure);
+      Set_Flag195 (Id, V);
+   end Set_Is_Primitive_Wrapper;
+
    procedure Set_Is_Private_Composite (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Type (Id));
@@ -3362,10 +4407,18 @@ package body Einfo is
       Set_Flag53 (Id, V);
    end Set_Is_Private_Descendant;
 
-   procedure Set_Is_Psected (Id : E; V : B := True) is
+   procedure Set_Is_Private_Primitive (Id : E; V : B := True) is
    begin
-      Set_Flag153 (Id, V);
-   end Set_Is_Psected;
+      pragma Assert (Ekind (Id) = E_Function
+        or else Ekind (Id) = E_Procedure);
+      Set_Flag245 (Id, V);
+   end Set_Is_Private_Primitive;
+
+   procedure Set_Is_Protected_Interface (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Interface (Id));
+      Set_Flag198 (Id, V);
+   end Set_Is_Protected_Interface;
 
    procedure Set_Is_Public (Id : E; V : B := True) is
    begin
@@ -3378,6 +4431,24 @@ package body Einfo is
       Set_Flag44 (Id, V);
    end Set_Is_Pure;
 
+   procedure Set_Is_Pure_Unit_Access_Type (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Access_Type (Id));
+      Set_Flag189 (Id, V);
+   end Set_Is_Pure_Unit_Access_Type;
+
+   procedure Set_Is_RACW_Stub_Type (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag244 (Id, V);
+   end Set_Is_RACW_Stub_Type;
+
+   procedure Set_Is_Raised (Id : E; V : B := True) is
+   begin
+      pragma Assert (Ekind (Id) = E_Exception);
+      Set_Flag224 (Id, V);
+   end Set_Is_Raised;
+
    procedure Set_Is_Remote_Call_Interface (Id : E; V : B := True) is
    begin
       Set_Flag62 (Id, V);
@@ -3393,6 +4464,11 @@ package body Einfo is
       Set_Flag112 (Id, V);
    end Set_Is_Renaming_Of_Object;
 
+   procedure Set_Is_Return_Object (Id : E; V : B := True) is
+   begin
+      Set_Flag209 (Id, V);
+   end Set_Is_Return_Object;
+
    procedure Set_Is_Shared_Passive (Id : E; V : B := True) is
    begin
       Set_Flag60 (Id, V);
@@ -3409,9 +4485,17 @@ package body Einfo is
       Set_Flag28 (Id, V);
    end Set_Is_Statically_Allocated;
 
+   procedure Set_Is_Synchronized_Interface (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Interface (Id));
+      Set_Flag199 (Id, V);
+   end Set_Is_Synchronized_Interface;
+
    procedure Set_Is_Tag (Id : E; V : B := True) is
    begin
-      pragma Assert (Nkind (Id) in N_Entity);
+      pragma Assert
+        (Ekind (Id) = E_Component
+          or else Ekind (Id) = E_Constant);
       Set_Flag78 (Id, V);
    end Set_Is_Tag;
 
@@ -3420,6 +4504,22 @@ package body Einfo is
       Set_Flag55 (Id, V);
    end Set_Is_Tagged_Type;
 
+   procedure Set_Is_Task_Interface (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Interface (Id));
+      Set_Flag200 (Id, V);
+   end Set_Is_Task_Interface;
+
+   procedure Set_Is_Thunk (Id : E; V : B := True) is
+   begin
+      Set_Flag225 (Id, V);
+   end Set_Is_Thunk;
+
+   procedure Set_Is_Trivial_Subprogram (Id : E; V : B := True) is
+   begin
+      Set_Flag235 (Id, V);
+   end Set_Is_Trivial_Subprogram;
+
    procedure Set_Is_True_Constant (Id : E; V : B := True) is
    begin
       Set_Flag163 (Id, V);
@@ -3427,7 +4527,7 @@ package body Einfo is
 
    procedure Set_Is_Unchecked_Union (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag117 (Id, V);
    end Set_Is_Unchecked_Union;
 
@@ -3449,6 +4549,11 @@ package body Einfo is
       Set_Flag116 (Id, V);
    end Set_Is_Visible_Child_Unit;
 
+   procedure Set_Is_Visible_Formal (Id : E; V : B := True) is
+   begin
+      Set_Flag206 (Id, V);
+   end Set_Is_Visible_Formal;
+
    procedure Set_Is_VMS_Exception (Id : E; V : B := True) is
    begin
       pragma Assert (Ekind (Id) = E_Exception);
@@ -3461,11 +4566,50 @@ package body Einfo is
       Set_Flag16 (Id, V);
    end Set_Is_Volatile;
 
+   procedure Set_Itype_Printed (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Itype (Id));
+      Set_Flag202 (Id, V);
+   end Set_Itype_Printed;
+
+   procedure Set_Kill_Elaboration_Checks (Id : E; V : B := True) is
+   begin
+      Set_Flag32 (Id, V);
+   end Set_Kill_Elaboration_Checks;
+
+   procedure Set_Kill_Range_Checks (Id : E; V : B := True) is
+   begin
+      Set_Flag33 (Id, V);
+   end Set_Kill_Range_Checks;
+
+   procedure Set_Kill_Tag_Checks (Id : E; V : B := True) is
+   begin
+      Set_Flag34 (Id, V);
+   end Set_Kill_Tag_Checks;
+
+   procedure Set_Known_To_Have_Preelab_Init (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag207 (Id, V);
+   end Set_Known_To_Have_Preelab_Init;
+
+   procedure Set_Last_Assignment (Id : E; V : N) is
+   begin
+      pragma Assert (Is_Assignable (Id));
+      Set_Node26 (Id, V);
+   end Set_Last_Assignment;
+
    procedure Set_Last_Entity (Id : E; V : E) is
    begin
       Set_Node20 (Id, V);
    end Set_Last_Entity;
 
+   procedure Set_Limited_View (Id : E; V : E) is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      Set_Node23 (Id, V);
+   end Set_Limited_View;
+
    procedure Set_Lit_Indexes (Id : E; V : E) is
    begin
       pragma Assert (Is_Enumeration_Type (Id) and then Root_Type (Id) = Id);
@@ -3478,6 +4622,12 @@ package body Einfo is
       Set_Node16 (Id, V);
    end Set_Lit_Strings;
 
+   procedure Set_Low_Bound_Known (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Formal (Id));
+      Set_Flag205 (Id, V);
+   end Set_Low_Bound_Known;
+
    procedure Set_Machine_Radix_10 (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Decimal_Fixed_Point_Type (Id));
@@ -3486,6 +4636,7 @@ package body Einfo is
 
    procedure Set_Master_Id (Id : E; V : E) is
    begin
+      pragma Assert (Is_Access_Type (Id));
       Set_Node17 (Id, V);
    end Set_Master_Id;
 
@@ -3506,6 +4657,18 @@ package body Einfo is
       Set_Uint17 (Id, V);
    end Set_Modulus;
 
+   procedure Set_Must_Be_On_Byte_Boundary (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag183 (Id, V);
+   end Set_Must_Be_On_Byte_Boundary;
+
+   procedure Set_Must_Have_Preelab_Init (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id));
+      Set_Flag208 (Id, V);
+   end Set_Must_Have_Preelab_Init;
+
    procedure Set_Needs_Debug_Info (Id : E; V : B := True) is
    begin
       Set_Flag147 (Id, V);
@@ -3520,6 +4683,11 @@ package body Einfo is
       Set_Flag22 (Id, V);
    end Set_Needs_No_Actuals;
 
+   procedure Set_Never_Set_In_Source (Id : E; V : B := True) is
+   begin
+      Set_Flag115 (Id, V);
+   end Set_Never_Set_In_Source;
+
    procedure Set_Next_Inlined_Subprogram (Id : E; V : E) is
    begin
       Set_Node12 (Id, V);
@@ -3527,23 +4695,37 @@ package body Einfo is
 
    procedure Set_No_Pool_Assigned (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Access_Type (Id) and then Root_Type (Id) = Id);
+      pragma Assert (Is_Access_Type (Id) and then Id = Base_Type (Id));
       Set_Flag131 (Id, V);
    end Set_No_Pool_Assigned;
 
    procedure Set_No_Return (Id : E; V : B := True) is
    begin
       pragma Assert
-        (Ekind (Id) = E_Procedure or else Ekind (Id) = E_Generic_Procedure);
+        (V = False
+          or else Ekind (Id) = E_Procedure
+          or else Ekind (Id) = E_Generic_Procedure);
       Set_Flag113 (Id, V);
    end Set_No_Return;
 
+   procedure Set_No_Strict_Aliasing (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Access_Type (Id) and then Id = Base_Type (Id));
+      Set_Flag136 (Id, V);
+   end Set_No_Strict_Aliasing;
+
    procedure Set_Non_Binary_Modulus (Id : E; V : B := True) is
    begin
-      pragma Assert (Ekind (Id) = E_Modular_Integer_Type);
+      pragma Assert (Is_Type (Id) and then Id = Base_Type (Id));
       Set_Flag58 (Id, V);
    end Set_Non_Binary_Modulus;
 
+   procedure Set_Non_Limited_View (Id : E; V : E) is
+   begin
+      pragma Assert (Ekind (Id) in Incomplete_Kind);
+      Set_Node17 (Id, V);
+   end Set_Non_Limited_View;
+
    procedure Set_Nonzero_Is_True (Id : E; V : B := True) is
    begin
       pragma Assert
@@ -3563,7 +4745,7 @@ package body Einfo is
    begin
       pragma Assert
         (Ekind (Id) = E_Component or else Ekind (Id) = E_Discriminant);
-      Set_Uint9 (Id, V);
+      Set_Uint14 (Id, V);
    end Set_Normalized_Position;
 
    procedure Set_Normalized_Position_Max (Id : E; V : U) is
@@ -3573,22 +4755,65 @@ package body Einfo is
       Set_Uint10 (Id, V);
    end Set_Normalized_Position_Max;
 
-   procedure Set_Not_Source_Assigned (Id : E; V : B := True) is
+   procedure Set_OK_To_Reorder_Components (Id : E; V : B := True) is
    begin
-      Set_Flag115 (Id, V);
-   end Set_Not_Source_Assigned;
+      pragma Assert
+        (Is_Record_Type (Id) and then Id = Base_Type (Id));
+      Set_Flag239 (Id, V);
+   end Set_OK_To_Reorder_Components;
 
-   procedure Set_Object_Ref (Id : E; V : E) is
+   procedure Set_Optimize_Alignment_Space (Id : E; V : B := True) is
    begin
-      pragma Assert (Ekind (Id) = E_Protected_Body);
-      Set_Node17 (Id, V);
-   end Set_Object_Ref;
+      pragma Assert
+        (Is_Type (Id)
+           or else Ekind (Id) = E_Constant
+           or else Ekind (Id) = E_Variable);
+      Set_Flag241 (Id, V);
+   end Set_Optimize_Alignment_Space;
+
+   procedure Set_Optimize_Alignment_Time (Id : E; V : B := True) is
+   begin
+      pragma Assert
+        (Is_Type (Id)
+           or else Ekind (Id) = E_Constant
+           or else Ekind (Id) = E_Variable);
+      Set_Flag242 (Id, V);
+   end Set_Optimize_Alignment_Time;
+
+   procedure Set_Original_Array_Type (Id : E; V : E) is
+   begin
+      pragma Assert (Is_Array_Type (Id) or else Is_Modular_Integer_Type (Id));
+      Set_Node21 (Id, V);
+   end Set_Original_Array_Type;
 
    procedure Set_Original_Record_Component (Id : E; V : E) is
    begin
+      pragma Assert
+        (Ekind (Id) = E_Void
+           or else Ekind (Id) = E_Component
+           or else Ekind (Id) = E_Discriminant);
       Set_Node22 (Id, V);
    end Set_Original_Record_Component;
 
+   procedure Set_Overlays_Constant (Id : E; V : B := True) is
+   begin
+      Set_Flag243 (Id, V);
+   end Set_Overlays_Constant;
+
+   procedure Set_Overridden_Operation (Id : E; V : E) is
+   begin
+      Set_Node26 (Id, V);
+   end Set_Overridden_Operation;
+
+   procedure Set_Package_Instantiation (Id : E; V : N) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Void
+           or else Ekind (Id) = E_Generic_Package
+           or else Ekind (Id) = E_Package);
+      Set_Node26 (Id, V);
+   end Set_Package_Instantiation;
+
    procedure Set_Packed_Array_Type (Id : E; V : E) is
    begin
       pragma Assert (Is_Array_Type (Id));
@@ -3609,16 +4834,16 @@ package body Einfo is
 
    procedure Set_Prival (Id : E; V : E) is
    begin
-      pragma Assert (Is_Protected_Private (Id));
+      pragma Assert (Is_Protected_Component (Id));
       Set_Node17 (Id, V);
    end Set_Prival;
 
-   procedure Set_Privals_Chain (Id : E; V : L) is
+   procedure Set_Prival_Link (Id : E; V : E) is
    begin
-      pragma Assert (Is_Overloadable (Id)
-        or else Ekind (Id) = E_Entry_Family);
-      Set_Elist23 (Id, V);
-   end Set_Privals_Chain;
+      pragma Assert (Ekind (Id) = E_Constant
+        or else Ekind (Id) = E_Variable);
+      Set_Node20 (Id, V);
+   end Set_Prival_Link;
 
    procedure Set_Private_Dependents (Id : E; V : L) is
    begin
@@ -3644,11 +4869,14 @@ package body Einfo is
       Set_Node22 (Id, V);
    end Set_Protected_Formal;
 
-   procedure Set_Protected_Operation (Id : E; V : N) is
+   procedure Set_Protection_Object (Id : E; V : E) is
    begin
-      pragma Assert (Is_Protected_Private (Id));
+      pragma Assert (Ekind (Id) = E_Entry
+        or else Ekind (Id) = E_Entry_Family
+        or else Ekind (Id) = E_Function
+        or else Ekind (Id) = E_Procedure);
       Set_Node23 (Id, V);
-   end Set_Protected_Operation;
+   end Set_Protection_Object;
 
    procedure Set_Reachable (Id : E; V : B := True) is
    begin
@@ -3660,6 +4888,16 @@ package body Einfo is
       Set_Flag156 (Id, V);
    end Set_Referenced;
 
+   procedure Set_Referenced_As_LHS (Id : E; V : B := True) is
+   begin
+      Set_Flag36 (Id, V);
+   end Set_Referenced_As_LHS;
+
+   procedure Set_Referenced_As_Out_Parameter (Id : E; V : B := True) is
+   begin
+      Set_Flag227 (Id, V);
+   end Set_Referenced_As_Out_Parameter;
+
    procedure Set_Referenced_Object (Id : E; V : N) is
    begin
       pragma Assert (Is_Type (Id));
@@ -3680,15 +4918,35 @@ package body Einfo is
 
    procedure Set_Related_Instance (Id : E; V : E) is
    begin
-      pragma Assert (Ekind (Id) = E_Package);
+      pragma Assert
+        (Ekind (Id) = E_Package or else Ekind (Id) = E_Package_Body);
       Set_Node15 (Id, V);
    end Set_Related_Instance;
 
+   procedure Set_Related_Type (Id : E; V : E) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Component or else Ekind (Id) = E_Constant);
+      Set_Node26 (Id, V);
+   end Set_Related_Type;
+
+   procedure Set_Relative_Deadline_Variable (Id : E; V : E) is
+   begin
+      pragma Assert (Is_Task_Type (Id) and then Id = Base_Type (Id));
+      Set_Node26 (Id, V);
+   end Set_Relative_Deadline_Variable;
+
    procedure Set_Renamed_Entity (Id : E; V : N) is
    begin
       Set_Node18 (Id, V);
    end Set_Renamed_Entity;
 
+   procedure Set_Renamed_In_Spec (Id : E; V : B := True) is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      Set_Flag231 (Id, V);
+   end Set_Renamed_In_Spec;
+
    procedure Set_Renamed_Object (Id : E; V : N) is
    begin
       Set_Node18 (Id, V);
@@ -3699,11 +4957,22 @@ package body Einfo is
       Set_Uint9 (Id, V);
    end Set_Renaming_Map;
 
+   procedure Set_Requires_Overriding (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Overloadable (Id));
+      Set_Flag213 (Id, V);
+   end Set_Requires_Overriding;
+
    procedure Set_Return_Present (Id : E; V : B := True) is
    begin
       Set_Flag54 (Id, V);
    end Set_Return_Present;
 
+   procedure Set_Return_Applies_To (Id : E; V : N) is
+   begin
+      Set_Node8 (Id, V);
+   end Set_Return_Applies_To;
+
    procedure Set_Returns_By_Ref (Id : E; V : B := True) is
    begin
       Set_Flag90 (Id, V);
@@ -3750,22 +5019,16 @@ package body Einfo is
       Set_List14 (Id, V);
    end Set_Shadow_Entities;
 
-   procedure Set_Shared_Var_Assign_Proc (Id : E; V : E) is
+   procedure Set_Shared_Var_Procs_Instance (Id : E; V : E) is
    begin
       pragma Assert (Ekind (Id) = E_Variable);
       Set_Node22 (Id, V);
-   end Set_Shared_Var_Assign_Proc;
-
-   procedure Set_Shared_Var_Read_Proc (Id : E; V : E) is
-   begin
-      pragma Assert (Ekind (Id) = E_Variable);
-      Set_Node15 (Id, V);
-   end Set_Shared_Var_Read_Proc;
+   end Set_Shared_Var_Procs_Instance;
 
    procedure Set_Size_Check_Code (Id : E; V : N) is
    begin
       pragma Assert (Ekind (Id) = E_Constant or else Ekind (Id) = E_Variable);
-      Set_Node9 (Id, V);
+      Set_Node19 (Id, V);
    end Set_Size_Check_Code;
 
    procedure Set_Size_Depends_On_Discriminant (Id : E; V : B := True) is
@@ -3790,16 +5053,41 @@ package body Einfo is
       Set_Node19 (Id, V);
    end Set_Spec_Entity;
 
+   procedure Set_Spec_PPC_List (Id : E; V : N) is
+   begin
+      pragma Assert (Is_Subprogram (Id) or else Is_Generic_Subprogram (Id));
+      Set_Node24 (Id, V);
+   end Set_Spec_PPC_List;
+
    procedure Set_Storage_Size_Variable (Id : E; V : E) is
    begin
       pragma Assert (Is_Access_Type (Id) or else Is_Task_Type (Id));
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Node15 (Id, V);
    end Set_Storage_Size_Variable;
 
+   procedure Set_Static_Elaboration_Desired (Id : E; V : B) is
+   begin
+      pragma Assert (Ekind (Id) = E_Package);
+      Set_Flag77 (Id, V);
+   end Set_Static_Elaboration_Desired;
+
+   procedure Set_Static_Initialization (Id : E; V : N) is
+   begin
+      pragma Assert
+        (Ekind (Id) = E_Procedure and then not Is_Dispatching_Operation (Id));
+      Set_Node26 (Id, V);
+   end Set_Static_Initialization;
+
+   procedure Set_Stored_Constraint (Id : E; V : L) is
+   begin
+      pragma Assert (Nkind (Id) in N_Entity);
+      Set_Elist23 (Id, V);
+   end Set_Stored_Constraint;
+
    procedure Set_Strict_Alignment (Id : E; V : B := True) is
    begin
-      pragma Assert (Base_Type (Id) = Id);
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag145 (Id, V);
    end Set_Strict_Alignment;
 
@@ -3815,75 +5103,37 @@ package body Einfo is
       Set_Node15 (Id, V);
    end Set_String_Literal_Low_Bound;
 
-   procedure Set_Suppress_Access_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag31 (Id, V);
-   end Set_Suppress_Access_Checks;
-
-   procedure Set_Suppress_Accessibility_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag32 (Id, V);
-   end Set_Suppress_Accessibility_Checks;
-
-   procedure Set_Suppress_Discriminant_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag33 (Id, V);
-   end Set_Suppress_Discriminant_Checks;
-
-   procedure Set_Suppress_Division_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag34 (Id, V);
-   end Set_Suppress_Division_Checks;
-
-   procedure Set_Suppress_Elaboration_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag35 (Id, V);
-   end Set_Suppress_Elaboration_Checks;
-
    procedure Set_Suppress_Elaboration_Warnings (Id : E; V : B := True) is
    begin
       Set_Flag148 (Id, V);
    end Set_Suppress_Elaboration_Warnings;
 
-   procedure Set_Suppress_Index_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag36 (Id, V);
-   end Set_Suppress_Index_Checks;
-
    procedure Set_Suppress_Init_Proc (Id : E; V : B := True) is
    begin
+      pragma Assert (Id = Base_Type (Id));
       Set_Flag105 (Id, V);
    end Set_Suppress_Init_Proc;
 
-   procedure Set_Suppress_Length_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag37 (Id, V);
-   end Set_Suppress_Length_Checks;
-
-   procedure Set_Suppress_Overflow_Checks (Id : E; V : B := True) is
-   begin
-      Set_Flag38 (Id, V);
-   end Set_Suppress_Overflow_Checks;
-
-   procedure Set_Suppress_Range_Checks (Id : E; V : B := True) is
+   procedure Set_Suppress_Style_Checks (Id : E; V : B := True) is
    begin
-      Set_Flag39 (Id, V);
-   end Set_Suppress_Range_Checks;
+      Set_Flag165 (Id, V);
+   end Set_Suppress_Style_Checks;
 
-   procedure Set_Suppress_Storage_Checks (Id : E; V : B := True) is
+   procedure Set_Suppress_Value_Tracking_On_Call (Id : E; V : B := True) is
    begin
-      Set_Flag40 (Id, V);
-   end Set_Suppress_Storage_Checks;
+      Set_Flag217 (Id, V);
+   end Set_Suppress_Value_Tracking_On_Call;
 
-   procedure Set_Suppress_Style_Checks (Id : E; V : B := True) is
+   procedure Set_Task_Body_Procedure (Id : E; V : N) is
    begin
-      Set_Flag165 (Id, V);
-   end Set_Suppress_Style_Checks;
+      pragma Assert (Ekind (Id) in Task_Kind);
+      Set_Node25 (Id, V);
+   end Set_Task_Body_Procedure;
 
-   procedure Set_Suppress_Tag_Checks (Id : E; V : B := True) is
+   procedure Set_Treat_As_Volatile (Id : E; V : B := True) is
    begin
       Set_Flag41 (Id, V);
-   end Set_Suppress_Tag_Checks;
+   end Set_Treat_As_Volatile;
 
    procedure Set_Underlying_Full_View (Id : E; V : E) is
    begin
@@ -3891,6 +5141,12 @@ package body Einfo is
       Set_Node19 (Id, V);
    end Set_Underlying_Full_View;
 
+   procedure Set_Universal_Aliasing (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Type (Id) and then Id = Base_Type (Id));
+      Set_Flag216 (Id, V);
+   end Set_Universal_Aliasing;
+
    procedure Set_Unset_Reference (Id : E; V : N) is
    begin
       Set_Node16 (Id, V);
@@ -3901,6 +5157,11 @@ package body Einfo is
       Set_Flag95 (Id, V);
    end Set_Uses_Sec_Stack;
 
+   procedure Set_Used_As_Generic_Actual (Id : E; V : B := True) is
+   begin
+      Set_Flag222 (Id, V);
+   end Set_Used_As_Generic_Actual;
+
    procedure Set_Vax_Float (Id : E; V : B := True) is
    begin
       pragma Assert (Id = Base_Type (Id));
@@ -3912,6 +5173,34 @@ package body Einfo is
       Set_Flag96 (Id, V);
    end Set_Warnings_Off;
 
+   procedure Set_Warnings_Off_Used (Id : E; V : B := True) is
+   begin
+      Set_Flag236 (Id, V);
+   end Set_Warnings_Off_Used;
+
+   procedure Set_Warnings_Off_Used_Unmodified (Id : E; V : B := True) is
+   begin
+      Set_Flag237 (Id, V);
+   end Set_Warnings_Off_Used_Unmodified;
+
+   procedure Set_Warnings_Off_Used_Unreferenced (Id : E; V : B := True) is
+   begin
+      Set_Flag238 (Id, V);
+   end Set_Warnings_Off_Used_Unreferenced;
+
+   procedure Set_Was_Hidden (Id : E; V : B := True) is
+   begin
+      Set_Flag196 (Id, V);
+   end Set_Was_Hidden;
+
+   procedure Set_Wrapped_Entity (Id : E; V : E) is
+   begin
+      pragma Assert ((Ekind (Id) = E_Function
+          or else Ekind (Id) = E_Procedure)
+        and then Is_Primitive_Wrapper (Id));
+      Set_Node27 (Id, V);
+   end Set_Wrapped_Entity;
+
    -----------------------------------
    -- Field Initialization Routines --
    -----------------------------------
@@ -3978,12 +5267,12 @@ package body Einfo is
 
    procedure Init_Normalized_Position (Id : E) is
    begin
-      Set_Uint9 (Id, No_Uint);
+      Set_Uint14 (Id, No_Uint);
    end Init_Normalized_Position;
 
    procedure Init_Normalized_Position (Id : E; V : Int) is
    begin
-      Set_Uint9 (Id, UI_From_Int (V));
+      Set_Uint14 (Id, UI_From_Int (V));
    end Init_Normalized_Position;
 
    procedure Init_Normalized_Position_Max (Id : E) is
@@ -4013,10 +5302,10 @@ package body Einfo is
    procedure Init_Component_Location (Id : E) is
    begin
       Set_Uint8  (Id, No_Uint);  -- Normalized_First_Bit
-      Set_Uint9  (Id, No_Uint);  -- Normalized_Position
-      Set_Uint11 (Id, No_Uint);  -- Component_First_Bit
-      Set_Uint12 (Id, Uint_0);   -- Esize
       Set_Uint10 (Id, No_Uint);  -- Normalized_Position_Max
+      Set_Uint11 (Id, No_Uint);  -- Component_Bit_Offset
+      Set_Uint12 (Id, Uint_0);   -- Esize
+      Set_Uint14 (Id, No_Uint);  -- Normalized_Position
    end Init_Component_Location;
 
    ---------------
@@ -4046,7 +5335,8 @@ package body Einfo is
 
    function Known_Alignment                       (E : Entity_Id) return B is
    begin
-      return Uint14 (E) /= Uint_0;
+      return Uint14 (E) /= Uint_0
+        and then Uint14 (E) /= No_Uint;
    end Known_Alignment;
 
    function Known_Component_Bit_Offset            (E : Entity_Id) return B is
@@ -4056,12 +5346,14 @@ package body Einfo is
 
    function Known_Component_Size                  (E : Entity_Id) return B is
    begin
-      return Uint22 (Base_Type (E)) /= Uint_0;
+      return Uint22 (Base_Type (E)) /= Uint_0
+        and then Uint22 (Base_Type (E)) /= No_Uint;
    end Known_Component_Size;
 
    function Known_Esize                           (E : Entity_Id) return B is
    begin
-      return Uint12 (E) /= Uint_0;
+      return Uint12 (E) /= Uint_0
+        and then Uint12 (E) /= No_Uint;
    end Known_Esize;
 
    function Known_Normalized_First_Bit            (E : Entity_Id) return B is
@@ -4071,7 +5363,7 @@ package body Einfo is
 
    function Known_Normalized_Position             (E : Entity_Id) return B is
    begin
-      return Uint9 (E) /= No_Uint;
+      return Uint14 (E) /= No_Uint;
    end Known_Normalized_Position;
 
    function Known_Normalized_Position_Max         (E : Entity_Id) return B is
@@ -4081,8 +5373,10 @@ package body Einfo is
 
    function Known_RM_Size                         (E : Entity_Id) return B is
    begin
-      return Uint13 (E) /= Uint_0
-        or else Is_Discrete_Type (E);
+      return Uint13 (E) /= No_Uint
+        and then (Uint13 (E) /= Uint_0
+                    or else Is_Discrete_Type (E)
+                    or else Is_Fixed_Point_Type (E));
    end Known_RM_Size;
 
    function Known_Static_Component_Bit_Offset     (E : Entity_Id) return B is
@@ -4101,10 +5395,16 @@ package body Einfo is
       return Uint12 (E) > Uint_0;
    end Known_Static_Esize;
 
+   function Known_Static_Normalized_First_Bit     (E : Entity_Id) return B is
+   begin
+      return Uint8 (E) /= No_Uint
+        and then Uint8 (E) >= Uint_0;
+   end Known_Static_Normalized_First_Bit;
+
    function Known_Static_Normalized_Position      (E : Entity_Id) return B is
    begin
-      return Uint9 (E) /= No_Uint
-        and then Uint9 (E) >= Uint_0;
+      return Uint14 (E) /= No_Uint
+        and then Uint14 (E) >= Uint_0;
    end Known_Static_Normalized_Position;
 
    function Known_Static_Normalized_Position_Max  (E : Entity_Id) return B is
@@ -4116,12 +5416,14 @@ package body Einfo is
    function Known_Static_RM_Size                  (E : Entity_Id) return B is
    begin
       return Uint13 (E) > Uint_0
-        or else Is_Discrete_Type (E);
+        or else Is_Discrete_Type (E)
+        or else Is_Fixed_Point_Type (E);
    end Known_Static_RM_Size;
 
    function Unknown_Alignment                     (E : Entity_Id) return B is
    begin
-      return Uint14 (E) = Uint_0;
+      return Uint14 (E) = Uint_0
+        or else Uint14 (E) = No_Uint;
    end Unknown_Alignment;
 
    function Unknown_Component_Bit_Offset          (E : Entity_Id) return B is
@@ -4131,12 +5433,16 @@ package body Einfo is
 
    function Unknown_Component_Size                (E : Entity_Id) return B is
    begin
-      return Uint22 (Base_Type (E)) = Uint_0;
+      return Uint22 (Base_Type (E)) = Uint_0
+               or else
+             Uint22 (Base_Type (E)) = No_Uint;
    end Unknown_Component_Size;
 
    function Unknown_Esize                         (E : Entity_Id) return B is
    begin
-      return Uint12 (E) = Uint_0;
+      return Uint12 (E) = No_Uint
+               or else
+             Uint12 (E) = Uint_0;
    end Unknown_Esize;
 
    function Unknown_Normalized_First_Bit          (E : Entity_Id) return B is
@@ -4146,7 +5452,7 @@ package body Einfo is
 
    function Unknown_Normalized_Position           (E : Entity_Id) return B is
    begin
-      return Uint9 (E) = No_Uint;
+      return Uint14 (E) = No_Uint;
    end Unknown_Normalized_Position;
 
    function Unknown_Normalized_Position_Max       (E : Entity_Id) return B is
@@ -4156,8 +5462,10 @@ package body Einfo is
 
    function Unknown_RM_Size                       (E : Entity_Id) return B is
    begin
-      return Uint13 (E) = Uint_0
-        and then not Is_Discrete_Type (E);
+      return (Uint13 (E) = Uint_0
+                and then not Is_Discrete_Type (E)
+                and then not Is_Fixed_Point_Type (E))
+        or else Uint13 (E) = No_Uint;
    end Unknown_RM_Size;
 
    --------------------
@@ -4165,21 +5473,8 @@ package body Einfo is
    --------------------
 
    function Address_Clause (Id : E) return N is
-      Ritem : Node_Id;
-
    begin
-      Ritem := First_Rep_Item (Id);
-      while Present (Ritem) loop
-         if Nkind (Ritem) = N_Attribute_Definition_Clause
-           and then Chars (Ritem) = Name_Address
-         then
-            return Ritem;
-         else
-            Ritem := Next_Rep_Item (Ritem);
-         end if;
-      end loop;
-
-      return Empty;
+      return Rep_Clause (Id, Name_Address);
    end Address_Clause;
 
    ----------------------
@@ -4187,35 +5482,20 @@ package body Einfo is
    ----------------------
 
    function Alignment_Clause (Id : E) return N is
-      Ritem : Node_Id;
-
    begin
-      Ritem := First_Rep_Item (Id);
-      while Present (Ritem) loop
-         if Nkind (Ritem) = N_Attribute_Definition_Clause
-           and then Chars (Ritem) = Name_Alignment
-         then
-            return Ritem;
-         else
-            Ritem := Next_Rep_Item (Ritem);
-         end if;
-      end loop;
-
-      return Empty;
+      return Rep_Clause (Id, Name_Alignment);
    end Alignment_Clause;
 
    ----------------------
    -- Ancestor_Subtype --
    ----------------------
 
-   function Ancestor_Subtype       (Id : E) return E is
+   function Ancestor_Subtype (Id : E) return E is
    begin
       --  If this is first subtype, or is a base type, then there is no
       --  ancestor subtype, so we return Empty to indicate this fact.
 
-      if Is_First_Subtype (Id)
-        or else Id = Base_Type (Id)
-      then
+      if Is_First_Subtype (Id) or else Id = Base_Type (Id) then
          return Empty;
       end if;
 
@@ -4247,16 +5527,41 @@ package body Einfo is
    procedure Append_Entity (Id : Entity_Id; V : Entity_Id) is
    begin
       if Last_Entity (V) = Empty then
-         Set_First_Entity (V, Id);
+         Set_First_Entity (Id => V, V => Id);
       else
          Set_Next_Entity (Last_Entity (V), Id);
       end if;
 
       Set_Next_Entity (Id, Empty);
       Set_Scope (Id, V);
-      Set_Last_Entity (V, Id);
+      Set_Last_Entity (Id => V, V => Id);
    end Append_Entity;
 
+   --------------------
+   -- Available_View --
+   --------------------
+
+   function Available_View (Id : E) return E is
+   begin
+      if Is_Incomplete_Type (Id)
+        and then Present (Non_Limited_View (Id))
+      then
+         --  The non-limited view may itself be an incomplete type, in
+         --  which case get its full view.
+
+         return Get_Full_View (Non_Limited_View (Id));
+
+      elsif Is_Class_Wide_Type (Id)
+        and then Is_Incomplete_Type (Etype (Id))
+        and then Present (Non_Limited_View (Etype (Id)))
+      then
+         return Class_Wide_Type (Non_Limited_View (Etype (Id)));
+
+      else
+         return Id;
+      end if;
+   end Available_View;
+
    ---------------
    -- Base_Type --
    ---------------
@@ -4265,6 +5570,7 @@ package body Einfo is
    begin
       case Ekind (Id) is
          when E_Enumeration_Subtype          |
+              E_Incomplete_Type              |
               E_Signed_Integer_Subtype       |
               E_Modular_Integer_Subtype      |
               E_Floating_Point_Subtype       |
@@ -4283,13 +5589,6 @@ package body Einfo is
               E_Class_Wide_Subtype           =>
             return Etype (Id);
 
-         when E_Incomplete_Type =>
-            if Present (Etype (Id)) then
-               return Etype (Id);
-            else
-               return Id;
-            end if;
-
          when others =>
             return Id;
       end case;
@@ -4312,7 +5611,7 @@ package body Einfo is
    --      True         True        Calign_Storage_Unit
 
    function Component_Alignment (Id : E) return C is
-      BT : Node_Id := Base_Type (Id);
+      BT : constant Node_Id := Base_Type (Id);
 
    begin
       pragma Assert (Is_Array_Type (Id) or else Is_Record_Type (Id));
@@ -4361,23 +5660,30 @@ package body Einfo is
       elsif Nkind (D) = N_Component_Declaration then
          return Empty;
 
-      else
-         if Present (Expression (D)) then
-            return (Expression (D));
+      --  If there is an expression, return it
 
-         elsif Present (Full_View (Id)) then
-            Full_D := Parent (Full_View (Id));
+      elsif Present (Expression (D)) then
+         return (Expression (D));
 
-            --  The full view may have been rewritten as an object renaming.
+      --  For a constant, see if we have a full view
 
-            if Nkind (Full_D) = N_Object_Renaming_Declaration then
-               return Name (Full_D);
-            else
-               return Expression (Full_D);
-            end if;
+      elsif Ekind (Id) = E_Constant
+        and then Present (Full_View (Id))
+      then
+         Full_D := Parent (Full_View (Id));
+
+         --  The full view may have been rewritten as an object renaming
+
+         if Nkind (Full_D) = N_Object_Renaming_Declaration then
+            return Name (Full_D);
          else
-            return Empty;
+            return Expression (Full_D);
          end if;
+
+      --  Otherwise we have no expression to return
+
+      else
+         return Empty;
       end if;
    end Constant_Value;
 
@@ -4409,7 +5715,6 @@ package body Einfo is
             P := Parent (P);
          end if;
       end loop;
-
    end Declaration_Node;
 
    ---------------------
@@ -4422,8 +5727,8 @@ package body Einfo is
    begin
       Desig_Type := Directly_Designated_Type (Id);
 
-      if (Ekind (Desig_Type) = E_Incomplete_Type
-        and then Present (Full_View (Desig_Type)))
+      if Ekind (Desig_Type) = E_Incomplete_Type
+        and then Present (Full_View (Desig_Type))
       then
          return Full_View (Desig_Type);
 
@@ -4447,14 +5752,39 @@ package body Einfo is
       S  : Entity_Id;
 
    begin
+      --  The following test is an error defense against some syntax
+      --  errors that can leave scopes very messed up.
+
+      if Id = Standard_Standard then
+         return Id;
+      end if;
+
+      --  Normal case, search enclosing scopes
+
+      --  Note: the test for Present (S) should not be required, it is a
+      --  defence against an ill-formed tree.
+
       S := Scope (Id);
-      while S /= Standard_Standard
-        and then not Is_Dynamic_Scope (S)
       loop
-         S := Scope (S);
-      end loop;
+         --  If we somehow got an empty value for Scope, the tree must be
+         --  malformed. Rather than blow up we return Standard in this case.
+
+         if No (S) then
+            return Standard_Standard;
 
-      return S;
+         --  Quit if we get to standard or a dynamic scope
+
+         elsif S = Standard_Standard
+           or else Is_Dynamic_Scope (S)
+         then
+            return S;
+
+         --  Otherwise keep climbing
+
+         else
+            S := Scope (S);
+         end if;
+      end loop;
    end Enclosing_Dynamic_Scope;
 
    ----------------------
@@ -4479,7 +5809,6 @@ package body Einfo is
         (Is_Record_Type (Id) or else Is_Incomplete_Or_Private_Type (Id));
 
       Comp_Id := First_Entity (Id);
-
       while Present (Comp_Id) loop
          exit when Ekind (Comp_Id) = E_Component;
          Comp_Id := Next_Entity (Comp_Id);
@@ -4488,6 +5817,28 @@ package body Einfo is
       return Comp_Id;
    end First_Component;
 
+   -------------------------------------
+   -- First_Component_Or_Discriminant --
+   -------------------------------------
+
+   function First_Component_Or_Discriminant (Id : E) return E is
+      Comp_Id : E;
+
+   begin
+      pragma Assert
+        (Is_Record_Type (Id) or else Is_Incomplete_Or_Private_Type (Id));
+
+      Comp_Id := First_Entity (Id);
+      while Present (Comp_Id) loop
+         exit when Ekind (Comp_Id) = E_Component
+                     or else
+                   Ekind (Comp_Id) = E_Discriminant;
+         Comp_Id := Next_Entity (Comp_Id);
+      end loop;
+
+      return Comp_Id;
+   end First_Component_Or_Discriminant;
+
    ------------------------
    -- First_Discriminant --
    ------------------------
@@ -4514,7 +5865,7 @@ package body Einfo is
          Ent := Next_Entity (Ent);
       end if;
 
-      --  Skip all hidden girder discriminants if any.
+      --  Skip all hidden stored discriminants if any
 
       while Present (Ent) loop
          exit when Ekind (Ent) = E_Discriminant
@@ -4556,16 +5907,48 @@ package body Einfo is
       end if;
    end First_Formal;
 
+   ------------------------------
+   -- First_Formal_With_Extras --
+   ------------------------------
+
+   function First_Formal_With_Extras (Id : E) return E is
+      Formal : E;
+
+   begin
+      pragma Assert
+        (Is_Overloadable (Id)
+          or else Ekind (Id) = E_Entry_Family
+          or else Ekind (Id) = E_Subprogram_Body
+          or else Ekind (Id) = E_Subprogram_Type);
+
+      if Ekind (Id) = E_Enumeration_Literal then
+         return Empty;
+
+      else
+         Formal := First_Entity (Id);
+
+         if Present (Formal) and then Is_Formal (Formal) then
+            return Formal;
+         else
+            return Extra_Formals (Id);  -- Empty if no extra formals
+         end if;
+      end if;
+   end First_Formal_With_Extras;
+
    -------------------------------
-   -- First_Girder_Discriminant --
+   -- First_Stored_Discriminant --
    -------------------------------
 
-   function First_Girder_Discriminant (Id : E) return E is
+   function First_Stored_Discriminant (Id : E) return E is
       Ent : Entity_Id;
 
       function Has_Completely_Hidden_Discriminant (Id : E) return Boolean;
       --  Scans the Discriminants to see whether any are Completely_Hidden
-      --  (the mechanism for describing non-specified girder discriminants)
+      --  (the mechanism for describing non-specified stored discriminants)
+
+      ----------------------------------------
+      -- Has_Completely_Hidden_Discriminant --
+      ----------------------------------------
 
       function Has_Completely_Hidden_Discriminant (Id : E) return Boolean is
          Ent : Entity_Id := Id;
@@ -4574,7 +5957,6 @@ package body Einfo is
          pragma Assert (Ekind (Id) = E_Discriminant);
 
          while Present (Ent) and then Ekind (Ent) = E_Discriminant loop
-
             if Is_Completely_Hidden (Ent) then
                return True;
             end if;
@@ -4585,7 +5967,7 @@ package body Einfo is
          return False;
       end Has_Completely_Hidden_Discriminant;
 
-   --  Start of processing for First_Girder_Discriminant
+   --  Start of processing for First_Stored_Discriminant
 
    begin
       pragma Assert
@@ -4614,7 +5996,7 @@ package body Einfo is
       pragma Assert (Ekind (Ent) = E_Discriminant);
 
       return Ent;
-   end First_Girder_Discriminant;
+   end First_Stored_Discriminant;
 
    -------------------
    -- First_Subtype --
@@ -4677,6 +6059,73 @@ package body Einfo is
       end if;
    end First_Subtype;
 
+   -------------------------------------
+   -- Get_Attribute_Definition_Clause --
+   -------------------------------------
+
+   function Get_Attribute_Definition_Clause
+     (E  : Entity_Id;
+      Id : Attribute_Id) return Node_Id
+   is
+      N : Node_Id;
+
+   begin
+      N := First_Rep_Item (E);
+      while Present (N) loop
+         if Nkind (N) = N_Attribute_Definition_Clause
+           and then Get_Attribute_Id (Chars (N)) = Id
+         then
+            return N;
+         else
+            Next_Rep_Item (N);
+         end if;
+      end loop;
+
+      return Empty;
+   end Get_Attribute_Definition_Clause;
+
+   -------------------
+   -- Get_Full_View --
+   -------------------
+
+   function Get_Full_View (T : Entity_Id) return Entity_Id is
+   begin
+      if Ekind (T) = E_Incomplete_Type
+        and then Present (Full_View (T))
+      then
+         return Full_View (T);
+
+      elsif Is_Class_Wide_Type (T)
+        and then Ekind (Root_Type (T)) = E_Incomplete_Type
+        and then Present (Full_View (Root_Type (T)))
+      then
+         return Class_Wide_Type (Full_View (Root_Type (T)));
+
+      else
+         return T;
+      end if;
+   end Get_Full_View;
+
+   --------------------
+   -- Get_Rep_Pragma --
+   --------------------
+
+   function Get_Rep_Pragma (E : Entity_Id; Nam : Name_Id) return Node_Id is
+      N : Node_Id;
+
+   begin
+      N := First_Rep_Item (E);
+      while Present (N) loop
+         if Nkind (N) = N_Pragma and then Pragma_Name (N) = Nam then
+            return N;
+         end if;
+
+         Next_Rep_Item (N);
+      end loop;
+
+      return Empty;
+   end Get_Rep_Pragma;
+
    ------------------------
    -- Has_Attach_Handler --
    ------------------------
@@ -4690,7 +6139,7 @@ package body Einfo is
       Ritem := First_Rep_Item (Id);
       while Present (Ritem) loop
          if Nkind (Ritem) = N_Pragma
-           and then Chars (Ritem) = Name_Attach_Handler
+           and then Pragma_Name (Ritem) = Name_Attach_Handler
          then
             return True;
          else
@@ -4701,28 +6150,38 @@ package body Einfo is
       return False;
    end Has_Attach_Handler;
 
+   -------------------------------------
+   -- Has_Attribute_Definition_Clause --
+   -------------------------------------
+
+   function Has_Attribute_Definition_Clause
+     (E  : Entity_Id;
+      Id : Attribute_Id) return Boolean
+   is
+   begin
+      return Present (Get_Attribute_Definition_Clause (E, Id));
+   end Has_Attribute_Definition_Clause;
+
    -----------------
    -- Has_Entries --
    -----------------
 
    function Has_Entries (Id : E) return B is
-      Result : Boolean := False;
-      Ent    : Entity_Id;
+      Ent : Entity_Id;
 
    begin
       pragma Assert (Is_Concurrent_Type (Id));
-      Ent := First_Entity (Id);
 
+      Ent := First_Entity (Id);
       while Present (Ent) loop
          if Is_Entry (Ent) then
-            Result := True;
-            exit;
+            return True;
          end if;
 
          Ent := Next_Entity (Ent);
       end loop;
 
-      return Result;
+      return False;
    end Has_Entries;
 
    ----------------------------
@@ -4731,7 +6190,7 @@ package body Einfo is
 
    function Has_Foreign_Convention (Id : E) return B is
    begin
-      return Convention (Id) >= Foreign_Convention'First;
+      return Convention (Id) in Foreign_Convention;
    end Has_Foreign_Convention;
 
    ---------------------------
@@ -4747,7 +6206,7 @@ package body Einfo is
       Ritem := First_Rep_Item (Id);
       while Present (Ritem) loop
          if Nkind (Ritem) = N_Pragma
-           and then Chars (Ritem) = Name_Interrupt_Handler
+           and then Pragma_Name (Ritem) = Name_Interrupt_Handler
          then
             return True;
          else
@@ -4765,21 +6224,73 @@ package body Einfo is
    function Has_Private_Ancestor (Id : E) return B is
       R  : constant Entity_Id := Root_Type (Id);
       T1 : Entity_Id := Id;
-
    begin
       loop
          if Is_Private_Type (T1) then
             return True;
-
          elsif T1 = R then
             return False;
-
          else
             T1 := Etype (T1);
          end if;
       end loop;
    end Has_Private_Ancestor;
 
+   --------------------
+   -- Has_Rep_Pragma --
+   --------------------
+
+   function Has_Rep_Pragma (E : Entity_Id; Nam : Name_Id) return Boolean is
+   begin
+      return Present (Get_Rep_Pragma (E, Nam));
+   end Has_Rep_Pragma;
+
+   --------------------
+   -- Has_Unmodified --
+   --------------------
+
+   function Has_Unmodified (E : Entity_Id) return Boolean is
+   begin
+      if Has_Pragma_Unmodified (E) then
+         return True;
+      elsif Warnings_Off (E) then
+         Set_Warnings_Off_Used_Unmodified (E);
+         return True;
+      else
+         return False;
+      end if;
+   end Has_Unmodified;
+
+   ---------------------
+   -- Has_Unreferenced --
+   ---------------------
+
+   function Has_Unreferenced (E : Entity_Id) return Boolean is
+   begin
+      if Has_Pragma_Unreferenced (E) then
+         return True;
+      elsif Warnings_Off (E) then
+         Set_Warnings_Off_Used_Unreferenced (E);
+         return True;
+      else
+         return False;
+      end if;
+   end Has_Unreferenced;
+
+   ----------------------
+   -- Has_Warnings_Off --
+   ----------------------
+
+   function Has_Warnings_Off (E : Entity_Id) return Boolean is
+   begin
+      if Warnings_Off (E) then
+         Set_Warnings_Off_Used (E);
+         return True;
+      else
+         return False;
+      end if;
+   end Has_Warnings_Off;
+
    ------------------------------
    -- Implementation_Base_Type --
    ------------------------------
@@ -4799,7 +6310,7 @@ package body Einfo is
          --  happen in error situations and should avoid some error bombs.
 
          if Present (Imptyp) then
-            return Imptyp;
+            return Base_Type (Imptyp);
          else
             return Bastyp;
          end if;
@@ -4809,29 +6320,6 @@ package body Einfo is
       end if;
    end Implementation_Base_Type;
 
-   -----------------------
-   -- Is_Always_Inlined --
-   -----------------------
-
-   function Is_Always_Inlined (Id : E) return B is
-      Item : Node_Id;
-
-   begin
-      Item := First_Rep_Item (Id);
-
-      while Present (Item) loop
-         if Nkind (Item) = N_Pragma
-           and then Get_Pragma_Id (Chars (Item)) = Pragma_Inline_Always
-         then
-            return True;
-         end if;
-
-         Next_Rep_Item (Item);
-      end loop;
-
-      return False;
-   end Is_Always_Inlined;
-
    ---------------------
    -- Is_Boolean_Type --
    ---------------------
@@ -4864,6 +6352,8 @@ package body Einfo is
    -- Is_By_Reference_Type --
    --------------------------
 
+   --  This function knows too much semantics, it should be in sem_util ???
+
    function Is_By_Reference_Type (Id : E) return B is
       Btype : constant Entity_Id := Base_Type (Id);
 
@@ -4876,7 +6366,6 @@ package body Einfo is
       elsif Is_Private_Type (Btype) then
          declare
             Utyp : constant Entity_Id := Underlying_Type (Btype);
-
          begin
             if No (Utyp) then
                return False;
@@ -4885,11 +6374,21 @@ package body Einfo is
             end if;
          end;
 
+      elsif Is_Incomplete_Type (Btype) then
+         declare
+            Ftyp : constant Entity_Id := Full_View (Btype);
+         begin
+            if No (Ftyp) then
+               return False;
+            else
+               return Is_By_Reference_Type (Ftyp);
+            end if;
+         end;
+
       elsif Is_Concurrent_Type (Btype) then
          return True;
 
       elsif Is_Record_Type (Btype) then
-
          if Is_Limited_Record (Btype)
            or else Is_Tagged_Type (Btype)
            or else Is_Volatile (Btype)
@@ -4898,9 +6397,10 @@ package body Einfo is
 
          else
             declare
-               C : Entity_Id := First_Component (Btype);
+               C : Entity_Id;
 
             begin
+               C := First_Component (Btype);
                while Present (C) loop
                   if Is_By_Reference_Type (Etype (C))
                     or else Is_Volatile (Etype (C))
@@ -4927,6 +6427,17 @@ package body Einfo is
       end if;
    end Is_By_Reference_Type;
 
+   ------------------------
+   -- Is_Constant_Object --
+   ------------------------
+
+   function Is_Constant_Object (Id : E) return B is
+      K : constant Entity_Kind := Ekind (Id);
+   begin
+      return
+        K = E_Constant or else K = E_In_Parameter or else K = E_Loop_Parameter;
+   end Is_Constant_Object;
+
    ---------------------
    -- Is_Derived_Type --
    ---------------------
@@ -4935,8 +6446,8 @@ package body Einfo is
       Par : Node_Id;
 
    begin
-      if Base_Type (Id) /= Root_Type (Id)
-        and then not Is_Generic_Type (Id)
+      if Is_Type (Id)
+        and then Base_Type (Id) /= Root_Type (Id)
         and then not Is_Class_Wide_Type (Id)
       then
          if not Is_Numeric_Type (Root_Type (Id)) then
@@ -4947,8 +6458,8 @@ package body Einfo is
 
             return Present (Par)
               and then Nkind (Par) = N_Full_Type_Declaration
-              and then Nkind (Type_Definition (Par))
-                = N_Derived_Type_Definition;
+              and then Nkind (Type_Definition (Par)) =
+                         N_Derived_Type_Definition;
          end if;
 
       else
@@ -4956,6 +6467,18 @@ package body Einfo is
       end if;
    end Is_Derived_Type;
 
+   --------------------
+   -- Is_Discriminal --
+   --------------------
+
+   function Is_Discriminal (Id : E) return B is
+   begin
+      return
+        (Ekind (Id) = E_Constant
+           or else Ekind (Id) = E_In_Parameter)
+         and then Present (Discriminal_Link (Id));
+   end Is_Discriminal;
+
    ----------------------
    -- Is_Dynamic_Scope --
    ----------------------
@@ -4975,7 +6498,9 @@ package body Einfo is
           or else
         Ekind (Id) = E_Entry
           or else
-        Ekind (Id) = E_Entry_Family;
+        Ekind (Id) = E_Entry_Family
+          or else
+        Ekind (Id) = E_Return_Statement;
    end Is_Dynamic_Scope;
 
    --------------------
@@ -5032,12 +6557,71 @@ package body Einfo is
       end if;
    end Is_Indefinite_Subtype;
 
+   --------------------------------
+   -- Is_Inherently_Limited_Type --
+   --------------------------------
+
+   function Is_Inherently_Limited_Type (Id : E) return B is
+      Btype : constant Entity_Id := Base_Type (Id);
+
+   begin
+      if Is_Private_Type (Btype) then
+         declare
+            Utyp : constant Entity_Id := Underlying_Type (Btype);
+         begin
+            if No (Utyp) then
+               return False;
+            else
+               return Is_Inherently_Limited_Type (Utyp);
+            end if;
+         end;
+
+      elsif Is_Concurrent_Type (Btype) then
+         return True;
+
+      elsif Is_Record_Type (Btype) then
+         if Is_Limited_Record (Btype) then
+            return not Is_Interface (Btype)
+              or else Is_Protected_Interface (Btype)
+              or else Is_Synchronized_Interface (Btype)
+              or else Is_Task_Interface (Btype);
+
+         elsif Is_Class_Wide_Type (Btype) then
+            return Is_Inherently_Limited_Type (Root_Type (Btype));
+
+         else
+            declare
+               C : Entity_Id;
+
+            begin
+               C := First_Component (Btype);
+               while Present (C) loop
+                  if Is_Inherently_Limited_Type (Etype (C)) then
+                     return True;
+                  end if;
+
+                  C := Next_Component (C);
+               end loop;
+            end;
+
+            return False;
+         end if;
+
+      elsif Is_Array_Type (Btype) then
+         return Is_Inherently_Limited_Type (Component_Type (Btype));
+
+      else
+         return False;
+      end if;
+   end Is_Inherently_Limited_Type;
+
    ---------------------
    -- Is_Limited_Type --
    ---------------------
 
    function Is_Limited_Type (Id : E) return B is
       Btype : constant E := Base_Type (Id);
+      Rtype : constant E := Root_Type (Btype);
 
    begin
       if not Is_Type (Id) then
@@ -5051,6 +6635,16 @@ package body Einfo is
       elsif Is_Concurrent_Type (Btype) then
          return True;
 
+         --  The Is_Limited_Record flag normally indicates that the type is
+         --  limited. The exception is that a type does not inherit limitedness
+         --  from its interface ancestor. So the type may be derived from a
+         --  limited interface, but is not limited.
+
+      elsif Is_Limited_Record (Id)
+        and then not Is_Interface (Id)
+      then
+         return True;
+
       --  Otherwise we will look around to see if there is some other reason
       --  for it to be limited, except that if an error was posted on the
       --  entity, then just assume it is non-limited, because it can cause
@@ -5060,17 +6654,27 @@ package body Einfo is
          return False;
 
       elsif Is_Record_Type (Btype) then
-         if Is_Limited_Record (Root_Type (Btype)) then
+
+         if Is_Limited_Interface (Id) then
             return True;
 
+         --  AI-419: limitedness is not inherited from a limited interface
+
+         elsif Is_Limited_Record (Rtype) then
+            return not Is_Interface (Rtype)
+              or else Is_Protected_Interface (Rtype)
+              or else Is_Synchronized_Interface (Rtype)
+              or else Is_Task_Interface (Rtype);
+
          elsif Is_Class_Wide_Type (Btype) then
-            return Is_Limited_Type (Root_Type (Btype));
+            return Is_Limited_Type (Rtype);
 
          else
             declare
-               C : E := First_Component (Btype);
+               C : E;
 
             begin
+               C := First_Component (Btype);
                while Present (C) loop
                   if Is_Limited_Type (Etype (C)) then
                      return True;
@@ -5091,28 +6695,39 @@ package body Einfo is
       end if;
    end Is_Limited_Type;
 
-   ----------------
-   -- Is_Package --
-   ----------------
+   -----------------------------------
+   -- Is_Package_Or_Generic_Package --
+   -----------------------------------
 
-   function Is_Package (Id : E) return B is
+   function Is_Package_Or_Generic_Package (Id : E) return B is
    begin
       return
         Ekind (Id) = E_Package
           or else
         Ekind (Id) = E_Generic_Package;
-   end Is_Package;
+   end Is_Package_Or_Generic_Package;
 
-   --------------------------
-   -- Is_Protected_Private --
-   --------------------------
+   ---------------
+   -- Is_Prival --
+   ---------------
 
-   function Is_Protected_Private (Id : E) return B is
+   function Is_Prival (Id : E) return B is
+   begin
+      return
+        (Ekind (Id) = E_Constant
+           or else Ekind (Id) = E_Variable)
+         and then Present (Prival_Link (Id));
+   end Is_Prival;
+
+   ----------------------------
+   -- Is_Protected_Component --
+   ----------------------------
 
+   function Is_Protected_Component (Id : E) return B is
    begin
-      pragma Assert (Ekind (Id) = E_Component);
-      return Is_Protected_Type (Scope (Id));
-   end Is_Protected_Private;
+      return Ekind (Id) = E_Component
+        and then Is_Protected_Type (Scope (Id));
+   end Is_Protected_Component;
 
    ------------------------------
    -- Is_Protected_Record_Type --
@@ -5125,60 +6740,28 @@ package body Einfo is
           and then Is_Protected_Type (Corresponding_Concurrent_Type (Id));
    end Is_Protected_Record_Type;
 
-   ---------------------------------
-   -- Is_Return_By_Reference_Type --
-   ---------------------------------
-
-   function Is_Return_By_Reference_Type (Id : E) return B is
-      Btype : constant Entity_Id := Base_Type (Id);
+   --------------------------------
+   -- Is_Standard_Character_Type --
+   --------------------------------
 
+   function Is_Standard_Character_Type (Id : E) return B is
    begin
-      if Is_Private_Type (Btype) then
+      if Is_Type (Id) then
          declare
-            Utyp : constant Entity_Id := Underlying_Type (Btype);
-
+            R : constant Entity_Id := Root_Type (Id);
          begin
-            if No (Utyp) then
-               return False;
-            else
-               return Is_Return_By_Reference_Type (Utyp);
-            end if;
+            return
+              R = Standard_Character
+                or else
+              R = Standard_Wide_Character
+                or else
+              R = Standard_Wide_Wide_Character;
          end;
 
-      elsif Is_Concurrent_Type (Btype) then
-         return True;
-
-      elsif Is_Record_Type (Btype) then
-         if Is_Limited_Record (Btype) then
-            return True;
-
-         elsif Is_Class_Wide_Type (Btype) then
-            return Is_Return_By_Reference_Type (Root_Type (Btype));
-
-         else
-            declare
-               C : Entity_Id := First_Component (Btype);
-
-            begin
-               while Present (C) loop
-                  if Is_Return_By_Reference_Type (Etype (C)) then
-                     return True;
-                  end if;
-
-                  C := Next_Component (C);
-               end loop;
-            end;
-
-            return False;
-         end if;
-
-      elsif Is_Array_Type (Btype) then
-         return Is_Return_By_Reference_Type (Component_Type (Btype));
-
       else
          return False;
       end if;
-   end Is_Return_By_Reference_Type;
+   end Is_Standard_Character_Type;
 
    --------------------
    -- Is_String_Type --
@@ -5188,8 +6771,8 @@ package body Einfo is
    begin
       return Ekind (Id) in String_Kind
         or else (Is_Array_Type (Id)
-                  and then Number_Dimensions (Id) = 1
-                  and then Is_Character_Type (Component_Type (Id)));
+                   and then Number_Dimensions (Id) = 1
+                   and then Is_Character_Type (Component_Type (Id)));
    end Is_String_Type;
 
    -------------------------
@@ -5222,7 +6805,6 @@ package body Einfo is
 
    begin
       Comp_Id := Next_Entity (Id);
-
       while Present (Comp_Id) loop
          exit when Ekind (Comp_Id) = E_Component;
          Comp_Id := Next_Entity (Comp_Id);
@@ -5231,25 +6813,45 @@ package body Einfo is
       return Comp_Id;
    end Next_Component;
 
+   ------------------------------------
+   -- Next_Component_Or_Discriminant --
+   ------------------------------------
+
+   function Next_Component_Or_Discriminant (Id : E) return E is
+      Comp_Id : E;
+
+   begin
+      Comp_Id := Next_Entity (Id);
+      while Present (Comp_Id) loop
+         exit when Ekind (Comp_Id) = E_Component
+                     or else
+                   Ekind (Comp_Id) = E_Discriminant;
+         Comp_Id := Next_Entity (Comp_Id);
+      end loop;
+
+      return Comp_Id;
+   end Next_Component_Or_Discriminant;
+
    -----------------------
    -- Next_Discriminant --
    -----------------------
 
    --  This function actually implements both Next_Discriminant and
-   --  Next_Girder_Discriminant by making sure that the Discriminant
+   --  Next_Stored_Discriminant by making sure that the Discriminant
    --  returned is of the same variety as Id.
 
    function Next_Discriminant (Id : E) return E is
 
       --  Derived Tagged types with private extensions look like this...
-      --
+
       --       E_Discriminant d1
       --       E_Discriminant d2
       --       E_Component    _tag
       --       E_Discriminant d1
       --       E_Discriminant d2
       --       ...
-      --  so it is critical not to go past the leading discriminants.
+
+      --  so it is critical not to go past the leading discriminants
 
       D : E := Id;
 
@@ -5258,7 +6860,7 @@ package body Einfo is
 
       loop
          D := Next_Entity (D);
-         if not Present (D)
+         if No (D)
            or else (Ekind (D) /= E_Discriminant
                       and then not Is_Itype (D))
          then
@@ -5280,10 +6882,10 @@ package body Einfo is
       P : E;
 
    begin
-      --  Follow the chain of declared entities as long as the kind of
-      --  the entity corresponds to a formal parameter. Skip internal
-      --  entities that may have been created for implicit subtypes,
-      --  in the process of analyzing default expressions.
+      --  Follow the chain of declared entities as long as the kind of the
+      --  entity corresponds to a formal parameter. Skip internal entities
+      --  that may have been created for implicit subtypes, in the process
+      --  of analyzing default expressions.
 
       P := Id;
 
@@ -5306,23 +6908,11 @@ package body Einfo is
    begin
       if Present (Extra_Formal (Id)) then
          return Extra_Formal (Id);
-
       else
          return Next_Formal (Id);
       end if;
    end Next_Formal_With_Extras;
 
-   ------------------------------
-   -- Next_Girder_Discriminant --
-   ------------------------------
-
-   function Next_Girder_Discriminant (Id : E) return E is
-   begin
-      --  See comment in Next_Discriminant
-
-      return Next_Discriminant (Id);
-   end Next_Girder_Discriminant;
-
    ----------------
    -- Next_Index --
    ----------------
@@ -5342,6 +6932,17 @@ package body Einfo is
       return Next (Id);
    end Next_Literal;
 
+   ------------------------------
+   -- Next_Stored_Discriminant --
+   ------------------------------
+
+   function Next_Stored_Discriminant (Id : E) return E is
+   begin
+      --  See comment in Next_Discriminant
+
+      return Next_Discriminant (Id);
+   end Next_Stored_Discriminant;
+
    -----------------------
    -- Number_Dimensions --
    -----------------------
@@ -5357,7 +6958,6 @@ package body Einfo is
       else
          N := 0;
          T := First_Index (Id);
-
          while Present (T) loop
             N := N + 1;
             T := Next (T);
@@ -5378,7 +6978,6 @@ package body Einfo is
    begin
       N := 0;
       Discr := First_Discriminant (Id);
-
       while Present (Discr) loop
          N := N + 1;
          Discr := Next_Discriminant (Discr);
@@ -5397,9 +6996,9 @@ package body Einfo is
 
    begin
       pragma Assert (Is_Concurrent_Type (Id));
+
       N := 0;
       Ent := First_Entity (Id);
-
       while Present (Ent) loop
          if Is_Entry (Ent) then
             N := N + 1;
@@ -5422,7 +7021,6 @@ package body Einfo is
    begin
       N := 0;
       Formal := First_Formal (Id);
-
       while Present (Formal) loop
          N := N + 1;
          Formal := Next_Formal (Formal);
@@ -5440,6 +7038,16 @@ package body Einfo is
       return Ekind (Id);
    end Parameter_Mode;
 
+   ---------------------
+   -- Record_Rep_Item --
+   ---------------------
+
+   procedure Record_Rep_Item (E : Entity_Id; N : Node_Id) is
+   begin
+      Set_Next_Rep_Item (N, First_Rep_Item (E));
+      Set_First_Rep_Item (E, N);
+   end Record_Rep_Item;
+
    ---------------
    -- Root_Type --
    ---------------
@@ -5455,6 +7063,14 @@ package body Einfo is
       if Ekind (T) = E_Class_Wide_Type then
          return Etype (T);
 
+      elsif Ekind (T) = E_Class_Wide_Subtype then
+         return Etype (Base_Type (T));
+
+         --  ??? T comes from Base_Type, how can it be a subtype?
+         --  Also Base_Type is supposed to be idempotent, so either way
+         --  this is equivalent to "return Etype (T)" and should be merged
+         --  with the E_Class_Wide_Type case.
+
       --  All other cases
 
       else
@@ -5464,6 +7080,12 @@ package body Einfo is
             if T = Etyp then
                return T;
 
+            --  Following test catches some error cases resulting from
+            --  previous errors.
+
+            elsif No (Etyp) then
+               return T;
+
             elsif Is_Private_Type (T) and then Etyp = Full_View (T) then
                return T;
 
@@ -5472,10 +7094,16 @@ package body Einfo is
             end if;
 
             T := Etyp;
+
+            --  Return if there is a circularity in the inheritance chain. This
+            --  happens in some error situations and we do not want to get
+            --  stuck in this loop.
+
+            if T = Base_Type (Id) then
+               return T;
+            end if;
          end loop;
       end if;
-
-      raise Program_Error;
    end Root_Type;
 
    -----------------
@@ -5483,9 +7111,10 @@ package body Einfo is
    -----------------
 
    function Scope_Depth (Id : E) return Uint is
-      Scop : Entity_Id := Id;
+      Scop : Entity_Id;
 
    begin
+      Scop := Id;
       while Is_Record_Type (Scop) loop
          Scop := Scope (Scop);
       end loop;
@@ -5548,23 +7177,19 @@ package body Einfo is
    -----------------
 
    function Size_Clause (Id : E) return N is
-      Ritem : Node_Id;
-
    begin
-      Ritem := First_Rep_Item (Id);
-      while Present (Ritem) loop
-         if Nkind (Ritem) = N_Attribute_Definition_Clause
-           and then Chars (Ritem) = Name_Size
-         then
-            return Ritem;
-         else
-            Ritem := Next_Rep_Item (Ritem);
-         end if;
-      end loop;
-
-      return Empty;
+      return Rep_Clause (Id, Name_Size);
    end Size_Clause;
 
+   ------------------------
+   -- Stream_Size_Clause --
+   ------------------------
+
+   function Stream_Size_Clause (Id : E) return N is
+   begin
+      return Rep_Clause (Id, Name_Stream_Size);
+   end Stream_Size_Clause;
+
    ------------------
    -- Subtype_Kind --
    ------------------
@@ -5639,11 +7264,11 @@ package body Einfo is
       return Kind;
    end Subtype_Kind;
 
-   -------------------
-   -- Tag_Component --
-   -------------------
+   -------------------------
+   -- First_Tag_Component --
+   -------------------------
 
-   function Tag_Component (Id : E) return E is
+   function First_Tag_Component (Id : E) return E is
       Comp : Entity_Id;
       Typ  : Entity_Id := Id;
 
@@ -5656,6 +7281,14 @@ package body Einfo is
 
       if Is_Private_Type (Typ) then
          Typ := Underlying_Type (Typ);
+
+         --  If the underlying type is missing then the source program has
+         --  errors and there is nothing else to do (the full-type declaration
+         --  associated with the private type declaration is missing).
+
+         if No (Typ) then
+            return Empty;
+         end if;
       end if;
 
       Comp := First_Entity (Typ);
@@ -5670,18 +7303,44 @@ package body Einfo is
       --  No tag component found
 
       return Empty;
-   end Tag_Component;
+   end First_Tag_Component;
+
+   ------------------------
+   -- Next_Tag_Component --
+   ------------------------
+
+   function Next_Tag_Component (Id : E) return E is
+      Comp : Entity_Id;
+
+   begin
+      pragma Assert (Is_Tag (Id));
+
+      Comp := Next_Entity (Id);
+      while Present (Comp) loop
+         if Is_Tag (Comp) then
+            pragma Assert (Chars (Comp) /= Name_uTag);
+            return Comp;
+         end if;
+
+         Comp := Next_Entity (Comp);
+      end loop;
+
+      --  No tag component found
+
+      return Empty;
+   end Next_Tag_Component;
 
    ---------------------
    -- Type_High_Bound --
    ---------------------
 
    function Type_High_Bound (Id : E) return Node_Id is
+      Rng : constant Node_Id := Scalar_Range (Id);
    begin
-      if Nkind (Scalar_Range (Id)) = N_Subtype_Indication then
-         return High_Bound (Range_Expression (Constraint (Scalar_Range (Id))));
+      if Nkind (Rng) = N_Subtype_Indication then
+         return High_Bound (Range_Expression (Constraint (Rng)));
       else
-         return High_Bound (Scalar_Range (Id));
+         return High_Bound (Rng);
       end if;
    end Type_High_Bound;
 
@@ -5690,11 +7349,12 @@ package body Einfo is
    --------------------
 
    function Type_Low_Bound (Id : E) return Node_Id is
+      Rng : constant Node_Id := Scalar_Range (Id);
    begin
-      if Nkind (Scalar_Range (Id)) = N_Subtype_Indication then
-         return Low_Bound (Range_Expression (Constraint (Scalar_Range (Id))));
+      if Nkind (Rng) = N_Subtype_Indication then
+         return Low_Bound (Range_Expression (Constraint (Rng)));
       else
-         return Low_Bound (Scalar_Range (Id));
+         return Low_Bound (Rng);
       end if;
    end Type_Low_Bound;
 
@@ -5704,7 +7364,6 @@ package body Einfo is
 
    function Underlying_Type (Id : E) return E is
    begin
-
       --  For record_with_private the underlying type is always the direct
       --  full view. Never try to take the full view of the parent it
       --  doesn't make sense.
@@ -5718,7 +7377,24 @@ package body Einfo is
          --  then we return the Underlying_Type of this full view
 
          if Present (Full_View (Id)) then
-            return Underlying_Type (Full_View (Id));
+            if Id = Full_View (Id) then
+
+               --  Previous error in declaration
+
+               return Empty;
+
+            else
+               return Underlying_Type (Full_View (Id));
+            end if;
+
+         --  If we have an incomplete entity that comes from the limited
+         --  view then we return the Underlying_Type of its non-limited
+         --  view.
+
+         elsif From_With_Type (Id)
+           and then Present (Non_Limited_View (Id))
+         then
+            return Underlying_Type (Non_Limited_View (Id));
 
          --  Otherwise check for the case where we have a derived type or
          --  subtype, and if so get the Underlying_Type of the parent type.
@@ -5753,6 +7429,10 @@ package body Einfo is
       procedure W (Flag_Name : String; Flag : Boolean);
       --  Write out given flag if it is set
 
+      -------
+      -- W --
+      -------
+
       procedure W (Flag_Name : String; Flag : Boolean) is
       begin
          if Flag then
@@ -5767,7 +7447,7 @@ package body Einfo is
 
    begin
       if (Is_Array_Type (Id) or else Is_Record_Type (Id))
-        and then Base_Type (Id) = Id
+        and then Id = Base_Type (Id)
       then
          Write_Str (Prefix);
          Write_Str ("Component_Alignment = ");
@@ -5789,178 +7469,244 @@ package body Einfo is
          Write_Eol;
       end if;
 
-      W ("Address_Taken",                 Flag104 (Id));
-      W ("C_Pass_By_Copy",                Flag125 (Id));
-      W ("Debug_Info_Off",                Flag166 (Id));
-      W ("Default_Expressions_Processed", Flag108 (Id));
-      W ("Delay_Cleanups",                Flag114 (Id));
-      W ("Delay_Subprogram_Descriptors",  Flag50  (Id));
-      W ("Depends_On_Private",            Flag14  (Id));
-      W ("Discard_Names",                 Flag88  (Id));
-      W ("Elaborate_All_Desirable",       Flag146 (Id));
-      W ("Elaboration_Entity_Required",   Flag174 (Id));
-      W ("Entry_Accepted",                Flag152 (Id));
-      W ("Finalize_Storage_Only",         Flag158 (Id));
-      W ("From_With_Type",                Flag159 (Id));
-      W ("Function_Returns_With_DSP",     Flag169 (Id));
-      W ("Has_Aliased_Components",        Flag135 (Id));
-      W ("Has_Alignment_Clause",          Flag46  (Id));
-      W ("Has_All_Calls_Remote",          Flag79  (Id));
-      W ("Has_Atomic_Components",         Flag86  (Id));
-      W ("Has_Biased_Representation",     Flag139 (Id));
-      W ("Has_Completion",                Flag26  (Id));
-      W ("Has_Completion_In_Body",        Flag71  (Id));
-      W ("Has_Complex_Representation",    Flag140 (Id));
-      W ("Has_Component_Size_Clause",     Flag68  (Id));
-      W ("Has_Controlled_Component",      Flag43  (Id));
-      W ("Has_Controlling_Result",        Flag98  (Id));
-      W ("Has_Convention_Pragma",         Flag119 (Id));
-      W ("Has_Delayed_Freeze",            Flag18  (Id));
-      W ("Has_Discriminants",             Flag5   (Id));
-      W ("Has_Enumeration_Rep_Clause",    Flag66  (Id));
-      W ("Has_Exit",                      Flag47  (Id));
-      W ("Has_External_Tag_Rep_Clause",   Flag110 (Id));
-      W ("Has_Forward_Instantiation",     Flag175 (Id));
-      W ("Has_Fully_Qualified_Name",      Flag173 (Id));
-      W ("Has_Gigi_Rep_Item",             Flag82  (Id));
-      W ("Has_Homonym",                   Flag56  (Id));
-      W ("Has_Machine_Radix_Clause",      Flag83  (Id));
-      W ("Has_Master_Entity",             Flag21  (Id));
-      W ("Has_Missing_Return",            Flag142 (Id));
-      W ("Has_Nested_Block_With_Handler", Flag101 (Id));
-      W ("Has_Non_Standard_Rep",          Flag75  (Id));
-      W ("Has_Object_Size_Clause",        Flag172 (Id));
-      W ("Has_Per_Object_Constraint",     Flag154 (Id));
-      W ("Has_Pragma_Controlled",         Flag27  (Id));
-      W ("Has_Pragma_Elaborate_Body",     Flag150 (Id));
-      W ("Has_Pragma_Inline",             Flag157 (Id));
-      W ("Has_Pragma_Pack",               Flag121 (Id));
-      W ("Has_Primitive_Operations",      Flag120 (Id));
-      W ("Has_Private_Declaration",       Flag155 (Id));
-      W ("Has_Qualified_Name",            Flag161 (Id));
-      W ("Has_Record_Rep_Clause",         Flag65  (Id));
-      W ("Has_Recursive_Call",            Flag143 (Id));
-      W ("Has_Size_Clause",               Flag29  (Id));
-      W ("Has_Small_Clause",              Flag67  (Id));
-      W ("Has_Specified_Layout",          Flag100 (Id));
-      W ("Has_Storage_Size_Clause",       Flag23  (Id));
-      W ("Has_Subprogram_Descriptor",     Flag93  (Id));
-      W ("Has_Task",                      Flag30  (Id));
-      W ("Has_Unchecked_Union",           Flag123 (Id));
-      W ("Has_Unknown_Discriminants",     Flag72  (Id));
-      W ("Has_Volatile_Components",       Flag87  (Id));
-      W ("In_Package_Body",               Flag48  (Id));
-      W ("In_Private_Part",               Flag45  (Id));
-      W ("In_Use",                        Flag8   (Id));
-      W ("Is_AST_Entry",                  Flag132 (Id));
-      W ("Is_Abstract",                   Flag19  (Id));
-      W ("Is_Access_Constant",            Flag69  (Id));
-      W ("Is_Aliased",                    Flag15  (Id));
-      W ("Is_Asynchronous",               Flag81  (Id));
-      W ("Is_Atomic",                     Flag85  (Id));
-      W ("Is_Bit_Packed_Array",           Flag122 (Id));
-      W ("Is_CPP_Class",                  Flag74  (Id));
-      W ("Is_Called",                     Flag102 (Id));
-      W ("Is_Character_Type",             Flag63  (Id));
-      W ("Is_Child_Unit",                 Flag73  (Id));
-      W ("Is_Compilation_Unit",           Flag149 (Id));
-      W ("Is_Completely_Hidden",          Flag103 (Id));
-      W ("Is_Concurrent_Record_Type",     Flag20  (Id));
-      W ("Is_Constr_Subt_For_UN_Aliased", Flag141 (Id));
-      W ("Is_Constr_Subt_For_U_Nominal",  Flag80  (Id));
-      W ("Is_Constrained",                Flag12  (Id));
-      W ("Is_Constructor",                Flag76  (Id));
-      W ("Is_Controlled",                 Flag42  (Id));
-      W ("Is_Controlling_Formal",         Flag97  (Id));
-      W ("Is_Destructor",                 Flag77  (Id));
-      W ("Is_Discrim_SO_Function",        Flag176 (Id));
-      W ("Is_Dispatching_Operation",      Flag6   (Id));
-      W ("Is_Eliminated",                 Flag124 (Id));
-      W ("Is_Entry_Formal",               Flag52  (Id));
-      W ("Is_Exported",                   Flag99  (Id));
-      W ("Is_First_Subtype",              Flag70  (Id));
-      W ("Is_For_Access_Subtype",         Flag118 (Id));
-      W ("Is_Formal_Subprogram",          Flag111 (Id));
-      W ("Is_Frozen",                     Flag4   (Id));
-      W ("Is_Generic_Actual_Type",        Flag94  (Id));
-      W ("Is_Generic_Instance",           Flag130 (Id));
-      W ("Is_Generic_Type",               Flag13  (Id));
-      W ("Is_Hidden",                     Flag57  (Id));
-      W ("Is_Hidden_Open_Scope",          Flag171 (Id));
-      W ("Is_Immediately_Visible",        Flag7   (Id));
-      W ("Is_Imported",                   Flag24  (Id));
-      W ("Is_Inlined",                    Flag11  (Id));
-      W ("Is_Instantiated",               Flag126 (Id));
-      W ("Is_Internal",                   Flag17  (Id));
-      W ("Is_Interrupt_Handler",          Flag89  (Id));
-      W ("Is_Intrinsic_Subprogram",       Flag64  (Id));
-      W ("Is_Itype",                      Flag91  (Id));
-      W ("Is_Known_Valid",                Flag170 (Id));
-      W ("Is_Limited_Composite",          Flag106 (Id));
-      W ("Is_Limited_Record",             Flag25  (Id));
-      W ("Is_Non_Static_Subtype",         Flag109 (Id));
-      W ("Is_Null_Init_Proc",             Flag178 (Id));
-      W ("Is_Optional_Parameter",         Flag134 (Id));
-      W ("Is_Package_Body_Entity",        Flag160 (Id));
-      W ("Is_Packed",                     Flag51  (Id));
-      W ("Is_Packed_Array_Type",          Flag138 (Id));
-      W ("Is_Potentially_Use_Visible",    Flag9   (Id));
-      W ("Is_Preelaborated",              Flag59  (Id));
-      W ("Is_Private_Composite",          Flag107 (Id));
-      W ("Is_Private_Descendant",         Flag53  (Id));
-      W ("Is_Psected",                    Flag153 (Id));
-      W ("Is_Public",                     Flag10  (Id));
-      W ("Is_Pure",                       Flag44  (Id));
-      W ("Is_Remote_Call_Interface",      Flag62  (Id));
-      W ("Is_Remote_Types",               Flag61  (Id));
-      W ("Is_Renaming_Of_Object",         Flag112 (Id));
-      W ("Is_Shared_Passive",             Flag60  (Id));
-      W ("Is_Statically_Allocated",       Flag28  (Id));
-      W ("Is_Tag",                        Flag78  (Id));
-      W ("Is_Tagged_Type",                Flag55  (Id));
-      W ("Is_True_Constant",              Flag163 (Id));
-      W ("Is_Unchecked_Union",            Flag117 (Id));
-      W ("Is_Unsigned_Type",              Flag144 (Id));
-      W ("Is_VMS_Exception",              Flag133 (Id));
-      W ("Is_Valued_Procedure",           Flag127 (Id));
-      W ("Is_Visible_Child_Unit",         Flag116 (Id));
-      W ("Is_Volatile",                   Flag16  (Id));
-      W ("Machine_Radix_10",              Flag84  (Id));
-      W ("Materialize_Entity",            Flag168 (Id));
-      W ("Needs_Debug_Info",              Flag147 (Id));
-      W ("Needs_No_Actuals",              Flag22  (Id));
-      W ("No_Pool_Assigned",              Flag131 (Id));
-      W ("No_Return",                     Flag113 (Id));
-      W ("Non_Binary_Modulus",            Flag58  (Id));
-      W ("Nonzero_Is_True",               Flag162 (Id));
-      W ("Not_Source_Assigned",           Flag115 (Id));
-      W ("Reachable",                     Flag49  (Id));
-      W ("Referenced",                    Flag156 (Id));
-      W ("Return_Present",                Flag54  (Id));
-      W ("Returns_By_Ref",                Flag90  (Id));
-      W ("Reverse_Bit_Order",             Flag164 (Id));
-      W ("Sec_Stack_Needed_For_Return",   Flag167 (Id));
-      W ("Size_Depends_On_Discriminant",  Flag177 (Id));
-      W ("Size_Known_At_Compile_Time",    Flag92  (Id));
-      W ("Strict_Alignment",              Flag145 (Id));
-      W ("Suppress_Access_Checks",        Flag31  (Id));
-      W ("Suppress_Accessibility_Checks", Flag32  (Id));
-      W ("Suppress_Discriminant_Checks",  Flag33  (Id));
-      W ("Suppress_Division_Checks",      Flag34  (Id));
-      W ("Suppress_Elaboration_Checks",   Flag35  (Id));
-      W ("Suppress_Elaboration_Warnings", Flag148 (Id));
-      W ("Suppress_Index_Checks",         Flag36  (Id));
-      W ("Suppress_Init_Proc",            Flag105 (Id));
-      W ("Suppress_Length_Checks",        Flag37  (Id));
-      W ("Suppress_Overflow_Checks",      Flag38  (Id));
-      W ("Suppress_Range_Checks",         Flag39  (Id));
-      W ("Suppress_Storage_Checks",       Flag40  (Id));
-      W ("Suppress_Style_Checks",         Flag165 (Id));
-      W ("Suppress_Tag_Checks",           Flag41  (Id));
-      W ("Uses_Sec_Stack",                Flag95  (Id));
-      W ("Vax_Float",                     Flag151 (Id));
-      W ("Warnings_Off",                  Flag96  (Id));
-
+      W ("Address_Taken",                   Flag104 (Id));
+      W ("Body_Needed_For_SAL",             Flag40  (Id));
+      W ("C_Pass_By_Copy",                  Flag125 (Id));
+      W ("Can_Never_Be_Null",               Flag38  (Id));
+      W ("Checks_May_Be_Suppressed",        Flag31  (Id));
+      W ("Debug_Info_Off",                  Flag166 (Id));
+      W ("Default_Expressions_Processed",   Flag108 (Id));
+      W ("Delay_Cleanups",                  Flag114 (Id));
+      W ("Delay_Subprogram_Descriptors",    Flag50  (Id));
+      W ("Depends_On_Private",              Flag14  (Id));
+      W ("Discard_Names",                   Flag88  (Id));
+      W ("Elaboration_Entity_Required",     Flag174 (Id));
+      W ("Elaborate_Body_Desirable",        Flag210 (Id));
+      W ("Entry_Accepted",                  Flag152 (Id));
+      W ("Can_Use_Internal_Rep",            Flag229 (Id));
+      W ("Finalize_Storage_Only",           Flag158 (Id));
+      W ("From_With_Type",                  Flag159 (Id));
+      W ("Has_Aliased_Components",          Flag135 (Id));
+      W ("Has_Alignment_Clause",            Flag46  (Id));
+      W ("Has_All_Calls_Remote",            Flag79  (Id));
+      W ("Has_Anon_Block_Suffix",           Flag201 (Id));
+      W ("Has_Atomic_Components",           Flag86  (Id));
+      W ("Has_Biased_Representation",       Flag139 (Id));
+      W ("Has_Completion",                  Flag26  (Id));
+      W ("Has_Completion_In_Body",          Flag71  (Id));
+      W ("Has_Complex_Representation",      Flag140 (Id));
+      W ("Has_Component_Size_Clause",       Flag68  (Id));
+      W ("Has_Contiguous_Rep",              Flag181 (Id));
+      W ("Has_Controlled_Component",        Flag43  (Id));
+      W ("Has_Controlling_Result",          Flag98  (Id));
+      W ("Has_Convention_Pragma",           Flag119 (Id));
+      W ("Has_Delayed_Freeze",              Flag18  (Id));
+      W ("Has_Discriminants",               Flag5   (Id));
+      W ("Has_Enumeration_Rep_Clause",      Flag66  (Id));
+      W ("Has_Exit",                        Flag47  (Id));
+      W ("Has_External_Tag_Rep_Clause",     Flag110 (Id));
+      W ("Has_Forward_Instantiation",       Flag175 (Id));
+      W ("Has_Fully_Qualified_Name",        Flag173 (Id));
+      W ("Has_Gigi_Rep_Item",               Flag82  (Id));
+      W ("Has_Homonym",                     Flag56  (Id));
+      W ("Has_Initial_Value",               Flag219 (Id));
+      W ("Has_Machine_Radix_Clause",        Flag83  (Id));
+      W ("Has_Master_Entity",               Flag21  (Id));
+      W ("Has_Missing_Return",              Flag142 (Id));
+      W ("Has_Nested_Block_With_Handler",   Flag101 (Id));
+      W ("Has_Non_Standard_Rep",            Flag75  (Id));
+      W ("Has_Object_Size_Clause",          Flag172 (Id));
+      W ("Has_Per_Object_Constraint",       Flag154 (Id));
+      W ("Has_Persistent_BSS",              Flag188 (Id));
+      W ("Has_Postconditions",              Flag240 (Id));
+      W ("Has_Pragma_Controlled",           Flag27  (Id));
+      W ("Has_Pragma_Elaborate_Body",       Flag150 (Id));
+      W ("Has_Pragma_Inline",               Flag157 (Id));
+      W ("Has_Pragma_Inline_Always",        Flag230 (Id));
+      W ("Has_Pragma_Pack",                 Flag121 (Id));
+      W ("Has_Pragma_Preelab_Init",         Flag221 (Id));
+      W ("Has_Pragma_Pure",                 Flag203 (Id));
+      W ("Has_Pragma_Pure_Function",        Flag179 (Id));
+      W ("Has_Pragma_Thread_Local_Storage", Flag169 (Id));
+      W ("Has_Pragma_Unmodified",           Flag233 (Id));
+      W ("Has_Pragma_Unreferenced",         Flag180 (Id));
+      W ("Has_Pragma_Unreferenced_Objects", Flag212 (Id));
+      W ("Has_Primitive_Operations",        Flag120 (Id));
+      W ("Has_Private_Declaration",         Flag155 (Id));
+      W ("Has_Qualified_Name",              Flag161 (Id));
+      W ("Has_RACW",                        Flag214 (Id));
+      W ("Has_Record_Rep_Clause",           Flag65  (Id));
+      W ("Has_Recursive_Call",              Flag143 (Id));
+      W ("Has_Size_Clause",                 Flag29  (Id));
+      W ("Has_Small_Clause",                Flag67  (Id));
+      W ("Has_Specified_Layout",            Flag100 (Id));
+      W ("Has_Specified_Stream_Input",      Flag190 (Id));
+      W ("Has_Specified_Stream_Output",     Flag191 (Id));
+      W ("Has_Specified_Stream_Read",       Flag192 (Id));
+      W ("Has_Specified_Stream_Write",      Flag193 (Id));
+      W ("Has_Static_Discriminants",        Flag211 (Id));
+      W ("Has_Storage_Size_Clause",         Flag23  (Id));
+      W ("Has_Stream_Size_Clause",          Flag184 (Id));
+      W ("Has_Subprogram_Descriptor",       Flag93  (Id));
+      W ("Has_Task",                        Flag30  (Id));
+      W ("Has_Thunks",                      Flag228 (Id));
+      W ("Has_Unchecked_Union",             Flag123 (Id));
+      W ("Has_Unknown_Discriminants",       Flag72  (Id));
+      W ("Has_Up_Level_Access",             Flag215 (Id));
+      W ("Has_Volatile_Components",         Flag87  (Id));
+      W ("Has_Xref_Entry",                  Flag182 (Id));
+      W ("Implemented_By_Entry",            Flag232 (Id));
+      W ("In_Package_Body",                 Flag48  (Id));
+      W ("In_Private_Part",                 Flag45  (Id));
+      W ("In_Use",                          Flag8   (Id));
+      W ("Is_AST_Entry",                    Flag132 (Id));
+      W ("Is_Abstract_Subprogram",          Flag19  (Id));
+      W ("Is_Abstract_Type",                Flag146  (Id));
+      W ("Is_Local_Anonymous_Access",       Flag194 (Id));
+      W ("Is_Access_Constant",              Flag69  (Id));
+      W ("Is_Ada_2005_Only",                Flag185 (Id));
+      W ("Is_Aliased",                      Flag15  (Id));
+      W ("Is_Asynchronous",                 Flag81  (Id));
+      W ("Is_Atomic",                       Flag85  (Id));
+      W ("Is_Bit_Packed_Array",             Flag122 (Id));
+      W ("Is_CPP_Class",                    Flag74  (Id));
+      W ("Is_Called",                       Flag102 (Id));
+      W ("Is_Character_Type",               Flag63  (Id));
+      W ("Is_Child_Unit",                   Flag73  (Id));
+      W ("Is_Class_Wide_Equivalent_Type",   Flag35  (Id));
+      W ("Is_Compilation_Unit",             Flag149 (Id));
+      W ("Is_Completely_Hidden",            Flag103 (Id));
+      W ("Is_Concurrent_Record_Type",       Flag20  (Id));
+      W ("Is_Constr_Subt_For_UN_Aliased",   Flag141 (Id));
+      W ("Is_Constr_Subt_For_U_Nominal",    Flag80  (Id));
+      W ("Is_Constrained",                  Flag12  (Id));
+      W ("Is_Constructor",                  Flag76  (Id));
+      W ("Is_Controlled",                   Flag42  (Id));
+      W ("Is_Controlling_Formal",           Flag97  (Id));
+      W ("Is_Descendent_Of_Address",        Flag223 (Id));
+      W ("Is_Discrim_SO_Function",          Flag176 (Id));
+      W ("Is_Dispatch_Table_Entity",        Flag234 (Id));
+      W ("Is_Dispatching_Operation",        Flag6   (Id));
+      W ("Is_Eliminated",                   Flag124 (Id));
+      W ("Is_Entry_Formal",                 Flag52  (Id));
+      W ("Is_Exported",                     Flag99  (Id));
+      W ("Is_First_Subtype",                Flag70  (Id));
+      W ("Is_For_Access_Subtype",           Flag118 (Id));
+      W ("Is_Formal_Subprogram",            Flag111 (Id));
+      W ("Is_Frozen",                       Flag4   (Id));
+      W ("Is_Generic_Actual_Type",          Flag94  (Id));
+      W ("Is_Generic_Instance",             Flag130 (Id));
+      W ("Is_Generic_Type",                 Flag13  (Id));
+      W ("Is_Hidden",                       Flag57  (Id));
+      W ("Is_Hidden_Open_Scope",            Flag171 (Id));
+      W ("Is_Immediately_Visible",          Flag7   (Id));
+      W ("Is_Imported",                     Flag24  (Id));
+      W ("Is_Inlined",                      Flag11  (Id));
+      W ("Is_Instantiated",                 Flag126 (Id));
+      W ("Is_Interface",                    Flag186 (Id));
+      W ("Is_Internal",                     Flag17  (Id));
+      W ("Is_Interrupt_Handler",            Flag89  (Id));
+      W ("Is_Intrinsic_Subprogram",         Flag64  (Id));
+      W ("Is_Itype",                        Flag91  (Id));
+      W ("Is_Known_Non_Null",               Flag37  (Id));
+      W ("Is_Known_Null",                   Flag204 (Id));
+      W ("Is_Known_Valid",                  Flag170 (Id));
+      W ("Is_Limited_Composite",            Flag106 (Id));
+      W ("Is_Limited_Interface",            Flag197 (Id));
+      W ("Is_Limited_Record",               Flag25  (Id));
+      W ("Is_Machine_Code_Subprogram",      Flag137 (Id));
+      W ("Is_Non_Static_Subtype",           Flag109 (Id));
+      W ("Is_Null_Init_Proc",               Flag178 (Id));
+      W ("Is_Obsolescent",                  Flag153 (Id));
+      W ("Is_Only_Out_Parameter",           Flag226 (Id));
+      W ("Is_Optional_Parameter",           Flag134 (Id));
+      W ("Is_Overriding_Operation",         Flag39  (Id));
+      W ("Is_Package_Body_Entity",          Flag160 (Id));
+      W ("Is_Packed",                       Flag51  (Id));
+      W ("Is_Packed_Array_Type",            Flag138 (Id));
+      W ("Is_Potentially_Use_Visible",      Flag9   (Id));
+      W ("Is_Preelaborated",                Flag59  (Id));
+      W ("Is_Primitive",                    Flag218 (Id));
+      W ("Is_Primitive_Wrapper",            Flag195 (Id));
+      W ("Is_Private_Composite",            Flag107 (Id));
+      W ("Is_Private_Descendant",           Flag53  (Id));
+      W ("Is_Private_Primitive",            Flag245 (Id));
+      W ("Is_Protected_Interface",          Flag198 (Id));
+      W ("Is_Public",                       Flag10  (Id));
+      W ("Is_Pure",                         Flag44  (Id));
+      W ("Is_Pure_Unit_Access_Type",        Flag189 (Id));
+      W ("Is_RACW_Stub_Type",               Flag244 (Id));
+      W ("Is_Raised",                       Flag224 (Id));
+      W ("Is_Remote_Call_Interface",        Flag62  (Id));
+      W ("Is_Remote_Types",                 Flag61  (Id));
+      W ("Is_Renaming_Of_Object",           Flag112 (Id));
+      W ("Is_Return_Object",                Flag209 (Id));
+      W ("Is_Shared_Passive",               Flag60  (Id));
+      W ("Is_Synchronized_Interface",       Flag199 (Id));
+      W ("Is_Statically_Allocated",         Flag28  (Id));
+      W ("Is_Tag",                          Flag78  (Id));
+      W ("Is_Tagged_Type",                  Flag55  (Id));
+      W ("Is_Task_Interface",               Flag200 (Id));
+      W ("Is_Thunk",                        Flag225 (Id));
+      W ("Is_Trivial_Subprogram",           Flag235 (Id));
+      W ("Is_True_Constant",                Flag163 (Id));
+      W ("Is_Unchecked_Union",              Flag117 (Id));
+      W ("Is_Unsigned_Type",                Flag144 (Id));
+      W ("Is_VMS_Exception",                Flag133 (Id));
+      W ("Is_Valued_Procedure",             Flag127 (Id));
+      W ("Is_Visible_Child_Unit",           Flag116 (Id));
+      W ("Is_Visible_Formal",               Flag206 (Id));
+      W ("Is_Volatile",                     Flag16  (Id));
+      W ("Itype_Printed",                   Flag202 (Id));
+      W ("Kill_Elaboration_Checks",         Flag32  (Id));
+      W ("Kill_Range_Checks",               Flag33  (Id));
+      W ("Kill_Tag_Checks",                 Flag34  (Id));
+      W ("Known_To_Have_Preelab_Init",      Flag207 (Id));
+      W ("Low_Bound_Known",                 Flag205 (Id));
+      W ("Machine_Radix_10",                Flag84  (Id));
+      W ("Materialize_Entity",              Flag168 (Id));
+      W ("Must_Be_On_Byte_Boundary",        Flag183 (Id));
+      W ("Must_Have_Preelab_Init",          Flag208 (Id));
+      W ("Needs_Debug_Info",                Flag147 (Id));
+      W ("Needs_No_Actuals",                Flag22  (Id));
+      W ("Never_Set_In_Source",             Flag115 (Id));
+      W ("No_Pool_Assigned",                Flag131 (Id));
+      W ("No_Return",                       Flag113 (Id));
+      W ("No_Strict_Aliasing",              Flag136 (Id));
+      W ("Non_Binary_Modulus",              Flag58  (Id));
+      W ("Nonzero_Is_True",                 Flag162 (Id));
+      W ("OK_To_Reorder_Components",        Flag239 (Id));
+      W ("Optimize_Alignment_Space",        Flag241 (Id));
+      W ("Optimize_Alignment_Time",         Flag242 (Id));
+      W ("Overlays_Constant",               Flag243 (Id));
+      W ("Reachable",                       Flag49  (Id));
+      W ("Referenced",                      Flag156 (Id));
+      W ("Referenced_As_LHS",               Flag36  (Id));
+      W ("Referenced_As_Out_Parameter",     Flag227 (Id));
+      W ("Renamed_In_Spec",                 Flag231 (Id));
+      W ("Requires_Overriding",             Flag213 (Id));
+      W ("Return_Present",                  Flag54  (Id));
+      W ("Returns_By_Ref",                  Flag90  (Id));
+      W ("Reverse_Bit_Order",               Flag164 (Id));
+      W ("Sec_Stack_Needed_For_Return",     Flag167 (Id));
+      W ("Size_Depends_On_Discriminant",    Flag177 (Id));
+      W ("Size_Known_At_Compile_Time",      Flag92  (Id));
+      W ("Static_Elaboration_Desired",      Flag77  (Id));
+      W ("Strict_Alignment",                Flag145 (Id));
+      W ("Suppress_Elaboration_Warnings",   Flag148 (Id));
+      W ("Suppress_Init_Proc",              Flag105 (Id));
+      W ("Suppress_Style_Checks",           Flag165 (Id));
+      W ("Suppress_Value_Tracking_On_Call", Flag217 (Id));
+      W ("Treat_As_Volatile",               Flag41  (Id));
+      W ("Universal_Aliasing",              Flag216 (Id));
+      W ("Used_As_Generic_Actual",          Flag222 (Id));
+      W ("Uses_Sec_Stack",                  Flag95  (Id));
+      W ("Vax_Float",                       Flag151 (Id));
+      W ("Warnings_Off",                    Flag96  (Id));
+      W ("Warnings_Off_Used",               Flag236 (Id));
+      W ("Warnings_Off_Used_Unmodified",    Flag237 (Id));
+      W ("Warnings_Off_Used_Unreferenced",  Flag238 (Id));
+      W ("Was_Hidden",                      Flag196 (Id));
    end Write_Entity_Flags;
 
    -----------------------
@@ -5975,6 +7721,10 @@ package body Einfo is
       procedure Write_Kind (Id : Entity_Id);
       --  Write Ekind field of entity
 
+      ---------------------
+      -- Write_Attribute --
+      ---------------------
+
       procedure Write_Attribute (Which : String; Nam : E) is
       begin
          Write_Str (Prefix);
@@ -5985,6 +7735,10 @@ package body Einfo is
          Write_Str (" ");
       end Write_Attribute;
 
+      ----------------
+      -- Write_Kind --
+      ----------------
+
       procedure Write_Kind (Id : Entity_Id) is
          K : constant String := Entity_Kind'Image (Ekind (Id));
 
@@ -6038,14 +7792,13 @@ package body Einfo is
                Index : E;
 
             begin
-               Write_Attribute ("   Component Type    ",
-                                                   Component_Type (Id));
+               Write_Attribute
+                 ("   Component Type    ", Component_Type (Id));
                Write_Eol;
                Write_Str (Prefix);
                Write_Str ("   Indices ");
 
                Index := First_Index (Id);
-
                while Present (Index) loop
                   Write_Attribute (" ", Etype (Index));
                   Index := Next_Index (Index);
@@ -6089,6 +7842,7 @@ package body Einfo is
    -----------------------
 
    procedure Write_Field6_Name (Id : Entity_Id) is
+      pragma Warnings (Off, Id);
    begin
       Write_Str ("First_Rep_Item");
    end Write_Field6_Name;
@@ -6098,6 +7852,7 @@ package body Einfo is
    -----------------------
 
    procedure Write_Field7_Name (Id : Entity_Id) is
+      pragma Warnings (Off, Id);
    begin
       Write_Str ("Freeze_Node");
    end Write_Field7_Name;
@@ -6109,24 +7864,28 @@ package body Einfo is
    procedure Write_Field8_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when E_Component                                |
-              E_Discriminant                             =>
+         when E_Component                                  |
+              E_Discriminant                               =>
             Write_Str ("Normalized_First_Bit");
 
-         when Formal_Kind                                |
-              E_Function                                 =>
+         when Formal_Kind                                  |
+              E_Function                                   |
+              E_Subprogram_Body                            =>
             Write_Str ("Mechanism");
 
-         when Type_Kind                                  =>
+         when Type_Kind                                    =>
             Write_Str ("Associated_Node_For_Itype");
 
-         when E_Package                                  =>
+         when E_Package                                    =>
             Write_Str ("Dependent_Instances");
 
-         when E_Variable                                 =>
+         when E_Return_Statement                           =>
+            Write_Str ("Return_Applies_To");
+
+         when E_Variable                                   =>
             Write_Str ("Hiding_Loop_Variable");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field8??");
       end case;
    end Write_Field8_Name;
@@ -6138,25 +7897,21 @@ package body Einfo is
    procedure Write_Field9_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Type_Kind                                  =>
+         when Type_Kind                                    =>
             Write_Str ("Class_Wide_Type");
 
-         when E_Constant | E_Variable                    =>
-            Write_Str ("Size_Check_Code");
-
-         when E_Function                                 |
-              E_Generic_Function                         |
-              E_Generic_Package                          |
-              E_Generic_Procedure                        |
-              E_Package                                  |
-              E_Procedure                                =>
+         when E_Function                                   |
+              E_Generic_Function                           |
+              E_Generic_Package                            |
+              E_Generic_Procedure                          |
+              E_Package                                    |
+              E_Procedure                                  =>
             Write_Str ("Renaming_Map");
 
-         when E_Component                                |
-              E_Discriminant                             =>
-            Write_Str ("Normalized_Position");
+         when Object_Kind                                  =>
+            Write_Str ("Current_Value");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field9??");
       end case;
    end Write_Field9_Name;
@@ -6168,24 +7923,24 @@ package body Einfo is
    procedure Write_Field10_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Type_Kind                                  =>
+         when Type_Kind                                    =>
             Write_Str ("Referenced_Object");
 
-         when E_In_Parameter                             |
-              E_Constant                                 =>
+         when E_In_Parameter                               |
+              E_Constant                                   =>
             Write_Str ("Discriminal_Link");
 
-         when E_Function                                 |
-              E_Package                                  |
-              E_Package_Body                             |
-              E_Procedure                                =>
+         when E_Function                                   |
+              E_Package                                    |
+              E_Package_Body                               |
+              E_Procedure                                  =>
             Write_Str ("Handler_Records");
 
-         when E_Component                                |
-              E_Discriminant                             =>
+         when E_Component                                  |
+              E_Discriminant                               =>
             Write_Str ("Normalized_Position_Max");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field10??");
       end case;
    end Write_Field10_Name;
@@ -6197,32 +7952,35 @@ package body Einfo is
    procedure Write_Field11_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Formal_Kind                                =>
+         when Formal_Kind                                  =>
             Write_Str ("Entry_Component");
 
-         when E_Component                                |
-              E_Discriminant                             =>
+         when E_Component                                  |
+              E_Discriminant                               =>
             Write_Str ("Component_Bit_Offset");
 
-         when E_Constant                                 =>
+         when E_Constant                                   =>
             Write_Str ("Full_View");
 
-         when E_Enumeration_Literal                      =>
+         when E_Enumeration_Literal                        =>
             Write_Str ("Enumeration_Pos");
 
-         when E_Block                                    =>
+         when E_Block                                      =>
             Write_Str ("Block_Node");
 
-         when E_Function                                 |
-              E_Procedure                                |
-              E_Entry                                    |
-              E_Entry_Family                             =>
+         when E_Function                                   |
+              E_Procedure                                  |
+              E_Entry                                      |
+              E_Entry_Family                               =>
             Write_Str ("Protected_Body_Subprogram");
 
-         when Type_Kind                                  =>
+         when E_Generic_Package                            =>
+            Write_Str ("Generic_Homonym");
+
+         when Type_Kind                                    =>
             Write_Str ("Full_View");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field11??");
       end case;
    end Write_Field11_Name;
@@ -6234,31 +7992,32 @@ package body Einfo is
    procedure Write_Field12_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Entry_Kind                                 =>
+         when Entry_Kind                                   =>
             Write_Str ("Barrier_Function");
 
-         when E_Enumeration_Literal                      =>
+         when E_Enumeration_Literal                        =>
             Write_Str ("Enumeration_Rep");
 
-         when Type_Kind                                  |
-              E_Component                                |
-              E_Constant                                 |
-              E_Discriminant                             |
-              E_In_Parameter                             |
-              E_In_Out_Parameter                         |
-              E_Out_Parameter                            |
-              E_Loop_Parameter                           |
-              E_Variable                                 =>
+         when Type_Kind                                    |
+              E_Component                                  |
+              E_Constant                                   |
+              E_Discriminant                               |
+              E_Exception                                  |
+              E_In_Parameter                               |
+              E_In_Out_Parameter                           |
+              E_Out_Parameter                              |
+              E_Loop_Parameter                             |
+              E_Variable                                   =>
             Write_Str ("Esize");
 
-         when E_Function                                 |
-              E_Procedure                                =>
+         when E_Function                                   |
+              E_Procedure                                  =>
             Write_Str ("Next_Inlined_Subprogram");
 
-         when E_Package                                  =>
+         when E_Package                                    =>
             Write_Str ("Associated_Formal_Package");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field12??");
       end case;
    end Write_Field12_Name;
@@ -6270,17 +8029,14 @@ package body Einfo is
    procedure Write_Field13_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Type_Kind                                  =>
+         when Type_Kind                                    =>
             Write_Str ("RM_Size");
 
-         when E_Component                                |
-              E_Discriminant                             =>
+         when E_Component                                  |
+              E_Discriminant                               =>
             Write_Str ("Component_Clause");
 
-         when E_Enumeration_Literal                      =>
-            Write_Str ("Debug_Renaming_Link");
-
-         when E_Function                                 =>
+         when E_Function                                   =>
             if not Comes_From_Source (Id)
                  and then
                Chars (Id) = Name_Op_Ne
@@ -6294,16 +8050,16 @@ package body Einfo is
                Write_Str ("Field13??");
             end if;
 
-         when Formal_Kind                                |
-              E_Variable                                 =>
+         when Formal_Kind                                  |
+              E_Variable                                   =>
             Write_Str ("Extra_Accessibility");
 
-         when E_Procedure                                |
-              E_Package                                  |
-              Generic_Unit_Kind                          =>
+         when E_Procedure                                  |
+              E_Package                                    |
+              Generic_Unit_Kind                            =>
             Write_Str ("Elaboration_Entity");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field13??");
       end case;
    end Write_Field13_Name;
@@ -6315,19 +8071,27 @@ package body Einfo is
    procedure Write_Field14_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Type_Kind                                  |
-              Object_Kind                                =>
+         when Type_Kind                                    |
+              Formal_Kind                                  |
+              E_Constant                                   |
+              E_Exception                                  |
+              E_Variable                                   |
+              E_Loop_Parameter                             =>
             Write_Str ("Alignment");
 
-         when E_Function                                 |
-              E_Procedure                                =>
+         when E_Component                                  |
+              E_Discriminant                               =>
+            Write_Str ("Normalized_Position");
+
+         when E_Function                                   |
+              E_Procedure                                  =>
             Write_Str ("First_Optional_Parameter");
 
-         when E_Package                                  |
-              E_Generic_Package                          =>
+         when E_Package                                    |
+              E_Generic_Package                            =>
             Write_Str ("Shadow_Entities");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field14??");
       end case;
    end Write_Field14_Name;
@@ -6339,51 +8103,49 @@ package body Einfo is
    procedure Write_Field15_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Access_Kind                                |
-              Task_Kind                                  =>
+         when Access_Kind                                  |
+              Task_Kind                                    =>
             Write_Str ("Storage_Size_Variable");
 
-         when Class_Wide_Kind                            |
-              E_Record_Type                              |
-              E_Record_Subtype                           |
-              Private_Kind                               =>
+         when Class_Wide_Kind                              |
+              E_Record_Type                                |
+              E_Record_Subtype                             |
+              Private_Kind                                 =>
             Write_Str ("Primitive_Operations");
 
-         when E_Component                                =>
+         when E_Component                                  =>
             Write_Str ("DT_Entry_Count");
 
-         when Decimal_Fixed_Point_Kind                   =>
+         when Decimal_Fixed_Point_Kind                     =>
             Write_Str ("Scale_Value");
 
-         when E_Discriminant                             =>
+         when E_Discriminant                               =>
             Write_Str ("Discriminant_Number");
 
-         when Formal_Kind                                =>
+         when Formal_Kind                                  =>
             Write_Str ("Extra_Formal");
 
-         when E_Function                                 |
-              E_Procedure                                =>
+         when E_Function                                   |
+              E_Procedure                                  =>
             Write_Str ("DT_Position");
 
-         when Entry_Kind                                 =>
+         when Entry_Kind                                   =>
             Write_Str ("Entry_Parameters_Type");
 
-         when Enumeration_Kind                           =>
+         when Enumeration_Kind                             =>
             Write_Str ("Lit_Indexes");
 
-         when E_Package                                  =>
+         when E_Package                                    |
+              E_Package_Body                               =>
             Write_Str ("Related_Instance");
 
-         when E_Protected_Type                           =>
+         when E_Protected_Type                             =>
             Write_Str ("Entry_Bodies_Array");
 
-         when E_String_Literal_Subtype                   =>
+         when E_String_Literal_Subtype                     =>
             Write_Str ("String_Literal_Low_Bound");
 
-         when E_Variable                                 =>
-            Write_Str ("Shared_Var_Read_Proc");
-
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field15??");
       end case;
    end Write_Field15_Name;
@@ -6395,37 +8157,37 @@ package body Einfo is
    procedure Write_Field16_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when E_Component                                =>
+         when E_Component                                  =>
             Write_Str ("Entry_Formal");
 
-         when E_Function                                 |
-              E_Procedure                                =>
+         when E_Function                                   |
+              E_Procedure                                  =>
             Write_Str ("DTC_Entity");
 
-         when E_Package                                  |
-              E_Generic_Package                          |
-              Concurrent_Kind                            =>
+         when E_Package                                    |
+              E_Generic_Package                            |
+              Concurrent_Kind                              =>
             Write_Str ("First_Private_Entity");
 
-         when E_Record_Type                              |
-              E_Record_Type_With_Private                 =>
+         when E_Record_Type                                |
+              E_Record_Type_With_Private                   =>
             Write_Str ("Access_Disp_Table");
 
-         when E_String_Literal_Subtype                   =>
+         when E_String_Literal_Subtype                     =>
             Write_Str ("String_Literal_Length");
 
-         when Enumeration_Kind                           =>
+         when Enumeration_Kind                             =>
             Write_Str ("Lit_Strings");
 
-         when E_Variable                                 |
-              E_Out_Parameter                            =>
+         when E_Variable                                   |
+              E_Out_Parameter                              =>
             Write_Str ("Unset_Reference");
 
-         when E_Record_Subtype                           |
-              E_Class_Wide_Subtype                       =>
+         when E_Record_Subtype                             |
+              E_Class_Wide_Subtype                         =>
             Write_Str ("Cloned_Subtype");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field16??");
       end case;
    end Write_Field16_Name;
@@ -6437,113 +8199,119 @@ package body Einfo is
    procedure Write_Field17_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Digits_Kind                                =>
+         when Digits_Kind                                  =>
             Write_Str ("Digits_Value");
 
-         when E_Component                                =>
+         when E_Component                                  =>
             Write_Str ("Prival");
 
-         when E_Discriminant                             =>
+         when E_Discriminant                               =>
             Write_Str ("Discriminal");
 
-         when E_Block                                    |
-              Class_Wide_Kind                            |
-              Concurrent_Kind                            |
-              Private_Kind                               |
-              E_Entry                                    |
-              E_Entry_Family                             |
-              E_Function                                 |
-              E_Generic_Function                         |
-              E_Generic_Package                          |
-              E_Generic_Procedure                        |
-              E_Loop                                     |
-              E_Operator                                 |
-              E_Package                                  |
-              E_Package_Body                             |
-              E_Procedure                                |
-              E_Record_Type                              |
-              E_Record_Subtype                           |
-              E_Subprogram_Body                          |
-              E_Subprogram_Type                          =>
+         when E_Block                                      |
+              Class_Wide_Kind                              |
+              Concurrent_Kind                              |
+              Private_Kind                                 |
+              E_Entry                                      |
+              E_Entry_Family                               |
+              E_Function                                   |
+              E_Generic_Function                           |
+              E_Generic_Package                            |
+              E_Generic_Procedure                          |
+              E_Loop                                       |
+              E_Operator                                   |
+              E_Package                                    |
+              E_Package_Body                               |
+              E_Procedure                                  |
+              E_Record_Type                                |
+              E_Record_Subtype                             |
+              E_Return_Statement                           |
+              E_Subprogram_Body                            |
+              E_Subprogram_Type                            =>
             Write_Str ("First_Entity");
 
-         when Array_Kind                                 =>
+         when Array_Kind                                   =>
             Write_Str ("First_Index");
 
-         when E_Protected_Body                           =>
-            Write_Str ("Object_Ref");
-
-         when Enumeration_Kind                           =>
+         when Enumeration_Kind                             =>
             Write_Str ("First_Literal");
 
-         when Access_Kind                                =>
+         when Access_Kind                                  =>
             Write_Str ("Master_Id");
 
-         when Modular_Integer_Kind                       =>
+         when Modular_Integer_Kind                         =>
             Write_Str ("Modulus");
 
-         when Formal_Kind                                |
-               E_Constant                                |
-               E_Generic_In_Out_Parameter                |
-               E_Variable                                =>
+         when Formal_Kind                                  |
+              E_Constant                                   |
+              E_Generic_In_Out_Parameter                   |
+              E_Variable                                   =>
             Write_Str ("Actual_Subtype");
 
-         when others                                     =>
+         when E_Incomplete_Type                            =>
+            Write_Str ("Non_Limited_View");
+
+         when E_Incomplete_Subtype                         =>
+            if From_With_Type (Id) then
+               Write_Str ("Non_Limited_View");
+            end if;
+
+         when others                                       =>
             Write_Str ("Field17??");
       end case;
    end Write_Field17_Name;
 
-   -----------------------
+   ------------------------
    -- Write_Field18_Name --
-   -----------------------
+   ------------------------
 
    procedure Write_Field18_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when E_Enumeration_Literal                      |
-              E_Function                                 |
-              E_Operator                                 |
-              E_Procedure                                =>
+         when E_Enumeration_Literal                        |
+              E_Function                                   |
+              E_Operator                                   |
+              E_Procedure                                  =>
             Write_Str ("Alias");
 
-         when E_Record_Type                =>
+         when E_Record_Type                                =>
             Write_Str ("Corresponding_Concurrent_Type");
 
-         when E_Entry_Index_Parameter                    =>
+         when E_Entry_Index_Parameter                      =>
             Write_Str ("Entry_Index_Constant");
 
-         when E_Class_Wide_Subtype                       |
-              E_Access_Protected_Subprogram_Type         |
-              E_Access_Subprogram_Type                   |
-              E_Exception_Type                           =>
+         when E_Class_Wide_Subtype                         |
+              E_Access_Protected_Subprogram_Type           |
+              E_Anonymous_Access_Protected_Subprogram_Type |
+              E_Access_Subprogram_Type                     |
+              E_Exception_Type                             =>
             Write_Str ("Equivalent_Type");
 
-         when Fixed_Point_Kind                           =>
+         when Fixed_Point_Kind                             =>
             Write_Str ("Delta_Value");
 
-         when E_Constant                                 |
-              E_Variable                                 =>
+         when Object_Kind                                  =>
             Write_Str ("Renamed_Object");
 
-         when E_Exception                                |
-              E_Package                                  |
-              E_Generic_Function                         |
-              E_Generic_Procedure                        |
-              E_Generic_Package                          =>
+         when E_Exception                                  |
+              E_Package                                    |
+              E_Generic_Function                           |
+              E_Generic_Procedure                          |
+              E_Generic_Package                            =>
             Write_Str ("Renamed_Entity");
 
-         when Incomplete_Or_Private_Kind                 =>
+         when Incomplete_Or_Private_Kind                   =>
             Write_Str ("Private_Dependents");
 
-         when Concurrent_Kind                            =>
+         when Concurrent_Kind                              =>
             Write_Str ("Corresponding_Record_Type");
 
-         when E_Label                                    |
-              E_Loop                                     |
-              E_Block                                    =>
+         when E_Label                                      |
+              E_Loop                                       |
+              E_Block                                      =>
             Write_Str ("Enclosing_Scope");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field18??");
       end case;
    end Write_Field18_Name;
@@ -6555,35 +8323,39 @@ package body Einfo is
    procedure Write_Field19_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when E_Array_Type                               |
-              E_Array_Subtype                            =>
+         when E_Array_Type                                 |
+              E_Array_Subtype                              =>
             Write_Str ("Related_Array_Object");
 
-         when E_Block                                    |
-              Concurrent_Kind                            |
-              E_Function                                 |
-              E_Procedure                                |
-              Entry_Kind                                 =>
+         when E_Block                                      |
+              Concurrent_Kind                              |
+              E_Function                                   |
+              E_Procedure                                  |
+              E_Return_Statement                           |
+              Entry_Kind                                   =>
             Write_Str ("Finalization_Chain_Entity");
 
-         when E_Discriminant                             =>
+         when E_Constant | E_Variable                      =>
+            Write_Str ("Size_Check_Code");
+
+         when E_Discriminant                               =>
             Write_Str ("Corresponding_Discriminant");
 
-         when E_Package                                  |
-              E_Generic_Package                          =>
+         when E_Package                                    |
+              E_Generic_Package                            =>
             Write_Str ("Body_Entity");
 
-         when E_Package_Body                             |
-              Formal_Kind                                =>
+         when E_Package_Body                               |
+              Formal_Kind                                  =>
             Write_Str ("Spec_Entity");
 
-         when Private_Kind                               =>
+         when Private_Kind                                 =>
             Write_Str ("Underlying_Full_View");
 
-         when E_Record_Type                              =>
+         when E_Record_Type                                =>
             Write_Str ("Parent_Subtype");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field19??");
       end case;
    end Write_Field19_Name;
@@ -6595,51 +8367,56 @@ package body Einfo is
    procedure Write_Field20_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Array_Kind                                 =>
+         when Array_Kind                                   =>
             Write_Str ("Component_Type");
 
-         when E_In_Parameter                            |
-              E_Generic_In_Parameter                     =>
+         when E_In_Parameter                               |
+              E_Generic_In_Parameter                       =>
             Write_Str ("Default_Value");
 
-         when Access_Kind                                =>
+         when Access_Kind                                  =>
             Write_Str ("Directly_Designated_Type");
 
-         when E_Component                                =>
+         when E_Component                                  =>
             Write_Str ("Discriminant_Checking_Func");
 
-         when E_Discriminant                             =>
+         when E_Constant                                   |
+              E_Variable                                   =>
+            Write_Str ("Prival_Link");
+
+         when E_Discriminant                               =>
             Write_Str ("Discriminant_Default_Value");
 
-         when E_Block                                    |
-              Class_Wide_Kind                            |
-              Concurrent_Kind                            |
-              Private_Kind                               |
-              E_Entry                                    |
-              E_Entry_Family                             |
-              E_Function                                 |
-              E_Generic_Function                         |
-              E_Generic_Package                          |
-              E_Generic_Procedure                        |
-              E_Loop                                     |
-              E_Operator                                 |
-              E_Package                                  |
-              E_Package_Body                             |
-              E_Procedure                                |
-              E_Record_Type                              |
-              E_Record_Subtype                           |
-              E_Subprogram_Body                          |
-              E_Subprogram_Type                          =>
+         when E_Block                                      |
+              Class_Wide_Kind                              |
+              Concurrent_Kind                              |
+              Private_Kind                                 |
+              E_Entry                                      |
+              E_Entry_Family                               |
+              E_Function                                   |
+              E_Generic_Function                           |
+              E_Generic_Package                            |
+              E_Generic_Procedure                          |
+              E_Loop                                       |
+              E_Operator                                   |
+              E_Package                                    |
+              E_Package_Body                               |
+              E_Procedure                                  |
+              E_Record_Type                                |
+              E_Record_Subtype                             |
+              E_Return_Statement                           |
+              E_Subprogram_Body                            |
+              E_Subprogram_Type                            =>
 
             Write_Str ("Last_Entity");
 
-         when Scalar_Kind                                =>
+         when Scalar_Kind                                  =>
             Write_Str ("Scalar_Range");
 
-         when E_Exception                                =>
+         when E_Exception                                  =>
             Write_Str ("Register_Exception_Call");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field20??");
       end case;
    end Write_Field20_Name;
@@ -6651,32 +8428,36 @@ package body Einfo is
    procedure Write_Field21_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when E_Constant                                 |
-              E_Exception                                |
-              E_Function                                 |
-              E_Generic_Function                         |
-              E_Procedure                                |
-              E_Generic_Procedure                        |
-              E_Variable                                 =>
+         when E_Constant                                   |
+              E_Exception                                  |
+              E_Function                                   |
+              E_Generic_Function                           |
+              E_Procedure                                  |
+              E_Generic_Procedure                          |
+              E_Variable                                   =>
             Write_Str ("Interface_Name");
 
-         when Concurrent_Kind                            |
-              Incomplete_Or_Private_Kind                 |
-              Class_Wide_Kind                            |
-              E_Record_Type                              |
-              E_Record_Subtype                           =>
+         when Concurrent_Kind                              |
+              Incomplete_Or_Private_Kind                   |
+              Class_Wide_Kind                              |
+              E_Record_Type                                |
+              E_Record_Subtype                             =>
             Write_Str ("Discriminant_Constraint");
 
-         when Entry_Kind                                 =>
+         when Entry_Kind                                   =>
             Write_Str ("Accept_Address");
 
-         when Fixed_Point_Kind                           =>
+         when Fixed_Point_Kind                             =>
             Write_Str ("Small_Value");
 
-         when E_In_Parameter                             =>
+         when E_In_Parameter                               =>
             Write_Str ("Default_Expr_Function");
 
-         when others                                     =>
+         when Array_Kind                                   |
+              Modular_Integer_Kind                         =>
+            Write_Str ("Original_Array_Type");
+
+         when others                                       =>
             Write_Str ("Field21??");
       end case;
    end Write_Field21_Name;
@@ -6688,56 +8469,57 @@ package body Einfo is
    procedure Write_Field22_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Access_Kind                                =>
+         when Access_Kind                                  =>
             Write_Str ("Associated_Storage_Pool");
 
-         when Array_Kind                                 =>
+         when Array_Kind                                   =>
             Write_Str ("Component_Size");
 
-         when E_Component                                |
-              E_Discriminant                             =>
+         when E_Component                                  |
+              E_Discriminant                               =>
             Write_Str ("Original_Record_Component");
 
-         when E_Enumeration_Literal                      =>
+         when E_Enumeration_Literal                        =>
             Write_Str ("Enumeration_Rep_Expr");
 
-         when E_Exception                                =>
+         when E_Exception                                  =>
             Write_Str ("Exception_Code");
 
-         when Formal_Kind                                =>
+         when Formal_Kind                                  =>
             Write_Str ("Protected_Formal");
 
-         when E_Record_Type                              =>
+         when E_Record_Type                                =>
             Write_Str ("Corresponding_Remote_Type");
 
-         when E_Block                                    |
-              E_Entry                                    |
-              E_Entry_Family                             |
-              E_Function                                 |
-              E_Loop                                     |
-              E_Package                                  |
-              E_Package_Body                             |
-              E_Generic_Package                          |
-              E_Generic_Function                         |
-              E_Generic_Procedure                        |
-              E_Procedure                                |
-              E_Protected_Type                           |
-              E_Subprogram_Body                          |
-              E_Task_Type                                =>
+         when E_Block                                      |
+              E_Entry                                      |
+              E_Entry_Family                               |
+              E_Function                                   |
+              E_Loop                                       |
+              E_Package                                    |
+              E_Package_Body                               |
+              E_Generic_Package                            |
+              E_Generic_Function                           |
+              E_Generic_Procedure                          |
+              E_Procedure                                  |
+              E_Protected_Type                             |
+              E_Return_Statement                           |
+              E_Subprogram_Body                            |
+              E_Task_Type                                  =>
             Write_Str ("Scope_Depth_Value");
 
-         when E_Record_Type_With_Private                 |
-              E_Record_Subtype_With_Private              |
-              E_Private_Type                             |
-              E_Private_Subtype                          |
-              E_Limited_Private_Type                     |
-              E_Limited_Private_Subtype                  =>
+         when E_Record_Type_With_Private                   |
+              E_Record_Subtype_With_Private                |
+              E_Private_Type                               |
+              E_Private_Subtype                            |
+              E_Limited_Private_Type                       |
+              E_Limited_Private_Subtype                    =>
             Write_Str ("Private_View");
 
-         when E_Variable                                 =>
-            Write_Str ("Shared_Var_Assign_Proc");
+         when E_Variable                                   =>
+            Write_Str ("Shared_Var_Procs_Instance");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field22??");
       end case;
    end Write_Field22_Name;
@@ -6749,97 +8531,235 @@ package body Einfo is
    procedure Write_Field23_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Access_Kind                                =>
+         when Access_Kind                                  =>
             Write_Str ("Associated_Final_Chain");
 
-         when Array_Kind                                 =>
+         when Array_Kind                                   =>
             Write_Str ("Packed_Array_Type");
 
-         when E_Block                                    =>
+         when E_Block                                      =>
             Write_Str ("Entry_Cancel_Parameter");
 
-         when E_Component                                =>
-            Write_Str ("Protected_Operation");
-
-         when E_Discriminant                             =>
+         when E_Discriminant                               =>
             Write_Str ("CR_Discriminant");
 
-         when E_Enumeration_Type                         =>
+         when E_Enumeration_Type                           =>
             Write_Str ("Enum_Pos_To_Rep");
 
-         when Formal_Kind                                |
-              E_Variable                                 =>
+         when Formal_Kind                                  |
+              E_Variable                                   =>
             Write_Str ("Extra_Constrained");
 
-         when E_Generic_Function                         |
-              E_Generic_Package                          |
-              E_Generic_Procedure                        =>
+         when E_Generic_Function                           |
+              E_Generic_Package                            |
+              E_Generic_Procedure                          =>
             Write_Str ("Inner_Instances");
 
-         when Concurrent_Kind                            |
-              Incomplete_Or_Private_Kind                 |
-              Class_Wide_Kind                            |
-              E_Record_Type                              |
-              E_Record_Subtype                           =>
-            Write_Str ("Girder_Constraint");
-
-         when E_Function                                 |
-              E_Package                                  |
-              E_Procedure                                =>
-            Write_Str ("Generic_Renamings");
+         when Concurrent_Kind                              |
+              Incomplete_Or_Private_Kind                   |
+              Class_Wide_Kind                              |
+              E_Record_Type                                |
+              E_Record_Subtype                             =>
+            Write_Str ("Stored_Constraint");
+
+         when E_Function                                   |
+              E_Procedure                                  =>
+            if Present (Scope (Id))
+              and then Is_Protected_Type (Scope (Id))
+            then
+               Write_Str ("Protection_Object");
+            else
+               Write_Str ("Generic_Renamings");
+            end if;
 
-         --  What about Privals_Chain for protected operations ???
+         when E_Package                                    =>
+            if Is_Generic_Instance (Id) then
+               Write_Str ("Generic_Renamings");
+            else
+               Write_Str ("Limited_View");
+            end if;
 
-         when Entry_Kind                                 =>
-            Write_Str ("Privals_Chain");
+         when Entry_Kind                                   =>
+            Write_Str ("Protection_Object");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field23??");
       end case;
    end Write_Field23_Name;
 
+   ------------------------
+   -- Write_Field24_Name --
+   ------------------------
+
+   procedure Write_Field24_Name (Id : Entity_Id) is
+   begin
+      case Ekind (Id) is
+         when Subprogram_Kind                              =>
+            Write_Str ("Spec_PPC_List");
+
+         when others                                       =>
+            Write_Str ("???");
+      end case;
+   end Write_Field24_Name;
+
+   ------------------------
+   -- Write_Field25_Name --
+   ------------------------
+
+   procedure Write_Field25_Name (Id : Entity_Id) is
+   begin
+      case Ekind (Id) is
+         when E_Component                                  =>
+            Write_Str ("DT_Offset_To_Top_Func");
+
+         when E_Procedure                                  |
+              E_Function                                   =>
+            Write_Str ("Interface_Alias");
+
+         when E_Record_Type                                |
+              E_Record_Subtype                             |
+              E_Record_Type_With_Private                   |
+              E_Record_Subtype_With_Private                =>
+            Write_Str ("Interfaces");
+
+         when Task_Kind                                    =>
+            Write_Str ("Task_Body_Procedure");
+
+         when E_Variable                                   =>
+            Write_Str ("Debug_Renaming_Link");
+
+         when others                                       =>
+            Write_Str ("Field25??");
+      end case;
+   end Write_Field25_Name;
+
+   ------------------------
+   -- Write_Field26_Name --
+   ------------------------
+
+   procedure Write_Field26_Name (Id : Entity_Id) is
+   begin
+      case Ekind (Id) is
+         when E_Component                                  |
+              E_Constant                                   =>
+            Write_Str ("Related_Type");
+
+         when E_Generic_Package                            |
+              E_Package                                    =>
+            Write_Str ("Package_Instantiation");
+
+         when E_Procedure                                  |
+              E_Function                                   =>
+
+            if Is_Dispatching_Operation (Id) then
+               Write_Str ("Overridden_Operation");
+            else
+               Write_Str ("Static_Initialization");
+            end if;
+
+         when E_Record_Type                                |
+              E_Record_Type_With_Private                   =>
+            Write_Str ("Dispatch_Table_Wrapper");
+
+         when E_In_Out_Parameter                               |
+              E_Out_Parameter                           |
+              E_Variable                                   =>
+            Write_Str ("Last_Assignment");
+
+         when Task_Kind                                    =>
+            Write_Str ("Relative_Deadline_Variable");
+
+         when others                                       =>
+            Write_Str ("Field26??");
+      end case;
+   end Write_Field26_Name;
+
+   ------------------------
+   -- Write_Field27_Name --
+   ------------------------
+
+   procedure Write_Field27_Name (Id : Entity_Id) is
+   begin
+      case Ekind (Id) is
+         when E_Procedure                                  =>
+            Write_Str ("Wrapped_Entity");
+
+         when E_Package | Type_Kind                        =>
+            Write_Str ("Current_Use_Clause");
+
+         when others                                       =>
+            Write_Str ("Field27??");
+      end case;
+   end Write_Field27_Name;
+
+   ------------------------
+   -- Write_Field28_Name --
+   ------------------------
+
+   procedure Write_Field28_Name (Id : Entity_Id) is
+   begin
+      case Ekind (Id) is
+         when E_Procedure | E_Function | E_Entry           =>
+            Write_Str ("Extra_Formals");
+
+         when others                                       =>
+            Write_Str ("Field28??");
+      end case;
+   end Write_Field28_Name;
+
    -------------------------
    -- Iterator Procedures --
    -------------------------
 
-   procedure Proc_Next_Component           (N : in out Node_Id) is
+   procedure Proc_Next_Component                 (N : in out Node_Id) is
    begin
       N := Next_Component (N);
    end Proc_Next_Component;
 
-   procedure Proc_Next_Discriminant        (N : in out Node_Id) is
+   procedure Proc_Next_Component_Or_Discriminant (N : in out Node_Id) is
+   begin
+      N := Next_Entity (N);
+      while Present (N) loop
+         exit when Ekind (N) = E_Component
+                     or else
+                   Ekind (N) = E_Discriminant;
+         N := Next_Entity (N);
+      end loop;
+   end Proc_Next_Component_Or_Discriminant;
+
+   procedure Proc_Next_Discriminant              (N : in out Node_Id) is
    begin
       N := Next_Discriminant (N);
    end Proc_Next_Discriminant;
 
-   procedure Proc_Next_Formal              (N : in out Node_Id) is
+   procedure Proc_Next_Formal                    (N : in out Node_Id) is
    begin
       N := Next_Formal (N);
    end Proc_Next_Formal;
 
-   procedure Proc_Next_Formal_With_Extras  (N : in out Node_Id) is
+   procedure Proc_Next_Formal_With_Extras        (N : in out Node_Id) is
    begin
       N := Next_Formal_With_Extras (N);
    end Proc_Next_Formal_With_Extras;
 
-   procedure Proc_Next_Girder_Discriminant (N : in out Node_Id) is
-   begin
-      N := Next_Girder_Discriminant (N);
-   end Proc_Next_Girder_Discriminant;
-
-   procedure Proc_Next_Index               (N : in out Node_Id) is
+   procedure Proc_Next_Index                     (N : in out Node_Id) is
    begin
       N := Next_Index (N);
    end Proc_Next_Index;
 
-   procedure Proc_Next_Inlined_Subprogram  (N : in out Node_Id) is
+   procedure Proc_Next_Inlined_Subprogram        (N : in out Node_Id) is
    begin
       N := Next_Inlined_Subprogram (N);
    end Proc_Next_Inlined_Subprogram;
 
-   procedure Proc_Next_Literal             (N : in out Node_Id) is
+   procedure Proc_Next_Literal                   (N : in out Node_Id) is
    begin
       N := Next_Literal (N);
    end Proc_Next_Literal;
 
+   procedure Proc_Next_Stored_Discriminant       (N : in out Node_Id) is
+   begin
+      N := Next_Stored_Discriminant (N);
+   end Proc_Next_Stored_Discriminant;
+
 end Einfo;