mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-22 21:41:28 +08:00
lto.c (lto_read_all_file_options): Start a new line after printing out file names.
* lto.c (lto_read_all_file_options): Start a new line after printing out file names. From-SVN: r164620
This commit is contained in:
parent
8e8dc06035
commit
fb46238332
@ -1,3 +1,8 @@
|
||||
2010-09-25 Jie Zhang <jie@codesourcery.com>
|
||||
|
||||
* lto.c (lto_read_all_file_options): Start a new line after
|
||||
printing out file names.
|
||||
|
||||
2010-09-24 Jan Hubicka <jh@suse.cz>
|
||||
|
||||
* lto.c (lto_promote_cross_file_statics): Use const_value_known_p.
|
||||
|
@ -1689,6 +1689,9 @@ lto_read_all_file_options (void)
|
||||
free (file_data);
|
||||
}
|
||||
|
||||
if (!quiet_flag)
|
||||
fprintf (stderr, "\n");
|
||||
|
||||
/* Apply globally the options read from all the files. */
|
||||
lto_reissue_options ();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user