mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-24 10:19:16 +08:00
lto.c (read_cgraph_and_symbols): Remove newline from diagnostic.
2010-11-23 Richard Guenther <rguenther@suse.de> * lto.c (read_cgraph_and_symbols): Remove newline from diagnostic. From-SVN: r167077
This commit is contained in:
parent
21539e2eb2
commit
9f1718b007
@ -1,3 +1,7 @@
|
||||
2010-11-23 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
* lto.c (read_cgraph_and_symbols): Remove newline from diagnostic.
|
||||
|
||||
2010-11-23 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR lto/46605
|
||||
|
@ -2198,7 +2198,7 @@ read_cgraph_and_symbols (unsigned nfiles, const char **fnames)
|
||||
/* If there were errors during symbol merging bail out, we have no
|
||||
good way to recover here. */
|
||||
if (seen_error ())
|
||||
fatal_error ("errors during merging of translation units\n");
|
||||
fatal_error ("errors during merging of translation units");
|
||||
|
||||
/* Fixup all decls and types and free the type hash tables. */
|
||||
lto_fixup_decls (all_file_decl_data);
|
||||
|
Loading…
Reference in New Issue
Block a user