OSDN Git Service

2009-04-08 Thomas Quinot <quinot@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / einfo.adb
index df32596..9baaa3f 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2004 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- --
@@ -16,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, --
@@ -35,11 +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 Stand;  use Stand;
-with Output; use Output;
 
 package body Einfo is
 
@@ -72,7 +71,7 @@ package body Einfo is
    --    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
@@ -80,6 +79,7 @@ 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
    --    Current_Value                   Node9
@@ -105,7 +105,6 @@ package body Einfo is
 
    --    Corresponding_Equality          Node13
    --    Component_Clause                Node13
-   --    Debug_Renaming_Link             Node13
    --    Elaboration_Entity              Node13
    --    Extra_Accessibility             Node13
    --    RM_Size                         Uint13
@@ -127,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
@@ -147,7 +145,6 @@ package body Einfo is
    --    Master_Id                       Node17
    --    Modulus                         Uint17
    --    Non_Limited_View                Node17
-   --    Object_Ref                      Node17
    --    Prival                          Node17
 
    --    Alias                           Node18
@@ -175,6 +172,7 @@ 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
 
@@ -194,20 +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
-   --    Stored_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
-   --    Packed_Array_Type               Node23
    --    Limited_View                    Node23
-   --    Privals_Chain                   Elist23
-   --    Protected_Operation             Node23
+   --    Packed_Array_Type               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 --
@@ -222,207 +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
-
-   --    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
-   --    Is_Thread_Body                 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
-   --    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
-   --    Has_Pragma_Pure_Function       Flag179
-   --    Has_Pragma_Unreferenced        Flag180
-
-   --    Has_Contiguous_Rep             Flag181
-   --    Has_Xref_Entry                 Flag182
-
-   --  Remaining flags are currently unused and available
-
-   --    (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 --
@@ -433,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 (Implementation_Base_Type (Id));
+      return Elist16 (Implementation_Base_Type (Id));
    end Access_Disp_Table;
 
    function Actual_Subtype (Id : E) return E is
@@ -445,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;
 
@@ -610,6 +726,12 @@ 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);
@@ -628,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
@@ -729,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
@@ -751,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
@@ -847,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;
@@ -882,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);
@@ -900,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;
 
@@ -917,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;
 
@@ -941,13 +1098,6 @@ package body Einfo is
       return Node11 (Id);
    end Full_View;
 
-   function Function_Returns_With_DSP (Id : E) return B is
-   begin
-      pragma Assert
-        (Is_Subprogram (Id) or else Ekind (Id) = E_Subprogram_Type);
-      return Flag169 (Id);
-   end Function_Returns_With_DSP;
-
    function Generic_Homonym (Id : E) return E is
    begin
       pragma Assert (Ekind (Id) = E_Generic_Package);
@@ -979,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));
@@ -1012,6 +1167,12 @@ 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));
@@ -1044,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));
@@ -1081,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));
@@ -1120,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));
@@ -1136,23 +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
-      pragma Assert (Is_Subprogram (Id));
       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));
@@ -1169,6 +1384,12 @@ 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));
@@ -1197,12 +1418,47 @@ package body Einfo is
       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);
@@ -1213,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));
@@ -1224,6 +1486,15 @@ 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));
@@ -1245,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);
@@ -1271,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
@@ -1282,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);
@@ -1381,11 +1690,22 @@ package body Einfo is
       return Flag74 (Id);
    end Is_CPP_Class;
 
+   function Is_Descendent_Of_Address (Id : E) return B is
+   begin
+      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);
@@ -1474,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);
@@ -1506,6 +1831,11 @@ package body Einfo is
       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);
@@ -1516,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);
@@ -1539,6 +1874,17 @@ 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));
@@ -1577,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));
@@ -1588,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
@@ -1604,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);
@@ -1619,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);
@@ -1629,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);
@@ -1640,10 +2039,22 @@ package body Einfo is
       return Flag55 (Id);
    end Is_Tagged_Type;
 
-   function Is_Thread_Body (Id : E) return B is
+   function Is_Task_Interface (Id : E) return B is
    begin
