diff options
Diffstat (limited to 'gcc/ada/gen_il-fields.ads')
-rw-r--r-- | gcc/ada/gen_il-fields.ads | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gcc/ada/gen_il-fields.ads b/gcc/ada/gen_il-fields.ads index c293e0f..2d16e12 100644 --- a/gcc/ada/gen_il-fields.ads +++ b/gcc/ada/gen_il-fields.ads @@ -56,7 +56,6 @@ package Gen_IL.Fields is Abort_Present, Abortable_Part, Abstract_Present, - Accept_Handler_Records, Accept_Statement, Access_Definition, Access_To_Subprogram_Definition, @@ -230,7 +229,6 @@ package Gen_IL.Fields is Import_Interface_Present, In_Present, Includes_Infinities, - Incomplete_View, Inherited_Discriminant, Instance_Spec, Intval, @@ -256,6 +254,7 @@ package Gen_IL.Fields is Is_Elsif, Is_Entry_Barrier_Function, Is_Expanded_Build_In_Place_Call, + Is_Expanded_Constructor_Call, Is_Expanded_Prefixed_Call, Is_Folded_In_Parser, Is_Generic_Contract_Pragma, @@ -402,6 +401,7 @@ package Gen_IL.Fields is Synchronized_Present, Tagged_Present, Target, + Call_Or_Target_Loop, Target_Type, Task_Definition, Task_Present, @@ -472,6 +472,9 @@ package Gen_IL.Fields is Component_Clause, Component_Size, Component_Type, + Constructor_List, + Constructor_Name, + Continue_Mark, Contract, Contract_Wrapper, Corresponding_Concurrent_Type, @@ -487,12 +490,10 @@ package Gen_IL.Fields is Debug_Renaming_Link, Default_Aspect_Component_Value, Default_Aspect_Value, - Default_Expr_Function, Default_Expressions_Processed, Default_Value, Delay_Cleanups, Delta_Value, - Dependent_Instances, Depends_On_Private, Derived_Type_Link, Digits_Value, @@ -553,7 +554,6 @@ package Gen_IL.Fields is Full_View, Generic_Homonym, Generic_Renamings, - Handler_Records, Has_Aliased_Components, Has_Alignment_Clause, Has_All_Calls_Remote, @@ -659,6 +659,7 @@ package Gen_IL.Fields is Ignore_SPARK_Mode_Pragmas, Import_Pragma, Incomplete_Actuals, + Incomplete_View, Indirect_Call_Wrapper, In_Package_Body, In_Private_Part, @@ -744,6 +745,7 @@ package Gen_IL.Fields is Is_Known_Non_Null, Is_Known_Null, Is_Known_Valid, + Is_Large_Unconstrained_Definite, Is_Limited_Composite, Is_Limited_Interface, Is_Limited_Record, @@ -822,7 +824,7 @@ package Gen_IL.Fields is Modulus, Must_Be_On_Byte_Boundary, Must_Have_Preelab_Init, - Needs_Activation_Record, + Needs_Construction, Needs_Debug_Info, Needs_No_Actuals, Never_Set_In_Source, @@ -870,7 +872,6 @@ package Gen_IL.Fields is Referenced_As_LHS, Referenced_As_Out_Parameter, Refinement_Constituents, - Register_Exception_Call, Related_Array_Object, Related_Expression, Related_Instance, @@ -892,7 +893,6 @@ package Gen_IL.Fields is Scope_Depth_Value, Sec_Stack_Needed_For_Return, Shared_Var_Procs_Instance, - Size_Check_Code, Size_Depends_On_Discriminant, Size_Known_At_Compile_Time, Small_Value, |