re PR driver/46617 (String concatenation fools extraction for translation.)

2011-10-25  Paolo Carlini  <paolo.carlini@oracle.com>

	PR translation/46617
	* gcc.c (main): Fix fatal_error string for translation.

From-SVN: r180466
This commit is contained in:
Paolo Carlini 2011-10-26 00:50:11 +00:00 committed by Paolo Carlini
parent 1be82918f1
commit f891a4ac5a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-10-25 Paolo Carlini <paolo.carlini@oracle.com>
PR translation/46617
* gcc.c (main): Fix fatal_error string for translation.
2011-10-25 Ian Lance Taylor <iant@google.com>
* tree-eh.c (do_return_redirection): Remove return_value_p

View File

@ -6851,7 +6851,7 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
LTOPLUGINSONAME, R_OK,
false);
if (!linker_plugin_file_spec)
fatal_error ("-fuse-linker-plugin, but " LTOPLUGINSONAME " not found");
fatal_error ("-fuse-linker-plugin, but %s not found", LTOPLUGINSONAME);
}
#endif
lto_gcc_spec = argv[0];