]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2014-01-29 Hristian Kirtchev <kirtchev@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jan 2014 16:19:53 +0000 (16:19 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 29 Jan 2014 16:19:53 +0000 (16:19 +0000)
* sem_util.adb (Has_Enabled_Property): Compare the character field of
the sole property.

2014-01-29  Robert Dewar  <dewar@adacore.com>

* sem_intr.adb, a-ztexio.ads, sinfo.ads, sem_res.adb, gnatlink.adb,
vms_conv.adb, a-except.ads, a-except-2005.ads, a-teioed.adb,
sem_warn.ads, treepr.ads, erroutc.ads, a-excach.adb: Minor reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207267 138bc75d-0d04-0410-961f-82ee72b054a4

15 files changed:
gcc/ada/ChangeLog
gcc/ada/a-excach.adb
gcc/ada/a-except-2005.ads
gcc/ada/a-except.ads
gcc/ada/a-teioed.adb
gcc/ada/a-ztexio.ads
gcc/ada/erroutc.ads
gcc/ada/gnatlink.adb
gcc/ada/sem_intr.adb
gcc/ada/sem_res.adb
gcc/ada/sem_util.adb
gcc/ada/sem_warn.ads
gcc/ada/sinfo.ads
gcc/ada/treepr.ads
gcc/ada/vms_conv.adb

index fec258c0aba6e35e8e1edbcd2d1ef3361b1a1bfc..d0fee8faede70d6f022f34d741853518cb8d8075 100644 (file)
@@ -1,3 +1,14 @@
+2014-01-29  Hristian Kirtchev  <kirtchev@adacore.com>
+
+       * sem_util.adb (Has_Enabled_Property): Compare the character field of
+       the sole property.
+
+2014-01-29  Robert Dewar  <dewar@adacore.com>
+
+       * sem_intr.adb, a-ztexio.ads, sinfo.ads, sem_res.adb, gnatlink.adb,
+       vms_conv.adb, a-except.ads, a-except-2005.ads, a-teioed.adb,
+       sem_warn.ads, treepr.ads, erroutc.ads, a-excach.adb: Minor reformatting.
+
 2014-01-29  Robert Dewar  <dewar@adacore.com>
 
        * sem_util.ads, sem_util.adb (In_Pragma_Expression): New function.
index 6a33601fb459dc1a1b45b3236d2c9ff0b2cc7666..ab82920519da85c664833318b76243c23ca4f311 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1992-2009, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2013, 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- --
@@ -32,7 +32,7 @@
 pragma Warnings (Off);
 --  Allow withing of non-Preelaborated units in Ada 2005 mode where this
 --  package will be categorized as Preelaborate. See AI-362 for details.
---  It is safe in the context of the run-time to violate the rules!
+--  It is safe in the context of the run-time to violate the rules.
 
 with System.Traceback;
 
index ca4ff9f9e17efd43256a90b6f12352933299ca12..71a3f198c149041dd9db2bf702879a3d46ea8a66 100644 (file)
@@ -276,7 +276,7 @@ private
 
    --  Note: this used to be in a separate unit called System.Poll, but that
    --  caused horrible circular elaboration problems between System.Poll and
-   --  Ada.Exceptions. One way of solving such circularities is unification!
+   --  Ada.Exceptions.
 
    procedure Poll;
    --  Check for asynchronous abort. Note that we do not inline the body.
index e395cf4f3b0cfe068c839ff0971468f5235af191..512466714a299aea25ed4f23e3d88157b54ca04e 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2012, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2013, Free Software Foundation, Inc.         --
 --                                                                          --
 -- This specification is derived from the Ada Reference Manual for use with --
 -- GNAT. The copyright notice above, and the license provisions that follow --
@@ -250,7 +250,7 @@ private
 
    --  Note: this used to be in a separate unit called System.Poll, but that
    --  caused horrible circular elaboration problems between System.Poll and
-   --  Ada.Exceptions. One way of solving such circularities is unification!
+   --  Ada.Exceptions.
 
    procedure Poll;
    --  Check for asynchronous abort. Note that we do not inline the body.
index 423e6873d9659ff7548e05c4035c655bb9beb0aa..03e635e9418830bc6590ce6c4b3da15ca9538d4d 100644 (file)
@@ -1445,7 +1445,7 @@ package body Ada.Text_IO.Editing is
       -- Leading_Pound --
       -------------------
 
-      --  This one is complex!  A Leading_Pound can be fixed or floating,
+      --  This one is complex.  A Leading_Pound can be fixed or floating,
       --  but in some cases the decision has to be deferred until we leave
       --  this procedure. Also note that Leading_Pound can be called in
       --  either State.
index 97ead43be10d60e4859384bf5fbe83db9d788be2..b081906b4152de942ac5ac14ad4c5c6d525b4cf4 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2011, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2013, Free Software Foundation, Inc.         --
 --                                                                          --
 -- This specification is derived from the Ada Reference Manual for use with --
 -- GNAT. The copyright notice above, and the license provisions that follow --
@@ -389,7 +389,7 @@ private
       --  there is no convenient way of backing up more than one character,
       --  what we do is to leave ourselves positioned past the LM, but set
       --  this flag, so that we know that from an Ada point of view we are
-      --  in front of the LM, not after it. A bit of a kludge, but it works!
+      --  in front of the LM, not after it. A bit of a kludge, but it works.
 
       Before_LM_PM : Boolean := False;
       --  This flag similarly handles the case of being physically positioned
index 647e58bafdd4ea6b3da85fff7aadf676256c0141..5469944e920769b83387f18885d0cbe68121c641 100644 (file)
@@ -98,7 +98,7 @@ package Erroutc is
    --  ensures that two insertion tokens of maximum length can be accommodated.
    --  The value of 1024 is an arbitrary value that should be more than long
    --  enough to accommodate any reasonable message (and for that matter, some
-   --  pretty unreasonable messages!)
+   --  pretty unreasonable messages).
 
    Msg_Buffer : String (1 .. Max_Msg_Length);
    --  Buffer used to prepare error messages
