Commit f891a4ac by Paolo Carlini Committed by Paolo Carlini

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
parent 1be82918
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
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment