summaryrefslogtreecommitdiff
path: root/gcc/lto
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-23 14:20:55 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-23 14:20:55 +0000
commitbaa6eec48c707fadf035b4594d2dbee1781dd648 (patch)
tree2ccd4dda4fc7f84be2a57a2ba1a203354dbefc95 /gcc/lto
parent1e369e5fc4d40bf8e75569a61ae5e841829b6036 (diff)
downloadgcc-baa6eec48c707fadf035b4594d2dbee1781dd648.tar.gz
2010-11-23 Richard Guenther <rguenther@suse.de>
* lto.c (read_cgraph_and_symbols): Remove newline from diagnostic. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167077 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto')
-rw-r--r--gcc/lto/ChangeLog4
-rw-r--r--gcc/lto/lto.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog
index 7ad974011e5..7df4c50f9ad 100644
--- a/gcc/lto/ChangeLog
+++ b/gcc/lto/ChangeLog
@@ -1,5 +1,9 @@
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
* lto.c (read_cgraph_and_symbols): Bail out after errors.
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c
index 5da41b02294..3db5ac1bbd8 100644
--- a/gcc/lto/lto.c
+++ b/gcc/lto/lto.c
@@ -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);