OSDN Git Service

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Procedure>: Set default
[pf3gnuchains/gcc-fork.git] / gcc / ada / einfo.adb
index 900b69a..fdc9d27 100644 (file)
@@ -6,25 +6,23 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2005, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2009, 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- --
--- ware  Foundation;  either version 2,  or (at your option) any later ver- --
+-- ware  Foundation;  either version 3,  or (at your option) any later ver- --
 -- sion.  GNAT is distributed in the hope that it will be useful, but WITH- --
 -- OUT ANY WARRANTY;  without even the  implied warranty of MERCHANTABILITY --
--- 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.                                                      --
+-- or FITNESS FOR A PARTICULAR PURPOSE.                                     --
 --                                                                          --
--- As a special exception,  if other files  instantiate  generics from this --
--- unit, or you link  this unit with other files  to produce an executable, --
--- this  unit  does not  by itself cause  the resulting  executable  to  be --
--- covered  by the  GNU  General  Public  License.  This exception does not --
--- however invalidate  any other reasons why  the executable file  might be --
--- covered by the  GNU Public License.                                      --
+-- As a special exception under Section 7 of GPL version 3, you are granted --
+-- additional permissions described in the GCC Runtime Library Exception,   --
+-- version 3.1, as published by the Free Software Foundation.               --
+--                                                                          --
+-- You should have received a copy of the GNU General Public License and    --
+-- a copy of the GCC Runtime Library Exception along with this program;     --
+-- see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see    --
+-- <http://www.gnu.org/licenses/>.                                          --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
 -- Extensive contributions were provided by Ada Core Technologies Inc.      --
@@ -35,11 +33,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
 
@@ -52,12 +49,12 @@ package body Einfo is
    -- Usage of Fields in Defining Entity Nodes --
    ----------------------------------------------
 
-   --  Four of these fields are defined in Sinfo, since they in are the
-   --  base part of the node. The access routines for these fields and
-   --  the corresponding set procedures are defined in Sinfo. These fields
-   --  are present in all entities. Note that Homonym is also in the base
-   --  part of the node, but has access routines that are more properly
-   --  part of Einfo, which is why they are defined here.
+   --  Four of these fields are defined in Sinfo, since they in are the base
+   --  part of the node. The access routines for these four fields and the
+   --  corresponding set procedures are defined in Sinfo. These fields are
+   --  present in all entities. Note that Homonym is also in the base part of
+   --  the node, but has access routines that are more properly part of Einfo,
+   --  which is why they are defined here.
 
    --    Chars                           Name1
    --    Next_Entity                     Node2
@@ -72,7 +69,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 +77,8 @@ package body Einfo is
    --    Hiding_Loop_Variable            Node8
    --    Mechanism                       Uint8 (but returns Mechanism_Type)
    --    Normalized_First_Bit            Uint8
+   --    Postcondition_Proc              Node8
+   --    Return_Applies_To               Node8
 
    --    Class_Wide_Type                 Node9
    --    Current_Value                   Node9
@@ -105,7 +104,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,7 +125,6 @@ package body Einfo is
    --    Scale_Value                     Uint15
    --    Storage_Size_Variable           Node15
    --    String_Literal_Low_Bound        Node15
-   --    Shared_Var_Read_Proc            Node15
 
    --    Access_Disp_Table               Elist16
    --    Cloned_Subtype                  Node16
@@ -147,7 +144,6 @@ package body Einfo is
    --    Master_Id                       Node17
    --    Modulus                         Uint17
    --    Non_Limited_View                Node17
-   --    Object_Ref                      Node17
    --    Prival                          Node17
 
    --    Alias                           Node18
@@ -175,6 +171,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,30 +191,42 @@ 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
+
+   --    Related_Expression              Node24
+   --    Spec_PPC_List                   Node24
+   --    Underlying_Record_View          Node24
 
-   --    Obsolescent_Warning             Node24
-   --    Task_Body_Procedure             Node24
-   --    Abstract_Interfaces             Node24
+   --    Interface_Alias                 Node25
+   --    Interfaces                      Elist25
+   --    Debug_Renaming_Link             Node25
+   --    DT_Offset_To_Top_Func           Node25
+   --    Task_Body_Procedure             Node25
 
-   --    Abstract_Interface_Alias        Node25
+   --    Dispatch_Table_Wrappers         Elist26
+   --    Last_Assignment                 Node26
+   --    Overridden_Operation            Node26
+   --    Package_Instantiation           Node26
+   --    Related_Type                    Node26
+   --    Relative_Deadline_Variable      Node26
+   --    Static_Initialization           Node26
 
-   --    (unused)                        Node26
+   --    Current_Use_Clause              Node27
+   --    Wrapped_Entity                  Node27
 
-   --    (unused)                        Node27
+   --    Extra_Formals                   Node28
 
    ---------------------------------------------
    -- Usage of Flags in Defining Entity Nodes --
@@ -232,245 +241,282 @@ 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_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
-   --    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
-   --    Must_Be_On_Byte_Boundary       Flag183
-   --    Has_Stream_Size_Clause         Flag184
-   --    Is_Ada_2005                    Flag185
-   --    Is_Interface                   Flag186
-
-   --    (unused)                       Flag187
-   --    (unused)                       Flag188
-   --    (unused)                       Flag189
-   --    (unused)                       Flag190
-   --    (unused)                       Flag191
-   --    (unused)                       Flag192
-   --    (unused)                       Flag193
-   --    (unused)                       Flag194
-   --    (unused)                       Flag195
-   --    (unused)                       Flag196
-   --    (unused)                       Flag197
-   --    (unused)                       Flag198
-   --    (unused)                       Flag199
-   --    (unused)                       Flag200
-   --    (unused)                       Flag201
-   --    (unused)                       Flag202
-   --    (unused)                       Flag203
-   --    (unused)                       Flag204
-   --    (unused)                       Flag205
-   --    (unused)                       Flag206
-   --    (unused)                       Flag207
-   --    (unused)                       Flag208
-   --    (unused)                       Flag209
-   --    (unused)                       Flag210
-   --    (unused)                       Flag211
-   --    (unused)                       Flag212
-   --    (unused)                       Flag213
-   --    (unused)                       Flag214
-   --    (unused)                       Flag215
+   --    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_Tested                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
+   --    Is_Underlying_Record_View       Flag246
+   --    OK_To_Rename                    Flag247
 
    -----------------------
    -- Local subprograms --
    -----------------------
 
    function Rep_Clause (Id : E; Rep_Name : Name_Id) return N;
