public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Nathan Sidwell <nathan@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/c++-modules] [Ada] Minor tweaks in commentary
Date: Thu, 11 Jun 2020 13:07:30 +0000 (GMT)	[thread overview]
Message-ID: <20200611130730.3A8EA395ACC4@sourceware.org> (raw)

https://gcc.gnu.org/g:6f4ad963f8e56096b52989e1a4199199da73a935

commit 6f4ad963f8e56096b52989e1a4199199da73a935
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Fri Jan 3 08:55:57 2020 +0100

    [Ada] Minor tweaks in commentary
    
    2020-06-03  Eric Botcazou  <ebotcazou@adacore.com>
    
    gcc/ada/
    
            * sinfo.ads: Minor tweaks in commentary.

Diff:
---
 gcc/ada/sinfo.ads | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads
index 8c115b7f0b1..bcdda8406e4 100644
--- a/gcc/ada/sinfo.ads
+++ b/gcc/ada/sinfo.ads
@@ -399,10 +399,6 @@ package Sinfo is
    --  (defined in Tree_Print_Strings) used to print trees. The following
    --  abbreviations are used:
 
-   --  Note: the utility program that creates the Treeprs spec (in the file
-   --  xtreeprs.adb) knows about the special fields here, so it must be
-   --  modified if any change is made to these fields.
-
    --    "plus fields for binary operator"
    --       Chars                    (Name1)      Name_Id for the operator
    --       Left_Opnd                (Node2)      left operand expression
@@ -433,6 +429,10 @@ package Sinfo is
    --       Assignment_OK            (Flag15-Sem) set if modification is OK
    --       Is_Controlling_Actual    (Flag16-Sem) set for controlling argument
 
+   --  Note: the utility program that creates the Treeprs spec (in the file
+   --  xtreeprs.adb) knows about the special fields here, so it must be
+   --  modified if any change is made to these fields.
+
    --  Note: see under (EXPRESSION) for further details on the use of
    --  the Paren_Count field to record the number of parentheses levels.
 
@@ -4446,7 +4446,7 @@ package Sinfo is
       --  expansion). Gigi thus never needs to worry about small values (for
       --  other operators operating on fixed-point, e.g. addition, the small
       --  value does not have any semantic effect anyway, these are always
-      --  integer operations.
+      --  integer operations).
 
       --  Gigi restriction: For all operators taking Boolean operands, the
       --  type is always Standard.Boolean. The expander inserts the required


                 reply	other threads:[~2020-06-11 13:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200611130730.3A8EA395ACC4@sourceware.org \
    --to=nathan@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).