PR bootstrap/77569
commit9a784cf59091525c36c00db35bd498076baced75
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jan 2017 07:53:30 +0000 (4 07:53 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Jan 2017 07:53:30 +0000 (4 07:53 +0000)
tree56c9c7317b4179b79b611a19f79726e1a2fa3916
parent88d8e2554647540a9e5ba820125f8755740289a9
PR bootstrap/77569
* input.c (ebcdic_execution_charset::on_error): Don't use strstr for
a substring of the message, but strcmp with the whole message.  Ifdef
ENABLE_NLS, translate the message first using dgettext.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244047 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/input.c