]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
exp_ch4.adb: Minor reformatting
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Aug 2008 15:34:39 +0000 (17:34 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Aug 2008 15:34:39 +0000 (17:34 +0200)
2008-08-04  Robert Dewar  <dewar@adacore.com>

* exp_ch4.adb: Minor reformatting

From-SVN: r138638

gcc/ada/ChangeLog
gcc/ada/exp_ch4.adb

index e49c0cd7510a89bb1dfcf23e91d2e551d23abc61..5e5518596eba59436218b6b72387c4ce0a8dc1da 100644 (file)
@@ -1,3 +1,20 @@
+2008-08-04  Thomas Quinot  <quinot@adacore.com>
+
+       * sem_type.adb, sem_ch4.adb, sprint.adb, exp_ch3.adb: Minor reformatting
+
+2008-08-04  Vasiliy Fofanov  <fofanov@adacore.com>
+
+       * g-soccon-mingw.ads: Fix value for MSG_WAITALL
+
+2008-08-04  Javier Miranda  <miranda@adacore.com>
+
+       * sem_prag.adb (Process_Convention): Add missing support for
+        N_Private_Extension_Declaration nodes.
+
+2008-08-04  Robert Dewar  <dewar@adacore.com>
+
+       * exp_ch4.adb: Minor reformatting
+
 2008-08-04  Pascal Obry  <obry@adacore.com>
 
        * adaint.h: Add missing prototype.
index b1243d7a280a96f171a5856ac85dff7a15626515..6b395ac689866d913320e3f44e25369aa6b4769f 100644 (file)
@@ -2636,7 +2636,7 @@ package body Exp_Ch4 is
                New_Reference_To (Ind_Typ, Loc),
                New_Reference_To (Defining_Identifier (I_Decl), Loc)));
 
-      --  For other index types, computation is safe.
+      --  For other index types, computation is safe
 
       else
          H_Init := Ind_Val (Make_Op_Add (Loc, H_Init, L_Pos));
@@ -2667,7 +2667,7 @@ package body Exp_Ch4 is
 
       Declare_Decls := New_List (P_Decl, H_Decl, R_Decl);
 
-      --  Add constraint check for the modular index case.
+      --  Add constraint check for the modular index case
 
       if Is_Modular_Integer_Type (Ind_Typ)
         and then Esize (Ind_Typ) < Esize (Standard_Integer)