public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] tree-cfg: Fix a verification diagnostic typo [PR107121]
@ 2022-10-02 14:44 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-10-02 14:44 UTC (permalink / raw)
  To: gcc-patches

Hi!

Obvious typo in diagnostics.

Committed as obvious to trunk.

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.

--- gcc/tree-cfg.cc.jj	2022-09-29 09:13:31.321641176 +0200
+++ gcc/tree-cfg.cc	2022-10-02 16:41:09.716365999 +0200
@@ -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;
 	  }

	Jakub


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-02 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-02 14:44 [committed] tree-cfg: Fix a verification diagnostic typo [PR107121] Jakub Jelinek

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).