public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3020] tree-cfg: Fix a verification diagnostic typo [PR107121]
Date: Sun,  2 Oct 2022 14:43:16 +0000 (GMT)	[thread overview]
Message-ID: <20221002144316.31AAA3858D32@sourceware.org> (raw)

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

commit r13-3020-gd01bd0b0f3b8f4c33c437ff10f0b949200627f56
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Sun Oct 2 16:42:32 2022 +0200

    tree-cfg: Fix a verification diagnostic typo [PR107121]
    
    Obvious typo in diagnostics.
    
    2022-10-02  Jakub Jelinek  <jakub@redhat.com>
    
            PR tree-optimization/107121
            * tree-cfg.cc (verify_gimple_call): Fix a typo in diagnostics,
            DEFFERED_INIT -> DEFERRED_INIT.

Diff:
---
 gcc/tree-cfg.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/tree-cfg.cc b/gcc/tree-cfg.cc
index ade66c54499..09fa7b64584 100644
--- a/gcc/tree-cfg.cc
+++ b/gcc/tree-cfg.cc
@@ -3510,7 +3510,7 @@ verify_gimple_call (gcall *stmt)
       if (is_constant_size_arg0 && is_constant_size_lhs)
 	if (maybe_ne (size_from_arg0, size_from_lhs))
 	  {
-	    error ("%<DEFFERED_INIT%> calls should have same "
+	    error ("%<DEFERRED_INIT%> calls should have same "
 		   "constant size for the first argument and LHS");
 	    return true;
 	  }

                 reply	other threads:[~2022-10-02 14:43 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=20221002144316.31AAA3858D32@sourceware.org \
    --to=jakub@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).