public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][pushed] d: Fix -Werror=format-diag error.
@ 2022-01-31  8:50 Martin Liška
  2022-02-01 14:22 ` Iain Buclaw
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2022-01-31  8:50 UTC (permalink / raw)
  To: gcc-patches; +Cc: Iain Buclaw, Andreas Schwab

Pushed as obvious.

Martin

	PR d/104287

gcc/d/ChangeLog:

	* decl.cc (d_finish_decl): Remove trailing dot.
---
  gcc/d/decl.cc | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/d/decl.cc b/gcc/d/decl.cc
index 5ecc6269780..b08d797c851 100644
--- a/gcc/d/decl.cc
+++ b/gcc/d/decl.cc
@@ -1598,7 +1598,7 @@ d_finish_decl (tree decl)
  	  tree name = DECL_ASSEMBLER_NAME (decl);
  
  	  internal_error ("mismatch between declaration %qE size (%wd) and "
-			  "its initializer size (%wd).",
+			  "its initializer size (%wd)",
  			  IDENTIFIER_PRETTY_NAME (name)
  			  ? IDENTIFIER_PRETTY_NAME (name) : name,
  			  tsize, dtsize);
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][pushed] d: Fix -Werror=format-diag error.
  2022-01-31  8:50 [PATCH][pushed] d: Fix -Werror=format-diag error Martin Liška
@ 2022-02-01 14:22 ` Iain Buclaw
  0 siblings, 0 replies; 2+ messages in thread
From: Iain Buclaw @ 2022-02-01 14:22 UTC (permalink / raw)
  To: gcc-patches, Martin Liška; +Cc: Andreas Schwab

Excerpts from Martin Liška's message of Januar 31, 2022 9:50 am:
> Pushed as obvious.
> 

Thanks,
Iain.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-01 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31  8:50 [PATCH][pushed] d: Fix -Werror=format-diag error Martin Liška
2022-02-01 14:22 ` Iain Buclaw

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