[Ada] Minor reformatting
authorHristian Kirtchev <kirtchev@adacore.com>
Fri, 5 Jul 2019 07:03:25 +0000 (07:03 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Fri, 5 Jul 2019 07:03:25 +0000 (07:03 +0000)
2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>

gcc/ada/

* bindo-units.adb, checks.adb, exp_attr.adb, exp_ch3.adb,
exp_ch4.adb, exp_pakd.adb, lib-writ.adb, libgnat/g-traceb.adb,
libgnat/g-traceb.ads, libgnat/s-stratt.ads, sem_aux.ads,
sem_util.adb: Minor reformatting.

From-SVN: r273123

13 files changed:
gcc/ada/ChangeLog
gcc/ada/bindo-units.adb
gcc/ada/checks.adb
gcc/ada/exp_attr.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_ch4.adb
gcc/ada/exp_pakd.adb
gcc/ada/lib-writ.adb
gcc/ada/libgnat/g-traceb.adb
gcc/ada/libgnat/g-traceb.ads
gcc/ada/libgnat/s-stratt.ads
gcc/ada/sem_aux.ads
gcc/ada/sem_util.adb

index c5dcd03907911a889eea8ff7081aebfed523b0e2..1899bffd697c2aca180da5fd65d15857e78cc85b 100644 (file)
@@ -1,3 +1,10 @@
+2019-07-05  Hristian Kirtchev  <kirtchev@adacore.com>
+
+       * bindo-units.adb, checks.adb, exp_attr.adb, exp_ch3.adb,
+       exp_ch4.adb, exp_pakd.adb, lib-writ.adb, libgnat/g-traceb.adb,
+       libgnat/g-traceb.ads, libgnat/s-stratt.ads, sem_aux.ads,
+       sem_util.adb: Minor reformatting.
+
 2019-07-05  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_ch13.adb (Build_Predicate_Functions): If a subtype that
index d2501e062fe1319d6f06cd342d8baee920684623..f234f40a3834e1cf437708487ded60efeb703995 100644 (file)
@@ -45,8 +45,6 @@ package body Bindo.Units is
 
    --  The following set stores all units the need to be elaborated
 
-   --  Kirchev
-
    Elaborable_Units : Unit_Sets.Membership_Set := Unit_Sets.Nil;
 
    -----------------------
index 8176f859061e8dd7b34fded8f646c63d388a9e90..ec4e96ff6132d1a61463eb2ffba62c23bc56641e 100644 (file)
@@ -2722,7 +2722,7 @@ package body Checks is
             then
                declare
                   In_Body : Boolean := False;
-                  P : Node_Id := Parent (N);
+                  P       : Node_Id := Parent (N);
 
                begin
                   while Present (P) loop
index a4350cafaecf3e800fb556a62c38fdcde12c6df7..ac99ec1346906d3806560bf4659a076ae9932d21 100644 (file)
@@ -3997,8 +3997,9 @@ package body Exp_Attr is
 
                declare
                   Rtyp : constant Entity_Id := Root_Type (P_Type);
+
+                  Expr    : Node_Id; -- call to Descendant_Tag
                   Get_Tag : Node_Id; -- expression to read the 'Tag
-                  Expr : Node_Id; -- call to Descendant_Tag
 
                begin
                   --  Read the internal tag (RM 13.13.2(34)) and use it to
index e48c18888c6b6dd705513de0fb4abfb1ce69c4b3..834aaa3a18f9f34c40893eda1e499b361a311379 100644 (file)
@@ -9550,9 +9550,9 @@ package body Exp_Ch3 is
                      if No (Eq_Call) then
                         Next_Test := Make_Op_Ne (Loc, Lhs, Rhs);
 
-                     --  If a component has a defined abstract equality,
-                     --  its application raises Program_Error on that
-                     --  component and therefore on the current variant.
+                     --  If a component has a defined abstract equality, its
+                     --  application raises Program_Error on that component
+                     --  and therefore on the current variant.
 
                      elsif Nkind (Eq_Call) = N_Raise_Program_Error then
                         Set_Etype (Eq_Call, Standard_Boolean);
index 7a048c618e9de80b8520b355d16c656f0bf574a0..a611e03c47a37ee2f9625136a823c2a9a123cfe0 100644 (file)
@@ -11471,8 +11471,8 @@ package body Exp_Ch4 is
          then
             if not Comes_From_Source (N)
               and then Nkind_In (Parent (N), N_Function_Call,
-                                             N_Procedure_Call_Statement,
-                                             N_Parameter_Association)
+                                             N_Parameter_Association,
+                                             N_Procedure_Call_Statement)
               and then Is_Interface (Designated_Type (Target_Type))
               and then Is_Class_Wide_Type (Designated_Type (Target_Type))
             then
index 9a659fa3371dce81107a4b84ef28e5ebc065bd61..f6a7eedeea04996229a65519893f86f93abb09c8 100644 (file)
@@ -1150,8 +1150,9 @@ package body Exp_Pakd is
       Expr := First (Expressions (Lhs));
       while Present (Expr) loop
          declare
-            Loc       : constant Source_Ptr := Sloc (Expr);
-            Expr_Typ  : constant Entity_Id := Etype (Expr);
+            Expr_Typ : constant Entity_Id  := Etype (Expr);
+            Loc      : constant Source_Ptr := Sloc  (Expr);
+
             Expr_Copy : Node_Id;
 
          begin
