mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-24 07:58:56 +08:00
Clarify the comment before the abort we hit when a translated string contains invalid formats.
From-SVN: r66381
This commit is contained in:
parent
f2ba7ecb31
commit
5ca5a6554e
@ -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 ();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user