On Thu, Jan 22, 2015 at 12:35 PM, Jakub Jelinek <ja...@redhat.com> wrote: > > 2015-01-22 Jakub Jelinek <ja...@redhat.com> > > * 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 > like DK_ICE, but never print backtrace. > (diagnostic_report_diagnostic): Handle DK_ICE_NOBT like DK_ICE. > (internal_error_no_backtrace): New function. > * gcc.c (execute): Use internal_error_no_backtrace instead of > internal_error. > fortran/ > * gfc-diagnostic.def (DK_ICE_NOBT): New kind.
This is OK. Thanks for taking care of this. Ian