projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2ba7ec
)
Clarify the comment before the abort we hit when a translated string contains invalid...
author
Wolfgang Bangerth
<bangerth@gcc.gnu.org>
Fri, 2 May 2003 13:34:52 +0000
(07:34 -0600)
committer
Wolfgang Bangerth
<bangerth@gcc.gnu.org>
Fri, 2 May 2003 13:34:52 +0000
(07:34 -0600)
From-SVN: r66381
gcc/diagnostic.c
patch
|
blob
|
history
diff --git
a/gcc/diagnostic.c
b/gcc/diagnostic.c
index 98c3bf0032cc11adc0e2c6b1939dcfc3ed7a1875..5f3a6d0da105f0b2c97a27b88f52f61e8e233162 100644
(file)
--- a/
gcc/diagnostic.c
+++ b/
gcc/diagnostic.c
@@
-607,7
+607,9
@@
output_format (buffer, text)
|| !(*buffer->format_decoder) (buffer, text))
{
/* Hmmm. The front-end failed to install a format translator
- but called us with an unrecognized format. Sorry. */
+ but called us with an unrecognized format. Or, maybe, the
+ translated string just contains an invalid format, or
+ has formats in the wrong order. Sorry. */
abort ();
}
}