-      return Flag77 (Id);
-   end Is_Thread_Body;
+      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
@@ -1652,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
@@ -1673,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);
@@ -1681,6 +2097,7 @@ package body Einfo is
    function Is_Volatile (Id : E) return B is
    begin
       pragma Assert (Nkind (Id) in N_Entity);
+
       if Is_Type (Id) then
          return Flag16 (Base_Type (Id));
       else
@@ -1688,6 +2105,12 @@ package body Einfo is
       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);
@@ -1703,6 +2126,18 @@ package body Einfo is
       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);
@@ -1726,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));
@@ -1734,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;
 
@@ -1754,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);
@@ -1786,10 +2239,6 @@ package body Einfo is
 
    function No_Return (Id : E) return B is
    begin
-      pragma Assert
-        (Id = Any_Id
-          or else Ekind (Id) = E_Procedure
-          or else Ekind (Id) = E_Generic_Procedure);
       return Flag113 (Id);
    end No_Return;
 
@@ -1801,14 +2250,13 @@ package body Einfo is
 
    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 (False
-        or else Ekind (Id) = E_Incomplete_Type);
+      pragma Assert (Ekind (Id) in Incomplete_Kind);
       return Node17 (Id);
    end Non_Limited_View;
 
@@ -1839,19 +2287,29 @@ package body Einfo is
       return Uint10 (Id);
    end Normalized_Position_Max;
 
-   function Object_Ref (Id : E) return E is
+   function OK_To_Reorder_Components (Id : E) return B is
    begin
-      pragma Assert (Ekind (Id) = E_Protected_Body);
-      return Node17 (Id);
-   end Object_Ref;
+      pragma Assert (Is_Record_Type (Id));
+      return Flag239 (Base_Type (Id));
+   end OK_To_Reorder_Components;
 
-   function Original_Access_Type (Id : E) return E is
+   function Optimize_Alignment_Space (Id : E) return B is
    begin
       pragma Assert
-        (Ekind (Id) = E_Access_Subprogram_Type
-           or else Ekind (Id) = E_Access_Protected_Subprogram_Type);
-      return Node21 (Id);
-   end Original_Access_Type;
+        (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
@@ -1868,6 +2326,25 @@ package body Einfo is
       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));
@@ -1888,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
@@ -1923,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
@@ -1944,6 +2424,11 @@ package body Einfo is
       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));
@@ -1969,11 +2454,30 @@ package body Einfo is
       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);
@@ -1984,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);
@@ -2033,17 +2548,11 @@ 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
@@ -2074,12 +2583,31 @@ 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
@@ -2117,6 +2645,17 @@ package body Einfo is
       return Flag165 (Id);
    end Suppress_Style_Checks;
 
+   function Suppress_Value_Tracking_On_Call (Id : E) return B is
+   begin
+      return Flag217 (Id);
+   end Suppress_Value_Tracking_On_Call;
+
+   function Task_Body_Procedure (Id : E) return N is
+   begin
+      pragma Assert (Ekind (Id) in Task_Kind);
+      return Node25 (Id);
+   end Task_Body_Procedure;
+
    function Treat_As_Volatile (Id : E) return B is
    begin
       return Flag41 (Id);
@@ -2128,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);
@@ -2148,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 --
    ------------------------------
@@ -2157,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;
@@ -2241,6 +2834,11 @@ 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;
@@ -2257,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;
@@ -2349,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) and then Id = Base_Type (Id));
-      Set_Node16 (Id, V);
+      Set_Elist16 (Id, V);
    end Set_Access_Disp_Table;
 
    procedure Set_Associated_Final_Chain (Id : E; V : E) is
@@ -2383,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;
 
@@ -2527,7 +3131,13 @@ package body Einfo is
       Set_Node22 (Id, V);
    end Set_Corresponding_Remote_Type;
 
-   procedure Set_Current_Value (Id : E; V : E) is
+   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);
@@ -2545,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
@@ -2652,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);
@@ -2671,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
@@ -2767,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;
@@ -2803,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);
@@ -2821,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;
 
