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:
parent
1be82918f1
commit
f891a4ac5a
@ -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
|
||||
|
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user