diff options
author | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-25 14:53:20 +0000 |
---|---|---|
committer | jiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-25 14:53:20 +0000 |
commit | 2edfba82552b874b688dc926923f413639af7f51 (patch) | |
tree | 08428f9cb7202dce998e6feba1e96bdf73a27a90 /gcc/lto/lto.c | |
parent | 6f73755f048fcab5d30423fc578faf2fee5bef0c (diff) | |
download | gcc-2edfba82552b874b688dc926923f413639af7f51.tar.gz |
* lto.c (lto_read_all_file_options): Start a new line after
printing out file names.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto/lto.c')
-rw-r--r-- | gcc/lto/lto.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/lto/lto.c b/gcc/lto/lto.c index f52c66e6a47..e2fa97576eb 100644 --- a/gcc/lto/lto.c +++ b/gcc/lto/lto.c @@ -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 (); } |