Commit eba14fca by Cesar Philippidis Committed by Richard Biener

lto-wrapper.c (maybe_unlink_file): Suppress diagnostic messages.

2014-03-13  Cesar Philippidis  <cesar@codesourcery.com>

	* lto-wrapper.c (maybe_unlink_file): Suppress diagnostic
	messages.

From-SVN: r208537
parent 11a860e3
2014-03-13 Cesar Philippidis <cesar@codesourcery.com>
* lto-wrapper.c (maybe_unlink_file): Suppress diagnostic
messages.
2014-03-13 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/59025
......
......@@ -246,7 +246,7 @@ maybe_unlink_file (const char *file)
&& errno != ENOENT)
fatal_perror ("deleting LTRANS file %s", file);
}
else
else if (verbose)
fprintf (stderr, "[Leaving LTRANS %s]\n", file);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment