lto.c (read_cgraph_and_symbols): Remove newline from diagnostic.
authorRichard Guenther <rguenther@suse.de>
Tue, 23 Nov 2010 14:20:55 +0000 (14:20 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 23 Nov 2010 14:20:55 +0000 (14:20 +0000)
2010-11-23  Richard Guenther  <rguenther@suse.de>

* lto.c (read_cgraph_and_symbols): Remove newline from diagnostic.

From-SVN: r167077

gcc/lto/ChangeLog
gcc/lto/lto.c

index 7ad974011e51499dba5a2283e3c98ae8232348af..7df4c50f9ad5c794274c503ddd639bb65bad106b 100644 (file)
@@ -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
index 5da41b0229459e477fd50e0124bca08e877d83b7..3db5ac1bbd85afbc5a0a5debf435a6767016cc23 100644 (file)
@@ -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);