@@ -2838,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;
 
@@ -2866,13 +3512,6 @@ package body Einfo is
       Set_Node11 (Id, V);
    end Set_Full_View;
 
-   procedure Set_Function_Returns_With_DSP (Id : E; V : B := True) is
-   begin
-      pragma Assert
-        (Is_Subprogram (Id) or else Ekind (Id) = E_Subprogram_Type);
-      Set_Flag169 (Id, V);
-   end Set_Function_Returns_With_DSP;
-
    procedure Set_Generic_Homonym (Id : E; V : E) is
    begin
       Set_Node11 (Id, V);
@@ -2890,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;
 
@@ -2904,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;
 
@@ -2924,7 +3568,7 @@ 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;
 
@@ -2940,6 +3584,12 @@ package body Einfo is
       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);
@@ -2947,7 +3597,7 @@ package body Einfo is
 
    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;
 
@@ -2973,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));
@@ -3010,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));
@@ -3033,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;
 
@@ -3050,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));
@@ -3066,6 +3750,11 @@ 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));
@@ -3073,17 +3762,42 @@ package body Einfo is
       Set_Flag121 (Id, V);
    end Set_Has_Pragma_Pack;
 
+   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
-      pragma Assert (Is_Subprogram (Id));
       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_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));
@@ -3100,6 +3814,12 @@ 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 (Id = Base_Type (Id));
@@ -3128,13 +3848,48 @@ package body Einfo is
       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);
@@ -3142,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;
 
@@ -3160,7 +3922,7 @@ 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;
 
@@ -3181,6 +3943,30 @@ package body Einfo is
       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);
@@ -3207,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
@@ -3218,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);
@@ -3326,11 +4130,22 @@ package body Einfo is
       Set_Flag74 (Id, V);
    end Set_Is_CPP_Class;
 
+   procedure Set_Is_Descendent_Of_Address (Id : E; V : B := True) is
+   begin
+      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
@@ -3426,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);
@@ -3458,6 +4285,11 @@ package body Einfo is
       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);
@@ -3469,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);
@@ -3492,6 +4330,17 @@ 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));
@@ -3511,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;
 
@@ -3531,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));
@@ -3542,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
@@ -3558,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);
@@ -3573,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);
@@ -3589,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;
 
@@ -3600,10 +4504,21 @@ package body Einfo is
       Set_Flag55 (Id, V);
    end Set_Is_Tagged_Type;
 
-   procedure Set_Is_Thread_Body (Id : E; V : B := True) is
+   procedure Set_Is_Task_Interface (Id : E; V : B := True) is
    begin
-      Set_Flag77 (Id, V);
-   end Set_Is_Thread_Body;
+      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
@@ -3612,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;
 
@@ -3634,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);
@@ -3646,6 +4566,12 @@ 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);
@@ -3661,6 +4587,18 @@ package body Einfo is
       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);
@@ -3684,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));
@@ -3692,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;
 
@@ -3712,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);
@@ -3738,33 +4695,34 @@ package body Einfo is
 
    procedure Set_No_Pool_Assigned (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Access_Type (Id) and then Base_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 Base_Type (Id) = Id);
+      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
-      pragma Assert (False
-        or else Ekind (Id) = E_Incomplete_Type);
    begin
+      pragma Assert (Ekind (Id) in Incomplete_Kind);
       Set_Node17 (Id, V);
    end Set_Non_Limited_View;
 
@@ -3797,19 +4755,30 @@ package body Einfo is
       Set_Uint10 (Id, V);
    end Set_Normalized_Position_Max;
 
-   procedure Set_Object_Ref (Id : E; V : E) is
+   procedure Set_OK_To_Reorder_Components (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_Record_Type (Id) and then Id = Base_Type (Id));
+      Set_Flag239 (Id, V);
+   end Set_OK_To_Reorder_Components;
 
-   procedure Set_Original_Access_Type (Id : E; V : E) is
+   procedure Set_Optimize_Alignment_Space (Id : E; V : B := True) is
    begin
       pragma Assert