-   --  Returns the attribute definition clause whose name is Rep_Name. Returns
-   --  Empty if not found.
+   --  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 --
@@ -498,22 +544,6 @@ package body Einfo is
    -- Attribute Access Functions --
    --------------------------------
 
-   function Abstract_Interfaces (Id : E) return L 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);
-      return Elist24 (Id);
-   end Abstract_Interfaces;
-
-   function Abstract_Interface_Alias (Id : E) return E is
-   begin
-      pragma Assert
-        (Ekind (Id) = E_Procedure or Ekind (Id) = E_Function);
-      return Node25 (Id);
-   end Abstract_Interface_Alias;
-
    function Accept_Address (Id : E) return L is
    begin
       return Elist21 (Id);
@@ -531,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;
 
@@ -635,7 +665,8 @@ package body Einfo is
    begin
       pragma Assert
         (Ekind (Id) = E_Record_Subtype
-         or else Ekind (Id) = E_Class_Wide_Subtype);
+           or else
+         Ekind (Id) = E_Class_Wide_Subtype);
       return Node16 (Id);
    end Cloned_Subtype;
 
@@ -661,6 +692,7 @@ package body Einfo is
 
    function Component_Type (Id : E) return E is
    begin
+      pragma Assert (Is_Array_Type (Id) or else Is_String_Type (Id));
       return Node20 (Implementation_Base_Type (Id));
    end Component_Type;
 
@@ -696,6 +728,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);
@@ -714,7 +752,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
@@ -772,6 +810,7 @@ package body Einfo is
 
    function Directly_Designated_Type (Id : E) return E is
    begin
+      pragma Assert (Is_Access_Type (Id));
       return Node20 (Id);
    end Directly_Designated_Type;
 
@@ -815,12 +854,24 @@ package body Einfo is
       return Uint15 (Id);
    end Discriminant_Number;
 
+   function Dispatch_Table_Wrappers (Id : E) return L is
+   begin
+      pragma Assert (Is_Tagged_Type (Id));
+      return Elist26 (Implementation_Base_Type (Id));
+   end Dispatch_Table_Wrappers;
+
    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
@@ -837,10 +888,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
@@ -933,9 +985,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;
@@ -968,6 +1021,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);
@@ -986,11 +1055,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;
 
@@ -1003,6 +1074,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;
 
@@ -1027,13 +1101,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);
@@ -1065,6 +1132,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));
@@ -1098,6 +1170,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));
@@ -1130,6 +1208,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));
@@ -1167,6 +1251,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));
@@ -1206,6 +1297,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));
@@ -1222,23 +1324,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));
@@ -1255,6 +1387,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));
@@ -1283,6 +1421,36 @@ 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));
@@ -1291,7 +1459,6 @@ package body Einfo is
 
    function Has_Stream_Size_Clause (Id : E) return B is
    begin
-      pragma Assert (Is_Elementary_Type (Id));
       return Flag184 (Id);
    end Has_Stream_Size_Clause;
 
@@ -1305,6 +1472,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));
@@ -1316,6 +1489,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));
@@ -1337,6 +1519,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);
@@ -1363,10 +1565,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
@@ -1374,10 +1589,10 @@ package body Einfo is
       return Flag69 (Id);
    end Is_Access_Constant;
 
-   function Is_Ada_2005 (Id : E) return B is
+   function Is_Ada_2005_Only (Id : E) return B is
    begin
       return Flag185 (Id);
-   end Is_Ada_2005;
+   end Is_Ada_2005_Only;
 
    function Is_Aliased (Id : E) return B is
    begin
@@ -1478,11 +1693,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);
@@ -1573,11 +1799,6 @@ package body Einfo is
 
    function Is_Interface (Id : E) return B 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);
       return Flag186 (Id);
    end Is_Interface;
 
@@ -1613,6 +1834,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);
@@ -1623,6 +1849,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);
@@ -1648,10 +1879,15 @@ package body Einfo is
 
    function Is_Obsolescent (Id : E) return B is
    begin
-      pragma Assert (Is_Subprogram (Id));
       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));
@@ -1690,6 +1926,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));
@@ -1701,6 +1953,19 @@ package body Einfo is
       return Flag53 (Id);
    end Is_Private_Descendant;
 
+   function Is_Private_Primitive (Id : E) return B is
+   begin
+      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
       pragma Assert (Nkind (Id) in N_Entity);
@@ -1712,6 +1977,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);
@@ -1727,6 +2010,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);
@@ -1737,6 +2025,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);
@@ -1748,10 +2042,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
@@ -1760,9 +2066,14 @@ 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_Underlying_Record_View (Id : E) return B is
+   begin
+      return Flag246 (Id);
+   end Is_Underlying_Record_View;
+
    function Is_Unsigned_Type (Id : E) return B is
    begin
       pragma Assert (Is_Type (Id));
@@ -1781,6 +2092,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);
@@ -1789,6 +2105,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
@@ -1796,6 +2113,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);
@@ -1811,6 +2134,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);
@@ -1834,6 +2169,11 @@ package body Einfo is
       return Node16 (Id);
    end Lit_Strings;
 
