Re: [PATCH] Don't emit backtrace from driver upon fatal compiler signals

2015-01-22 Thread Dodji Seketeli
Ian Lance Taylor writes: > On Thu, Jan 22, 2015 at 12:35 PM, Jakub Jelinek wrote: >> >> 2015-01-22 Jakub Jelinek >> >> * diagnostic-core.h (internal_error_no_backtrace): New prototype. >> * diagnostic.def (DK_ICE_NOBT): New kind. >> * diagnostic.c (diagnostic_action_af

Re: [PATCH] Don't emit backtrace from driver upon fatal compiler signals

2015-01-22 Thread Ian Lance Taylor
On Thu, Jan 22, 2015 at 12:35 PM, Jakub Jelinek wrote: > > 2015-01-22 Jakub Jelinek > > * diagnostic-core.h (internal_error_no_backtrace): New prototype. > * diagnostic.def (DK_ICE_NOBT): New kind. > * diagnostic.c (diagnostic_action_after_output): Handle DK_ICE_NOBT >