-        (Ekind (Id) = E_Access_Subprogram_Type
-           or else Ekind (Id) = E_Access_Protected_Subprogram_Type);
-      Set_Node21 (Id, V);
-   end Set_Original_Access_Type;
+        (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
@@ -3826,6 +4795,25 @@ package body Einfo is
       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));
@@ -3846,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
@@ -3881,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
@@ -3902,6 +4893,11 @@ package body Einfo is
       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));
@@ -3927,11 +4923,30 @@ package body Einfo is
       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);
@@ -3942,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);
@@ -3993,17 +5019,11 @@ 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
@@ -4033,13 +5053,32 @@ 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);
@@ -4048,7 +5087,7 @@ package body Einfo is
 
    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;
 
@@ -4080,9 +5119,20 @@ package body Einfo is
       Set_Flag165 (Id, V);
    end Set_Suppress_Style_Checks;
 
-   procedure Set_Treat_As_Volatile (Id : E; V : B := True) is
+   procedure Set_Suppress_Value_Tracking_On_Call (Id : E; V : B := True) is
    begin
-      Set_Flag41 (Id, V);
+      Set_Flag217 (Id, V);
+   end Set_Suppress_Value_Tracking_On_Call;
+
+   procedure Set_Task_Body_Procedure (Id : E; V : N) is
+   begin
+      pragma Assert (Ekind (Id) in Task_Kind);
+      Set_Node25 (Id, V);
+   end Set_Task_Body_Procedure;
+
+   procedure Set_Treat_As_Volatile (Id : E; V : B := True) is
+   begin
+      Set_Flag41 (Id, V);
    end Set_Treat_As_Volatile;
 
    procedure Set_Underlying_Full_View (Id : E; V : E) is
@@ -4091,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);
@@ -4101,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));
@@ -4112,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 --
    -----------------------------------
@@ -4214,7 +5303,7 @@ package body Einfo is
    begin
       Set_Uint8  (Id, No_Uint);  -- Normalized_First_Bit
       Set_Uint10 (Id, No_Uint);  -- Normalized_Position_Max
-      Set_Uint11 (Id, No_Uint);  -- Component_First_Bit
+      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;
@@ -4384,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;
 
    ----------------------
@@ -4406,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;
 
@@ -4466,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 --
    ---------------
@@ -4586,7 +5672,7 @@ package body Einfo is
       then
          Full_D := Parent (Full_View (Id));
 
-         --  The full view may have been rewritten as an object renaming.
+         --  The full view may have been rewritten as an object renaming
 
          if Nkind (Full_D) = N_Object_Renaming_Declaration then
             return Name (Full_D);
@@ -4629,7 +5715,6 @@ package body Einfo is
             P := Parent (P);
          end if;
       end loop;
-
    end Declaration_Node;
 
    ---------------------
@@ -4667,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;
 
    ----------------------
@@ -4688,7 +5798,7 @@ package body Einfo is
    end Entry_Index_Type;
 
    ---------------------
-   -- 1 --
+   -- First_Component --
    ---------------------
 
    function First_Component (Id : E) return E is
@@ -4707,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 --
    ------------------------
@@ -4733,7 +5865,7 @@ package body Einfo is
          Ent := Next_Entity (Ent);
       end if;
 
-      --  Skip all hidden stored discriminants if any.
+      --  Skip all hidden stored discriminants if any
 
       while Present (Ent) loop
          exit when Ekind (Ent) = E_Discriminant
@@ -4775,6 +5907,34 @@ 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_Stored_Discriminant --
    -------------------------------