+   function Low_Bound_Tested (Id : E) return B is
+   begin
+      return Flag205 (Id);
+   end Low_Bound_Tested;
+
    function Machine_Radix_10 (Id : E) return B is
    begin
       pragma Assert (Is_Decimal_Fixed_Point_Type (Id));
@@ -1842,6 +2182,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;
 
@@ -1868,6 +2209,12 @@ package body Einfo is
       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);
@@ -1900,10 +2247,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;
 
@@ -1915,14 +2258,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;
 
@@ -1953,25 +2295,35 @@ package body Einfo is
       return Uint10 (Id);
    end Normalized_Position_Max;
 
-   function Object_Ref (Id : E) return E is
+   function OK_To_Rename (Id : E) return B is
    begin
-      pragma Assert (Ekind (Id) = E_Protected_Body);
-      return Node17 (Id);
-   end Object_Ref;
+      pragma Assert (Ekind (Id) = E_Variable);
+      return Flag247 (Id);
+   end OK_To_Rename;
 
-   function Obsolescent_Warning (Id : E) return N is
+   function OK_To_Reorder_Components (Id : E) return B is
    begin
-      pragma Assert (Is_Subprogram (Id));
-      return Node24 (Id);
-   end Obsolescent_Warning;
+      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
@@ -1988,6 +2340,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));
@@ -1996,10 +2367,16 @@ package body Einfo is
 
    function Parent_Subtype (Id : E) return E is
    begin
-      pragma Assert (Ekind (Id) = E_Record_Type);
-      return Node19 (Id);
+      pragma Assert (Is_Record_Type (Id));
+      return Node19 (Base_Type (Id));
    end Parent_Subtype;
 
+   function Postcondition_Proc (Id : E) return E is
+   begin
+      pragma Assert (Ekind (Id) = E_Procedure);
+      return Node8 (Id);
+   end Postcondition_Proc;
+
    function Primitive_Operations (Id : E) return L is
    begin
       pragma Assert (Is_Tagged_Type (Id));
@@ -2008,16 +2385,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
@@ -2043,11 +2420,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
@@ -2064,6 +2444,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));
@@ -2082,6 +2467,12 @@ package body Einfo is
       return Node19 (Id);
    end Related_Array_Object;
 
+   function Related_Expression (Id : E) return N is
+   begin
+      pragma Assert (Ekind (Id) = E_Constant or else Ekind (Id) = E_Variable);
+      return Node24 (Id);
+   end Related_Expression;
+
    function Related_Instance (Id : E) return E is
    begin
       pragma Assert
@@ -2089,11 +2480,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);
@@ -2104,11 +2514,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);
@@ -2153,17 +2574,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
@@ -2194,12 +2609,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
@@ -2237,11 +2671,15 @@ 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) = E_Task_Type
-                      or else Ekind (Id) = E_Task_Subtype);
-      return Node24 (Id);
+      pragma Assert (Ekind (Id) in Task_Kind);
+      return Node25 (Id);
    end Task_Body_Procedure;
 
    function Treat_As_Volatile (Id : E) return B is
@@ -2255,11 +2693,27 @@ package body Einfo is
       return Node19 (Id);
    end Underlying_Full_View;
 
+   function Underlying_Record_View (Id : E) return E is
+   begin
+      return Node24 (Id);
+   end Underlying_Record_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);
@@ -2275,6 +2729,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 --
    ------------------------------
@@ -2284,11 +2766,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;
@@ -2368,6 +2865,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;
@@ -2384,6 +2886,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;
@@ -2471,22 +2979,6 @@ package body Einfo is
    -- Attribute Set Procedures --
    ------------------------------
 
-   procedure Set_Abstract_Interfaces (Id : E; V : L) 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);
-      Set_Elist24 (Id, V);
-   end Set_Abstract_Interfaces;
-
-   procedure Set_Abstract_Interface_Alias (Id : E; V : E) is
-   begin
-      pragma Assert
-        (Ekind (Id) = E_Procedure or Ekind (Id) = E_Function);
-      Set_Node25 (Id, V);
-   end Set_Abstract_Interface_Alias;
-
    procedure Set_Accept_Address (Id : E; V : L) is
    begin
       Set_Elist21 (Id, V);
@@ -2526,7 +3018,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;
 
@@ -2670,7 +3162,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);
@@ -2688,7 +3186,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
@@ -2795,12 +3293,24 @@ package body Einfo is
       Set_Uint15 (Id, V);
    end Set_Discriminant_Number;
 
+   procedure Set_Dispatch_Table_Wrappers (Id : E; V : L) is
+   begin
+      pragma Assert (Is_Tagged_Type (Id) and then Id = Base_Type (Id));
+      Set_Elist26 (Id, V);
+   end Set_Dispatch_Table_Wrappers;
+
    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);
@@ -2814,10 +3324,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
@@ -2910,10 +3421,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;
@@ -2946,6 +3458,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);
@@ -2964,11 +3494,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;
 
@@ -2981,7 +3513,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;
 
@@ -3009,13 +3543,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);
@@ -3033,7 +3560,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;
 
@@ -3047,16 +3574,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;
 
@@ -3067,7 +3599,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;
 
@@ -3083,6 +3615,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);
@@ -3090,7 +3628,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;
 
@@ -3116,6 +3654,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));
@@ -3153,6 +3698,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));
@@ -3176,9 +3728,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;
 
@@ -3193,6 +3754,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));
@@ -3209,6 +3781,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));
@@ -3216,17 +3793,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));
@@ -3243,6 +3845,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));
@@ -3271,10 +3879,39 @@ 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;
 
@@ -3291,13 +3928,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;
 
@@ -3309,7 +3953,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;
 
