diff --git a/gcc/lto/ChangeLog b/gcc/lto/ChangeLog index 7ad974011e51..7df4c50f9ad5 100644 --- a/gcc/lto/ChangeLog +++ b/gcc/lto/ChangeLog @@ -1,3 +1,7 @@ +2010-11-23 Richard Guenther + + * lto.c (read_cgraph_and_symbols): Remove newline from diagnostic. + 2010-11-23 Richard Guenther PR lto/46605 diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index 5da41b022945..3db5ac1bbd85 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);