index 861d58eaf96fdc58ee338441c9773b0f5aa1150c..31ef8e2febab903a2743a9ec94a349d83c0d4390 100644 (file)
@@ -1081,7 +1081,7 @@ package body Lib.Writ is
 
    begin
       --  We never write an ALI file if the original operating mode was
-      --  syntax-only (-gnats switch used in compiler invocation line)
+      --  syntax-only (-gnats switch used in compiler invocation line).
 
       if Original_Operating_Mode = Check_Syntax then
          return;
index f40d84ef66e45f0631ac25b25fe8d4de1477e269..9cf04de5ec903a21e1b606e7409e555bd7a34757 100644 (file)
@@ -41,13 +41,15 @@ package body GNAT.Traceback is
 
    procedure Call_Chain
      (Traceback : out Tracebacks_Array;
-      Len       : out Natural) is
+      Len       : out Natural)
+   is
    begin
       System.Traceback.Call_Chain (Traceback, Traceback'Length, Len);
    end Call_Chain;
 
    function Call_Chain
-     (Max_Len : Positive; Skip_Frames : Natural := 1) return Tracebacks_Array
+     (Max_Len     : Positive;
+      Skip_Frames : Natural := 1) return Tracebacks_Array
    is
       Traceback : Tracebacks_Array (1 .. Max_Len);
       Len       : Natural;
index bdd46b25cce3f47aecb75b37086e2b190e08f5ab..6a565c9a3a62b3bedfaf0af2faf18b085a7abc98 100644 (file)
@@ -99,7 +99,8 @@ package GNAT.Traceback is
    --  are undefined on return.
 
    function Call_Chain
-     (Max_Len : Positive; Skip_Frames : Natural := 1) return Tracebacks_Array;
+     (Max_Len     : Positive;
+      Skip_Frames : Natural := 1) return Tracebacks_Array;
    --  Returns up to Max_Len tracebacks corresponding to the current call
    --  chain. Result array order is the same as in above procedure Call_Chain
    --  except that Skip_Frames says how many of the most recent calls should be
index 20dc4e62c2bdfd038bebb1274e0eeb0a79dcae34..e050bc1d8b4ab48a76007ff4537493c61778b7a6 100644 (file)
@@ -154,7 +154,7 @@ package System.Stream_Attributes is
 
    function Block_IO_OK return Boolean;
    --  Package System.Stream_Attributes has several bodies - the default one
-   --  distributed with GNAT, and s-stratt-xdr.adb, which is based on the XDR
+   --  distributed with GNAT, and s-stratt__xdr.adb, which is based on the XDR
    --  standard. Both bodies share the same spec. The role of this function is
    --  to indicate whether the current version of System.Stream_Attributes
    --  supports block IO. See System.Strings.Stream_Ops (s-ststop) for details.
index ec0f5e7c8f7f0fa852a4c691ebee471b0bf3cf22..f3b7f2469ff8069f62db223e7bc2ff01c190ee40 100644 (file)
@@ -87,7 +87,7 @@ package Sem_Aux is
    -----------------
 
    function Ancestor_Subtype (Typ : Entity_Id) return Entity_Id;
-   --  The argument Id is a type or subtype entity. If the argument is a
+   --  The argument Typ is a type or subtype entity. If the argument is a
    --  subtype then it returns the subtype or type from which the subtype was
    --  obtained, otherwise it returns Empty.
 
index 48822e2e3f7713b27f0f60785ef627be72aeb157..67bc4de39c43ca572bc789590953f080d0f2228c 100644 (file)
@@ -6576,13 +6576,15 @@ package body Sem_Util is
                   --  the accessibility level is that of the declaration of the
                   --  stand-alone object.
 
-                  return Make_Level_Literal
-                           (Object_Access_Level
-                              (Defining_Identifier (Parent (N))));
+                  return
+                    Make_Level_Literal
+                      (Object_Access_Level
+                         (Defining_Identifier (Parent (N))));
 
                when N_Assignment_Statement =>
-                  return Make_Level_Literal
-                           (Object_Access_Level (Name (Parent (N))));
+                  return
+                    Make_Level_Literal
+                      (Object_Access_Level (Name (Parent (N))));
 
                when others =>
                   declare
@@ -6591,8 +6593,9 @@ package body Sem_Util is
                   begin
                      Error_Msg_Strlen := S'Length;
                      Error_Msg_String (1 .. Error_Msg_Strlen) := S;
-                     Error_Msg_N ("unsupported context for anonymous " &
-                                  "allocator (~)", Parent (N));
+                     Error_Msg_N
+                       ("unsupported context for anonymous allocator (~)",
+                        Parent (N));
                   end;
             end case;
 
@@ -6899,8 +6902,9 @@ package body Sem_Util is
       elsif Dynamic_Scope = Empty then
          return Empty;
 
-      elsif Ekind_In (Dynamic_Scope, E_Package, E_Package_Body,
-                      E_Generic_Package)
+      elsif Ekind_In (Dynamic_Scope, E_Generic_Package,
+                                     E_Package,
+                                     E_Package_Body)
       then
          return Dynamic_Scope;
 
@@ -6954,7 +6958,7 @@ package body Sem_Util is
       elsif Ekind (Dyn_Scop) = E_Subprogram_Body then
          return Corresponding_Spec (Parent (Parent (Dyn_Scop)));
 
-      elsif Ekind_In (Dyn_Scop, E_Block, E_Return_Statement, E_Loop) then
+      elsif Ekind_In (Dyn_Scop, E_Block, E_Loop, E_Return_Statement) then
          return Enclosing_Subprogram (Dyn_Scop);
 
       elsif Ekind (Dyn_Scop) = E_Entry then