@@ -3330,6 +3974,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);
@@ -3356,10 +4024,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
@@ -3367,10 +4048,10 @@ package body Einfo is
       Set_Flag69 (Id, V);
    end Set_Is_Access_Constant;
 
-   procedure Set_Is_Ada_2005 (Id : E; V : B := True) is
+   procedure Set_Is_Ada_2005_Only (Id : E; V : B := True) is
    begin
       Set_Flag185 (Id, V);
-   end Set_Is_Ada_2005;
+   end Set_Is_Ada_2005_Only;
 
    procedure Set_Is_Aliased (Id : E; V : B := True) is
    begin
@@ -3480,11 +4161,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
@@ -3582,10 +4274,13 @@ package body Einfo is
 
    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);
+      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;
 
@@ -3621,6 +4316,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);
@@ -3632,6 +4332,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);
@@ -3657,10 +4363,15 @@ package body Einfo is
 
    procedure Set_Is_Obsolescent (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Subprogram (Id));
       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));
@@ -3680,7 +4391,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;
 
@@ -3700,6 +4411,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));
@@ -3711,6 +4438,19 @@ package body Einfo is
       Set_Flag53 (Id, V);
    end Set_Is_Private_Descendant;
 
+   procedure Set_Is_Private_Primitive (Id : E; V : B := True) is
+   begin
+      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
       pragma Assert (Nkind (Id) in N_Entity);
@@ -3722,6 +4462,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);
@@ -3737,6 +4495,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);
@@ -3753,9 +4516,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;
 
@@ -3764,10 +4535,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
@@ -3776,10 +4558,16 @@ 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;
 
+   procedure Set_Is_Underlying_Record_View (Id : E; V : B := True) is
+   begin
+      pragma Assert (Ekind (Id) = E_Record_Type);
+      Set_Flag246 (Id, V);
+   end Set_Is_Underlying_Record_View;
+
    procedure Set_Is_Unsigned_Type (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Discrete_Or_Fixed_Point_Type (Id));
@@ -3798,6 +4586,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);
@@ -3810,6 +4603,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);
@@ -3825,6 +4624,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);
@@ -3848,6 +4659,12 @@ package body Einfo is
       Set_Node16 (Id, V);
    end Set_Lit_Strings;
 
+   procedure Set_Low_Bound_Tested (Id : E; V : B := True) is
+   begin
+      pragma Assert (Is_Formal (Id));
+      Set_Flag205 (Id, V);
+   end Set_Low_Bound_Tested;
+
    procedure Set_Machine_Radix_10 (Id : E; V : B := True) is
    begin
       pragma Assert (Is_Decimal_Fixed_Point_Type (Id));
@@ -3856,6 +4673,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;
 
@@ -3882,6 +4700,12 @@ package body Einfo is
       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);
@@ -3908,33 +4732,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;
 
@@ -3967,25 +4792,36 @@ 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_Rename (Id : E; V : B := True) is
    begin
-      pragma Assert (Ekind (Id) = E_Protected_Body);
-      Set_Node17 (Id, V);
-   end Set_Object_Ref;
+      pragma Assert (Ekind (Id) = E_Variable);
+      Set_Flag247 (Id, V);
+   end Set_OK_To_Rename;
 
-   procedure Set_Obsolescent_Warning (Id : E; V : N) is
+   procedure Set_OK_To_Reorder_Components (Id : E; V : B := True) is
    begin
-      pragma Assert (Is_Subprogram (Id));
-      Set_Node24 (Id, V);
-   end Set_Obsolescent_Warning;
+      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
@@ -4002,6 +4838,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));
@@ -4014,6 +4869,12 @@ package body Einfo is
       Set_Node19 (Id, V);
    end Set_Parent_Subtype;
 
+   procedure Set_Postcondition_Proc (Id : E; V : E) is
+   begin
+      pragma Assert (Ekind (Id) = E_Procedure);
+      Set_Node8 (Id, V);
+   end Set_Postcondition_Proc;
+
    procedure Set_Primitive_Operations (Id : E; V : L) is
    begin
       pragma Assert (Is_Tagged_Type (Id));
@@ -4022,16 +4883,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
@@ -4057,11 +4918,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
@@ -4078,6 +4942,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));
@@ -4096,6 +4965,11 @@ package body Einfo is
       Set_Node19 (Id, V);
    end Set_Related_Array_Object;
 
+   procedure Set_Related_Expression (Id : E; V : N) is
+   begin
+      Set_Node24 (Id, V);
+   end Set_Related_Expression;
+
    procedure Set_Related_Instance (Id : E; V : E) is
    begin
       pragma Assert
@@ -4103,11 +4977,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);
@@ -4118,11 +5011,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);
@@ -4169,19 +5073,13 @@ 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;
+   end Set_Shared_Var_Procs_Instance;
 
-   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;
-
-   procedure Set_Size_Check_Code (Id : E; V : N) is
+   procedure Set_Size_Check_Code (Id : E; V : N) is
    begin
       pragma Assert (Ekind (Id) = E_Constant or else Ekind (Id) = E_Variable);
       Set_Node19 (Id, V);
@@ -4209,13 +5107,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);
@@ -4224,7 +5141,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;
 
@@ -4256,11 +5173,15 @@ package body Einfo is
       Set_Flag165 (Id, V);
    end Set_Suppress_Style_Checks;
 
+   procedure Set_Suppress_Value_Tracking_On_Call (Id : E; V : B := True) is
+   begin
+      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) = E_Task_Type
-                      or else Ekind (Id) = E_Task_Subtype);
-      Set_Node24 (Id, V);
+      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
@@ -4274,6 +5195,18 @@ package body Einfo is
       Set_Node19 (Id, V);
    end Set_Underlying_Full_View;
 
