Re: [PATCH] don't confuse user when OOM happens

2017-08-15 Thread Richard Biener
On Mon, Aug 14, 2017 at 5:56 PM, Nathan Sidwell wrote: > The thread at https://gcc.gnu.org/ml/gcc/2017-08/msg00090.html discusses the > driver behaviour when OOM kills cc1plus or whatever. > > This patch changes the driver so that if the inferior dies via INT, TERM, > QUIT or KILL signals, it emi

[PATCH] don't confuse user when OOM happens

2017-08-14 Thread Nathan Sidwell
The thread at https://gcc.gnu.org/ml/gcc/2017-08/msg00090.html discusses the driver behaviour when OOM kills cc1plus or whatever. This patch changes the driver so that if the inferior dies via INT, TERM, QUIT or KILL signals, it emits a clearer message about what happened. We've been using t