@@ -4786,6 +5946,10 @@ package body Einfo is
       --  Scans the Discriminants to see whether any are Completely_Hidden
       --  (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;
 
@@ -4793,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;
@@ -4901,9 +6064,8 @@ package body Einfo is
    -------------------------------------
 
    function Get_Attribute_Definition_Clause
-     (E    : Entity_Id;
-      Id   : Attribute_Id)
-      return Node_Id
+     (E  : Entity_Id;
+      Id : Attribute_Id) return Node_Id
    is
       N : Node_Id;
 
@@ -4922,45 +6084,43 @@ package body Einfo is
       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;
-      Typ : Entity_Id;
+      N : Node_Id;
 
    begin
       N := First_Rep_Item (E);
-
       while Present (N) loop
-         if Nkind (N) = N_Pragma and then Chars (N) = Nam then
-
-            if Nam = Name_Stream_Convert then
-
-               --  For tagged types this pragma is not inherited, so we
-               --  must verify that it is defined for the given type and
-               --  not an ancestor.
-
-               Typ := Entity (Expression
-                       (First (Pragma_Argument_Associations (N))));
-
-               if not Is_Tagged_Type (E)
-                 or else E = Typ
-                 or else (Is_Private_Type (Typ)
-                           and then E = Full_View (Typ))
-               then
-                  return N;
-               else
-                  Next_Rep_Item (N);
-               end if;
-
-            else
-               return N;
-            end if;
-         else
-            Next_Rep_Item (N);
+         if Nkind (N) = N_Pragma and then Pragma_Name (N) = Nam then
+            return N;
          end if;
+
+         Next_Rep_Item (N);
       end loop;
 
       return Empty;
@@ -4979,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
@@ -4990,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;
 
    ----------------------------
@@ -5020,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;
 
    ---------------------------
@@ -5036,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
@@ -5054,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 --
    ------------------------------
@@ -5098,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 --
    ---------------------
@@ -5153,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);
 
@@ -5165,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;
@@ -5174,6 +6374,17 @@ 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;
 
@@ -5186,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))
@@ -5215,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 --
    ---------------------
@@ -5223,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
@@ -5235,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
@@ -5244,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 --
    ----------------------
@@ -5263,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;
 
    --------------------
@@ -5320,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
@@ -5339,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
@@ -5348,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;
@@ -5379,27 +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
-      pragma Assert (Ekind (Id) = E_Component);
-      return Is_Protected_Type (Scope (Id));
-   end Is_Protected_Private;
+      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
+      return Ekind (Id) = E_Component
+        and then Is_Protected_Type (Scope (Id));
+   end Is_Protected_Component;
 
    ------------------------------
    -- Is_Protected_Record_Type --
@@ -5412,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 --
@@ -5509,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);
@@ -5518,6 +6813,25 @@ 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 --
    -----------------------
@@ -5537,7 +6851,7 @@ package body Einfo is
       --       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;
 
@@ -5546,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
@@ -5568,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;
 
@@ -5644,7 +6958,6 @@ package body Einfo is
       else
          N := 0;
          T := First_Index (Id);
-
          while Present (T) loop
             N := N + 1;
             T := Next (T);
@@ -5665,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);
@@ -5684,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;
@@ -5709,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);
@@ -5727,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 --
    ---------------
@@ -5742,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
@@ -5766,17 +7095,15 @@ package body Einfo is
 
             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.
+            --  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;
 
    -----------------
@@ -5784,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;
@@ -5849,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 --
    ------------------
@@ -5940,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;
 
@@ -5957,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);
@@ -5971,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;
 
@@ -5991,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;
 
@@ -6028,6 +7387,15 @@ package body Einfo is
                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.
 
@@ -6061,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
@@ -6075,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 = ");
@@ -6097,183 +7469,244 @@ package body Einfo is
          Write_Eol;
       end if;
 