+   procedure Set_Underlying_Record_View (Id : E; V : E) is
+   begin
+      pragma Assert (Ekind (Id) = E_Record_Type);
+      Set_Node24 (Id, V);
+   end Set_Underlying_Record_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);
@@ -4284,6 +5217,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));
@@ -4295,6 +5233,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 --
    -----------------------------------
@@ -4397,7 +5363,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;
@@ -4580,40 +5546,6 @@ package body Einfo is
       return Rep_Clause (Id, Name_Alignment);
    end Alignment_Clause;
 
-   ----------------------
-   -- Ancestor_Subtype --
-   ----------------------
-
-   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
-         return Empty;
-      end if;
-
-      declare
-         D : constant Node_Id := Declaration_Node (Id);
-
-      begin
-         --  If we have a subtype declaration, get the ancestor subtype
-
-         if Nkind (D) = N_Subtype_Declaration then
-            if Nkind (Subtype_Indication (D)) = N_Subtype_Indication then
-               return Entity (Subtype_Mark (Subtype_Indication (D)));
-            else
-               return Entity (Subtype_Indication (D));
-            end if;
-
-         --  If not, then no subtype indication is available
-
-         else
-            return Empty;
-         end if;
-      end;
-   end Ancestor_Subtype;
-
    -------------------
    -- Append_Entity --
    -------------------
@@ -4621,14 +5553,14 @@ 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;
 
    ---------------
@@ -4701,61 +5633,6 @@ package body Einfo is
       end if;
    end Component_Alignment;
 
-   --------------------
-   -- Constant_Value --
-   --------------------
-
-   function Constant_Value (Id : E) return N is
-      D      : constant Node_Id := Declaration_Node (Id);
-      Full_D : Node_Id;
-
-   begin
-      --  If we have no declaration node, then return no constant value.
-      --  Not clear how this can happen, but it does sometimes ???
-      --  To investigate, remove this check and compile discrim_po.adb.
-
-      if No (D) then
-         return Empty;
-
-      --  Normal case where a declaration node is present
-
-      elsif Nkind (D) = N_Object_Renaming_Declaration then
-         return Renamed_Object (Id);
-
-      --  If this is a component declaration whose entity is constant, it
-      --  is a prival within a protected function. It does not have
-      --  a constant value.
-
-      elsif Nkind (D) = N_Component_Declaration then
-         return Empty;
-
-      --  If there is an expression, return it
-
-      elsif Present (Expression (D)) then
-         return (Expression (D));
-
-      --  For a constant, see if we have a full view
-
-      elsif Ekind (Id) = E_Constant
-        and then Present (Full_View (Id))
-      then
-         Full_D := Parent (Full_View (Id));
-
-         --  The full view may have been rewritten as an object renaming
-
-         if Nkind (Full_D) = N_Object_Renaming_Declaration then
-            return Name (Full_D);
-         else
-            return Expression (Full_D);
-         end if;
-
-      --  Otherwise we have no expression to return
-
-      else
-         return Empty;
-      end if;
-   end Constant_Value;
-
    ----------------------
    -- Declaration_Node --
    ----------------------
@@ -4784,7 +5661,6 @@ package body Einfo is
             P := Parent (P);
          end if;
       end loop;
-
    end Declaration_Node;
 
    ---------------------
@@ -4814,33 +5690,6 @@ package body Einfo is
       end if;
    end Designated_Type;
 
-   -----------------------------
-   -- Enclosing_Dynamic_Scope --
-   -----------------------------
-
-   function Enclosing_Dynamic_Scope (Id : E) return E 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
-
-      S := Scope (Id);
-      while S /= Standard_Standard
-        and then not Is_Dynamic_Scope (S)
-      loop
-         S := Scope (S);
-      end loop;
-
-      return S;
-   end Enclosing_Dynamic_Scope;
-
    ----------------------
    -- Entry_Index_Type --
    ----------------------
@@ -4852,7 +5701,7 @@ package body Einfo is
    end Entry_Index_Type;
 
    ---------------------
-   -- 1 --
+   -- First_Component --
    ---------------------
 
    function First_Component (Id : E) return E is
@@ -4871,45 +5720,27 @@ package body Einfo is
       return Comp_Id;
    end First_Component;
 
-   ------------------------
-   -- First_Discriminant --
-   ------------------------
+   -------------------------------------
+   -- First_Component_Or_Discriminant --
+   -------------------------------------
 
-   function First_Discriminant (Id : E) return E is
-      Ent : Entity_Id;
+   function First_Component_Or_Discriminant (Id : E) return E is
+      Comp_Id : E;
 
    begin
       pragma Assert
-        (Has_Discriminants (Id)
-          or else Has_Unknown_Discriminants (Id));
-
-      Ent := First_Entity (Id);
-
-      --  The discriminants are not necessarily contiguous, because access
-      --  discriminants will generate itypes. They are not the first entities
-      --  either, because tag and controller record must be ahead of them.
-
-      if Chars (Ent) = Name_uTag then
-         Ent := Next_Entity (Ent);
-      end if;
-
-      if Chars (Ent) = Name_uController then
-         Ent := Next_Entity (Ent);
-      end if;
-
-      --  Skip all hidden stored discriminants if any
-
-      while Present (Ent) loop
-         exit when Ekind (Ent) = E_Discriminant
-           and then not Is_Completely_Hidden (Ent);
+        (Is_Record_Type (Id) or else Is_Incomplete_Or_Private_Type (Id));
 
-         Ent := Next_Entity (Ent);
+      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;
 
-      pragma Assert (Ekind (Ent) = E_Discriminant);
-
-      return Ent;
-   end First_Discriminant;
+      return Comp_Id;
+   end First_Component_Or_Discriminant;
 
    ------------------
    -- First_Formal --
