public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Pierre-Marie de Rodat <pmderodat@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-248] [Ada] Simplify call to overloaded Earlier_In_Extended_Unit
Date: Tue, 10 May 2022 08:22:49 +0000 (GMT)	[thread overview]
Message-ID: <20220510082249.2FCF438425B2@sourceware.org> (raw)

https://gcc.gnu.org/g:d5e6a22b54b0bfc78288c7ffb94ac6afad39ee7e

commit r13-248-gd5e6a22b54b0bfc78288c7ffb94ac6afad39ee7e
Author: Piotr Trojanek <trojanek@adacore.com>
Date:   Mon Jan 24 12:19:19 2022 +0100

    [Ada] Simplify call to overloaded Earlier_In_Extended_Unit
    
    We have two variants of Earlier_In_Extended_Unit that take either
    Node_Id or Source_Ptr values. The caller can simply use another variant
    and not explicitly convert parameters.
    
    Code cleanup; semantics is unaffected.
    
    gcc/ada/
    
            * sem_warn.adb (Check_Unset_Reference): Use variant of
            Earlier_In_Extended_Unit that calls Sloc internally.

Diff:
---
 gcc/ada/sem_warn.adb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/ada/sem_warn.adb b/gcc/ada/sem_warn.adb
index d1f2036e100..f86c2c71736 100644
--- a/gcc/ada/sem_warn.adb
+++ b/gcc/ada/sem_warn.adb
@@ -1915,7 +1915,7 @@ package body Sem_Warn is
                  and then (No (Unset_Reference (E))
                             or else
                               Earlier_In_Extended_Unit
-                                (Sloc (N), Sloc (Unset_Reference (E))))
+                                (N, Unset_Reference (E)))
                  and then not Has_Pragma_Unmodified_Check_Spec (E)
                  and then not Warnings_Off_Check_Spec (E)
                  and then not Has_Junk_Name (E)


                 reply	other threads:[~2022-05-10  8:22 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=20220510082249.2FCF438425B2@sourceware.org \
    --to=pmderodat@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).