public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-modules] diagnostics: make error message lowercase.
@ 2020-01-31 17:47 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2020-01-31 17:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:32387f76e8050ba266b91e4d1fa701cbefcf4030

commit 32387f76e8050ba266b91e4d1fa701cbefcf4030
Author: Jan Hubicka <jh@suse.cz>
Date:   Tue Jan 28 21:34:43 2020 +0100

    diagnostics: make error message lowercase.
    
    	* coverage.c (read_counts_file): Make error message lowercase.

Diff:
---
 gcc/ChangeLog  | 4 ++++
 gcc/coverage.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 44f09c8..326250b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
 2020-01-28  Jan Hubicka  <hubicka@ucw.cz>
 
+	* coverage.c (read_counts_file): Make error message lowercase.
+
+2020-01-28  Jan Hubicka  <hubicka@ucw.cz>
+
 	* profile-count.c (profile_quality_display_names): Fix ordering.
 
 2020-01-28  Jan Hubicka  <hubicka@ucw.cz>
diff --git a/gcc/coverage.c b/gcc/coverage.c
index 5e961b2..f29ff64 100644
--- a/gcc/coverage.c
+++ b/gcc/coverage.c
@@ -265,7 +265,7 @@ read_counts_file (void)
 	  else if (entry->lineno_checksum != lineno_checksum
 		   || entry->cfg_checksum != cfg_checksum)
 	    {
-	      error ("Profile data for function %u is corrupted", fn_ident);
+	      error ("profile data for function %u is corrupted", fn_ident);
 	      error ("checksum is (%x,%x) instead of (%x,%x)",
 		     entry->lineno_checksum, entry->cfg_checksum,
 		     lineno_checksum, cfg_checksum);


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

only message in thread, other threads:[~2020-01-31 17:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 17:47 [gcc/devel/c++-modules] diagnostics: make error message lowercase Nathan Sidwell

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