@@ -4939,129 +5770,33 @@ package body Einfo is
       end if;
    end First_Formal;
 
-   -------------------------------
-   -- First_Stored_Discriminant --
-   -------------------------------
-
-   function First_Stored_Discriminant (Id : E) return E is
-      Ent : Entity_Id;
-
-      function Has_Completely_Hidden_Discriminant (Id : E) return Boolean;
-      --  Scans the Discriminants to see whether any are Completely_Hidden
-      --  (the mechanism for describing non-specified stored discriminants)
-
-      ----------------------------------------
-      -- Has_Completely_Hidden_Discriminant --
-      ----------------------------------------
-
-      function Has_Completely_Hidden_Discriminant (Id : E) return Boolean is
-         Ent : Entity_Id := Id;
-
-      begin
-         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;
-
-            Ent := Next_Entity (Ent);
-         end loop;
-
-         return False;
-      end Has_Completely_Hidden_Discriminant;
+   ------------------------------
+   -- First_Formal_With_Extras --
+   ------------------------------
 
-   --  Start of processing for First_Stored_Discriminant
+   function First_Formal_With_Extras (Id : E) return E is
+      Formal : E;
 
    begin
       pragma Assert
-        (Has_Discriminants (Id)
-          or else Has_Unknown_Discriminants (Id));
-
-      Ent := First_Entity (Id);
-
-      if Chars (Ent) = Name_uTag then
-         Ent := Next_Entity (Ent);
-      end if;
-
-      if Chars (Ent) = Name_uController then
-         Ent := Next_Entity (Ent);
-      end if;
-
-      if Has_Completely_Hidden_Discriminant (Ent) then
-
-         while Present (Ent) loop
-            exit when Is_Completely_Hidden (Ent);
-            Ent := Next_Entity (Ent);
-         end loop;
-
-      end if;
-
-      pragma Assert (Ekind (Ent) = E_Discriminant);
-
-      return Ent;
-   end First_Stored_Discriminant;
-
-   -------------------
-   -- First_Subtype --
-   -------------------
-
-   function First_Subtype (Id : E) return E is
-      B   : constant Entity_Id := Base_Type (Id);
-      F   : constant Node_Id   := Freeze_Node (B);
-      Ent : Entity_Id;
-
-   begin
-      --  If the base type has no freeze node, it is a type in standard,
-      --  and always acts as its own first subtype unless it is one of
-      --  the predefined integer types. If the type is formal, it is also
-      --  a first subtype, and its base type has no freeze node. On the other
-      --  hand, a subtype of a generic formal is not its own first_subtype.
-      --  Its base type, if anonymous, is attached to the formal type decl.
-      --  from which the first subtype is obtained.
-
-      if No (F) then
-
-         if B = Base_Type (Standard_Integer) then
-            return Standard_Integer;
-
-         elsif B = Base_Type (Standard_Long_Integer) then
-            return Standard_Long_Integer;
-
-         elsif B = Base_Type (Standard_Short_Short_Integer) then
-            return Standard_Short_Short_Integer;
-
-         elsif B = Base_Type (Standard_Short_Integer) then
-            return Standard_Short_Integer;
-
-         elsif B = Base_Type (Standard_Long_Long_Integer) then
-            return Standard_Long_Long_Integer;
-
-         elsif Is_Generic_Type (Id) then
-            if Present (Parent (B)) then
-               return Defining_Identifier (Parent (B));
-            else
-               return Defining_Identifier (Associated_Node_For_Itype (B));
-            end if;
-
-         else
-            return B;
-         end if;
+        (Is_Overloadable (Id)
+          or else Ekind (Id) = E_Entry_Family
+          or else Ekind (Id) = E_Subprogram_Body
+          or else Ekind (Id) = E_Subprogram_Type);
 
-      --  Otherwise we check the freeze node, if it has a First_Subtype_Link
-      --  then we use that link, otherwise (happens with some Itypes), we use
-      --  the base type itself.
+      if Ekind (Id) = E_Enumeration_Literal then
+         return Empty;
 
       else
-         Ent := First_Subtype_Link (F);
+         Formal := First_Entity (Id);
 
-         if Present (Ent) then
-            return Ent;
+         if Present (Formal) and then Is_Formal (Formal) then
+            return Formal;
          else
-            return B;
+            return Extra_Formals (Id);  -- Empty if no extra formals
          end if;
       end if;
-   end First_Subtype;
+   end First_Formal_With_Extras;
 
    -------------------------------------
    -- Get_Attribute_Definition_Clause --
@@ -5088,6 +5823,28 @@ 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 --
    --------------------
@@ -5098,7 +5855,7 @@ package body Einfo is
    begin
       N := First_Rep_Item (E);
       while Present (N) loop
-         if Nkind (N) = N_Pragma and then Chars (N) = Nam then
+         if Nkind (N) = N_Pragma and then Pragma_Name (N) = Nam then
             return N;
          end if;
 
@@ -5121,7 +5878,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
@@ -5149,8 +5906,7 @@ package body Einfo is
    -----------------
 
    function Has_Entries (Id : E) return B is
-      Result : Boolean := False;
-      Ent    : Entity_Id;
+      Ent : Entity_Id;
 
    begin
       pragma Assert (Is_Concurrent_Type (Id));
@@ -5158,14 +5914,13 @@ package body Einfo is
       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;
 
    ----------------------------
@@ -5174,7 +5929,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;
 
    ---------------------------
@@ -5190,7 +5945,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
@@ -5208,15 +5963,12 @@ 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;
@@ -5232,6 +5984,52 @@ package body Einfo is
       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 --
    ------------------------------
@@ -5261,28 +6059,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 --
    ---------------------
@@ -5292,120 +6068,28 @@ package body Einfo is
       return Root_Type (Id) = Standard_Boolean;
    end Is_Boolean_Type;
 
