On 11/05/14 09:03, Ilya Tocar wrote:
Ping.

On 20 Oct 19:25, Ilya Tocar wrote:
Same in collect2.

On 09 Oct 15:40, Ilya Tocar wrote:
Ping.

On 29 Sep 18:02, Ilya Tocar wrote:
Hi,

Currently if call to atexit (lto_wrapper_cleanup) fails we
won't report error as we haven't initialized error-reporting
infrastructure. This patch moves this call after diagnostic_initialize.
I hope that we can't  exit inside diagnostic_initialize. Otherwise we
won't cleanup after it.
Well, diagnostic_initialize calls xmalloc, so it can certainly fail and when xmalloc fails, it just dumps stuff to stderr, calls anything registered via xatexit and exits.

So I don't see that we're going to get back into GCC's diagnostic machinery.

OK for the trunk, assuming you've bootstrapped the change.

Thanks for your patience,

Jeff


Reply via email to