index ea679d9d25cc287565f4ed18f26dd504526343b5..ce8f3d18b65b494d76ca8ebef7e79e3be0b7c81f 100644 (file)
@@ -1598,7 +1598,7 @@ begin
          --  Read it. Note that we ignore errors, since we only want very
          --  limited information from the ali file, and likely a slightly
          --  wrong version will be just fine, though in normal operation
-         --  we don't expect this to happen!
+         --  we don't expect this to happen.
 
          A := Scan_ALI
                (F,
index a3f578d03450a37ca2b870f8f007c787850f5640..4682d250d81413d498cd9d4379226fc841c90d63 100644 (file)
@@ -416,7 +416,7 @@ package body Sem_Intr is
          return;
       end if;
 
-      --  type'Size (not 'Object_Size!) must be one of the allowed values
+      --  type'Size (not 'Object_Size) must be one of the allowed values
 
       Size := UI_To_Int (RM_Size (Typ1));
 
index be05a51ef9e6ace1df8f44156a40df6642486633..f221ed4457c92721b1b5345f31243cad13d63c35 100644 (file)
@@ -2474,7 +2474,7 @@ package body Sem_Res is
             --  If type we are looking for is Void, then this is the procedure
             --  call case, and the error is simply that what we gave is not a
             --  procedure name (we think of procedure calls as expressions with
-            --  types internally, but the user doesn't think of them this way!)
+            --  types internally, but the user doesn't think of them this way).
 
             if Typ = Standard_Void_Type then
 
@@ -6170,7 +6170,7 @@ package body Sem_Res is
          end if;
 
       --  For Standard.Wide_Wide_Character or a type derived from it, we
-      --  know the literal is in range, since the parser checked!
+      --  know the literal is in range, since the parser checked.
 
       elsif Root_Type (B_Typ) = Standard_Wide_Wide_Character then
          return;
index 58a28bbeecb0d3cd5e772154e1229c7507701e17..2f85e82fa6a6596b2d0449e35fcc7bd8744fed2d 100644 (file)
@@ -7319,7 +7319,7 @@ package body Sem_Util is
             --  Single property
 
             else
-               return Chars (Prop) = Prop_Nam;
+               return Chars (Props) = Prop_Nam;
             end if;
          end if;
 
index 22a3c6c42eff0a7296ab6d17f8762cbddf63b9c2..131b7b80399f7c28b2c725c78b1db25a1d707dd5 100644 (file)
@@ -127,7 +127,7 @@ package Sem_Warn is
    --  the end of the compilation process (see body of this routine for a
    --  discussion of why this is done). This procedure outputs the warnings.
    --  Note: this should be called before Output_Unreferenced_Messages, since
-   --  if we have an IN OUT warning, that's the one we want to see!
+   --  if we have an IN OUT warning, that's the one we want to see.
 
    procedure Output_Obsolescent_Entity_Warnings (N : Node_Id; E : Entity_Id);
    --  N is a reference to obsolescent entity E, for which appropriate warning
index d46f3150c9f9480556abf426a142a821bcfee5e5..4fb30477f2e0bd173f01deec9d0bf87ff0d63dc8 100644 (file)
@@ -8232,7 +8232,7 @@ package Sinfo is
       N_Unused_At_End);
 
    for Node_Kind'Size use 8;
-   --  The data structures in Atree assume this!
+   --  The data structures in Atree assume this
 
    ----------------------------
    -- Node Class Definitions --
index d33e93bb21eb1a681f47c753ec95225b884be108..2d1fb93e8e06221c243eda5d6589c10dc87d919d 100644 (file)
@@ -82,7 +82,7 @@ package Treepr is
    --  Same as Print_Node_Subtree
 
    --  The following are no longer really needed, now that pn will print
-   --  anything you throw at it!
+   --  anything you throw at it.
 
    procedure pe (E : Elist_Id);
    pragma Export (Ada, pe);
index a499b9dd2d62264d50386bad01421b33da2e0e82..36322350faa500f8598d60fabb881d4a7681a156 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---          Copyright (C) 1996-2012, Free Software Foundation, Inc.         --
+--          Copyright (C) 1996-2013, 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- --
@@ -1737,7 +1737,7 @@ package body VMS_Conv is
                   Sw   : Item_Ptr;
                   SwP  : Natural;
                   P2   : Natural;
-                  Endp : Natural := 0; -- avoid warning!
+                  Endp : Natural := 0; -- avoid warning
                   Opt  : Item_Ptr;
 
                begin