-   ---------------------
-   -- Is_By_Copy_Type --
-   ---------------------
+   ------------------------
+   -- Is_Constant_Object --
+   ------------------------
 
-   function Is_By_Copy_Type (Id : E) return B is
+   function Is_Constant_Object (Id : E) return B is
+      K : constant Entity_Kind := Ekind (Id);
    begin
-      --  If Id is a private type whose full declaration has not been seen,
-      --  we assume for now that it is not a By_Copy type. Clearly this
-      --  attribute should not be used before the type is frozen, but it is
-      --  needed to build the associated record of a protected type. Another
-      --  place where some lookahead for a full view is needed ???
-
       return
-        Is_Elementary_Type (Id)
-          or else (Is_Private_Type (Id)
-                     and then Present (Underlying_Type (Id))
-                     and then Is_Elementary_Type (Underlying_Type (Id)));
-   end Is_By_Copy_Type;
-
-   --------------------------
-   -- Is_By_Reference_Type --
-   --------------------------
+        K = E_Constant or else K = E_In_Parameter or else K = E_Loop_Parameter;
+   end Is_Constant_Object;
 
-   function Is_By_Reference_Type (Id : E) return B is
-      Btype : constant Entity_Id := Base_Type (Id);
-
-   begin
-      if Error_Posted (Id)
-        or else Error_Posted (Btype)
-      then
-         return False;
-
-      elsif Is_Private_Type (Btype) then
-         declare
-            Utyp : constant Entity_Id := Underlying_Type (Btype);
-
-         begin
-            if No (Utyp) then
-               return False;
-            else
-               return Is_By_Reference_Type (Utyp);
-            end if;
-         end;
-
-      elsif Is_Concurrent_Type (Btype) then
-         return True;
-
-      elsif Is_Record_Type (Btype) then
-         if Is_Limited_Record (Btype)
-           or else Is_Tagged_Type (Btype)
-           or else Is_Volatile (Btype)
-         then
-            return True;
-
-         else
-            declare
-               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))
-                  then
-                     return True;
-                  end if;
-
-                  C := Next_Component (C);
-               end loop;
-            end;
-
-            return False;
-         end if;
-
-      elsif Is_Array_Type (Btype) then
-         return
-           Is_Volatile (Btype)
-             or else Is_By_Reference_Type (Component_Type (Btype))
-             or else Is_Volatile (Component_Type (Btype))
-             or else Has_Volatile_Components (Btype);
-
-      else
-         return False;
-      end if;
-   end Is_By_Reference_Type;
-
-   ---------------------
-   -- Is_Derived_Type --
-   ---------------------
-
-   function Is_Derived_Type (Id : E) return B is
-      Par : Node_Id;
+   --------------------
+   -- Is_Discriminal --
+   --------------------
 
+   function Is_Discriminal (Id : E) return B is
    begin
-      if Base_Type (Id) /= Root_Type (Id)
-        and then not Is_Generic_Type (Id)
-        and then not Is_Class_Wide_Type (Id)
-      then
-         if not Is_Numeric_Type (Root_Type (Id)) then
-            return True;
-
-         else
-            Par := Parent (First_Subtype (Id));
-
-            return Present (Par)
-              and then Nkind (Par) = N_Full_Type_Declaration
-              and then Nkind (Type_Definition (Par))
-                = N_Derived_Type_Definition;
-         end if;
-
-      else
-         return False;
-      end if;
-   end Is_Derived_Type;
+      return
+        (Ekind (Id) = E_Constant
+           or else Ekind (Id) = E_In_Parameter)
+         and then Present (Discriminal_Link (Id));
+   end Is_Discriminal;
 
    ----------------------
    -- Is_Dynamic_Scope --
@@ -5426,7 +6110,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;
 
    --------------------
@@ -5452,118 +6138,39 @@ package body Einfo is
                   and then Is_Entity_Attribute_Name (Attribute_Name (N)));
    end Is_Entity_Name;
 
-   ---------------------------
-   -- Is_Indefinite_Subtype --
-   ---------------------------
-
-   function Is_Indefinite_Subtype (Id : Entity_Id) return B is
-      K : constant Entity_Kind := Ekind (Id);
-
-   begin
-      if Is_Constrained (Id) then
-         return False;
-
-      elsif K in Array_Kind
-        or else K in Class_Wide_Kind
-        or else Has_Unknown_Discriminants (Id)
-      then
-         return True;
-
-      --  Known discriminants: indefinite if there are no default values
-
-      elsif K in Record_Kind
-        or else Is_Incomplete_Or_Private_Type (Id)
-        or else Is_Concurrent_Type (Id)
-      then
-         return (Has_Discriminants (Id)
-           and then No (Discriminant_Default_Value (First_Discriminant (Id))));
-
-      else
-         return False;
-      end if;
-   end Is_Indefinite_Subtype;
-
-   ---------------------
-   -- Is_Limited_Type --
-   ---------------------
-
-   function Is_Limited_Type (Id : E) return B is
-      Btype : constant E := Base_Type (Id);
-
-   begin
-      if not Is_Type (Id) then
-         return False;
-
-      elsif Ekind (Btype) = E_Limited_Private_Type
-        or else Is_Limited_Composite (Btype)
-      then
-         return True;
-
-      elsif Is_Concurrent_Type (Btype) 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
-      --  trouble to recurse into a murky erroneous entity!
-
-      elsif Error_Posted (Id) then
-         return False;
-
-      elsif Is_Record_Type (Btype) then
-         if Is_Limited_Record (Root_Type (Btype)) then
-            return True;
-
-         elsif Is_Class_Wide_Type (Btype) then
-            return Is_Limited_Type (Root_Type (Btype));
-
-         else
-            declare
-               C : E;
-
-            begin
-               C := First_Component (Btype);
-               while Present (C) loop
-                  if Is_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_Limited_Type (Component_Type (Btype));
-
-      else
-         return False;
-      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 --
@@ -5576,61 +6183,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;
-
-            begin
-               C := First_Component (Btype);
-               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 --
@@ -5682,6 +6256,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 --
    -----------------------