-      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 ("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_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_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_Pragma_Pure_Function",      Flag179 (Id));
-      W ("Has_Pragma_Unreferenced",       Flag180 (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 ("Has_Xref_Entry",                Flag182 (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_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_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",                Flag37  (Id));
-      W ("Is_Known_Valid",                Flag170 (Id));
-      W ("Is_Limited_Composite",          Flag106 (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_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_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_Thread_Body",                Flag77  (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 ("Kill_Elaboration_Checks",       Flag32  (Id));
-      W ("Kill_Range_Checks",             Flag33  (Id));
-      W ("Kill_Tag_Checks",               Flag34  (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 ("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 ("Reachable",                     Flag49  (Id));
-      W ("Referenced",                    Flag156 (Id));
-      W ("Referenced_As_LHS",             Flag36  (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_Elaboration_Warnings", Flag148 (Id));
-      W ("Suppress_Init_Proc",            Flag105 (Id));
-      W ("Suppress_Style_Checks",         Flag165 (Id));
-      W ("Treat_As_Volatile",             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;
 
    -----------------------
@@ -6288,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);
@@ -6298,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));
 
@@ -6351,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);
@@ -6403,7 +7843,6 @@ 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;
@@ -6414,7 +7853,6 @@ 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;
@@ -6426,25 +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                                 |
-              E_Subprogram_Body                          =>
+         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;
@@ -6456,21 +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_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 Object_Kind                                =>
+         when Object_Kind                                  =>
             Write_Str ("Current_Value");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field9??");
       end case;
    end Write_Field9_Name;
@@ -6482,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;
@@ -6511,35 +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 E_Generic_Package                          =>
+         when E_Generic_Package                            =>
             Write_Str ("Generic_Homonym");
 
-         when Type_Kind                                  =>
+         when Type_Kind                                    =>
             Write_Str ("Full_View");
 
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field11??");
       end case;
    end Write_Field11_Name;
@@ -6551,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;
@@ -6587,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
@@ -6611,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;
@@ -6632,26 +8071,27 @@ package body Einfo is
    procedure Write_Field14_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when Type_Kind                                  |
-              Formal_Kind                                |
-              E_Constant                                 |
-              E_Variable                                 |
-              E_Loop_Parameter                           =>
+         when Type_Kind                                    |
+              Formal_Kind                                  |
+              E_Constant                                   |
+              E_Exception                                  |
+              E_Variable                                   |
+              E_Loop_Parameter                             =>
             Write_Str ("Alignment");
 
-         when E_Component                                |
-              E_Discriminant                             =>
+         when E_Component                                  |
+              E_Discriminant                               =>
             Write_Str ("Normalized_Position");
 
-         when E_Function                                 |
-              E_Procedure                                =>
+         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;
@@ -6663,52 +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                                  |
-              E_Package_Body                             =>
+         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;
@@ -6720,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;
@@ -6762,116 +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 E_Incomplete_Type                          =>
-            Write_Str ("Non-limited view");
+         when E_Incomplete_Type                            =>
+            Write_Str ("Non_Limited_View");
 
-         when others                                     =>
+         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;
@@ -6883,38 +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_Constant | E_Variable                    =>
+         when E_Constant | E_Variable                      =>
             Write_Str ("Size_Check_Code");
 
-         when E_Discriminant                             =>
+         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;
@@ -6926,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;
@@ -6982,40 +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 Array_Kind                                 |
-              Modular_Integer_Kind                       =>
+         when Array_Kind                                   |
+              Modular_Integer_Kind                         =>
             Write_Str ("Original_Array_Type");
 
-         when E_Access_Subprogram_Type                   |
-              E_Access_Protected_Subprogram_Type         =>
-            Write_Str ("Original_Access_Type");
-
-         when others                                     =>
+         when others                                       =>
             Write_Str ("Field21??");
       end case;
    end Write_Field21_Name;
@@ -7027,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;
@@ -7088,101 +8531,233 @@ 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                           =>
+         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                                =>
-            Write_Str ("Generic_Renamings");
+         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;
 
-         when E_Package                                  =>
+         when E_Package                                    =>
             if Is_Generic_Instance (Id) then
                Write_Str ("Generic_Renamings");
             else
-               Write_Str ("Limited Views");
+               Write_Str ("Limited_View");
             end if;
 
-         --  What about Privals_Chain for protected operations ???
+         when Entry_Kind                                   =>
+            Write_Str ("Protection_Object");
 
-         when Entry_Kind                                 =>
-            Write_Str ("Privals_Chain");
-
-         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_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
+   procedure Proc_Next_Stored_Discriminant       (N : in out Node_Id) is
    begin
       N := Next_Stored_Discriminant (N);
    end Proc_Next_Stored_Discriminant;