@@ -5710,7 +6303,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
@@ -5732,10 +6325,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;
 
@@ -5817,25 +6410,6 @@ package body Einfo is
       end if;
    end Number_Dimensions;
 
-   --------------------------
-   -- Number_Discriminants --
-   --------------------------
-
-   function Number_Discriminants (Id : E) return Pos is
-      N     : Int;
-      Discr : Entity_Id;
-
-   begin
-      N := 0;
-      Discr := First_Discriminant (Id);
-      while Present (Discr) loop
-         N := N + 1;
-         Discr := Next_Discriminant (Discr);
-      end loop;
-
-      return N;
-   end Number_Discriminants;
-
    --------------------
    -- Number_Entries --
    --------------------
@@ -5913,6 +6487,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
@@ -5937,17 +6519,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;
 
    -----------------
@@ -6108,76 +6688,17 @@ package body Einfo is
       return Kind;
    end Subtype_Kind;
 
-   -------------------------
-   -- First_Tag_Component --
-   -------------------------
-
-   function First_Tag_Component (Id : E) return E is
-      Comp : Entity_Id;
-      Typ  : Entity_Id := Id;
-
-   begin
-      pragma Assert (Is_Tagged_Type (Typ));
-
-      if Is_Class_Wide_Type (Typ) then
-         Typ := Root_Type (Typ);
-      end if;
-
-      if Is_Private_Type (Typ) then
-         Typ := Underlying_Type (Typ);
-      end if;
-
-      Comp := First_Entity (Typ);
-      while Present (Comp) loop
-         if Is_Tag (Comp) then
-            return Comp;
-         end if;
-
-         Comp := Next_Entity (Comp);
-      end loop;
-
-      --  No tag component found
-
-      return Empty;
-   end First_Tag_Component;
-
-   ------------------------
-   -- Next_Tag_Component --
-   ------------------------
-
-   function Next_Tag_Component (Id : E) return E is
-      Comp : Entity_Id;
-      Typ  : constant Entity_Id := Scope (Id);
-
-   begin
-      pragma Assert (Ekind (Id) = E_Component
-                       and then Is_Tagged_Type (Typ));
-
-      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;
 
@@ -6186,11 +6707,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;
 
@@ -6223,6 +6745,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.
 
@@ -6274,7 +6805,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 = ");
@@ -6296,187 +6827,246 @@ 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_Stream_Size_Clause",        Flag184 (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_Ada_2005",                   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_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_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_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_Obsolescent",                Flag153 (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_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 ("Must_Be_On_Byte_Boundary",      Flag183 (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_Underlying_Record_View",       Flag246 (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_Tested",                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_Rename",                    Flag247 (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;
 
    -----------------------
@@ -6491,6 +7081,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);
@@ -6501,6 +7095,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));
 
@@ -6605,7 +7203,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;
@@ -6616,7 +7213,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;
@@ -6628,25 +7224,31 @@ 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_Procedure                                  =>
+            Write_Str ("Postcondition_Proc");
+
+         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;
@@ -6658,21 +7260,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;
@@ -6684,24 +7286,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;
@@ -6713,35 +7315,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;
@@ -6753,31 +7355,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;
@@ -6789,17 +7392,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
@@ -6813,16 +7413,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;
@@ -6834,26 +7434,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;
@@ -6865,52 +7466,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;
@@ -6922,37 +7520,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;
@@ -6964,116 +7562,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 E_Incomplete_Subtype                         =>
+            if From_With_Type (Id) then
+               Write_Str ("Non_Limited_View");
+            end if;
 
-         when others                                     =>
+         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;
@@ -7085,38 +7686,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;
@@ -7128,51 +7730,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;
@@ -7184,40 +7791,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;
@@ -7229,56 +7832,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;
@@ -7290,57 +7894,58 @@ 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;
@@ -7352,20 +7957,17 @@ package body Einfo is
    procedure Write_Field24_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when E_Record_Type                              |
-              E_Record_Subtype                           |
-              E_Record_Type_With_Private                 |
-              E_Record_Subtype_With_Private              =>
-            Write_Str ("Abstract_Interfaces");
+         when Subprogram_Kind                              =>
+            Write_Str ("Spec_PPC_List");
 
-         when Subprogram_Kind                            =>
-            Write_Str ("Obsolescent_Warning");
+         when E_Record_Type                                =>
+            Write_Str ("Underlying record view");
 
-         when Task_Kind                                  =>
-            Write_Str ("Task_Body_Procedure");
+         when E_Variable | E_Constant                      =>
+            Write_Str ("Related expression");
 
-         when others                                     =>
-            Write_Str ("Field24??");
+         when others                                       =>
+            Write_Str ("???");
       end case;
    end Write_Field24_Name;
 
@@ -7376,11 +7978,26 @@ package body Einfo is
    procedure Write_Field25_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when E_Procedure                                |
-              E_Function                                 =>
-            Write_Str ("Abstract_Interface_Alias");
+         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                                     =>
+         when others                                       =>
             Write_Str ("Field25??");
       end case;
    end Write_Field25_Name;
@@ -7392,7 +8009,36 @@ package body Einfo is
    procedure Write_Field26_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when others                                     =>
+         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_Wrappers");
+
+         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;
@@ -7404,51 +8050,83 @@ package body Einfo is
    procedure Write_Field27_Name (Id : Entity_Id) is
    begin
       case Ekind (Id) is
-         when others                                     =>
+         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;