Re: [PATCH] Improve wording for -freport-bug option.

2022-01-27 Thread Jakub Jelinek via Gcc-patches
On Thu, Jan 27, 2022 at 12:38:47PM +0100, Martin Liška wrote: > Yep, we have many more examples where a leading capital letter is used: > > gcc/config/cris/cris.cc: internal_error ("MULT case in %"); > gcc/config/cris/cris.h: do { if (!(x)) internal_error ("CRIS-port assertion > failed: %s",

Re: [PATCH] Improve wording for -freport-bug option.

2022-01-27 Thread Martin Liška
l_error ("Function %s, parameter %u, is used but does not " gcc/rtl.cc: internal_error ("RTL check: expected code '%s', have '%s' in %s, at %s:%d", gcc/tree-into-ssa.cc: internal_error ("SSA corruption"); gcc/tree-outof-ssa.cc:

Re: [PATCH] Improve wording for -freport-bug option.

2022-01-27 Thread Jakub Jelinek via Gcc-patches
On Thu, Jan 27, 2022 at 11:59:51AM +0100, Martin Liška wrote: > @@ -1988,7 +1994,7 @@ error_recursion (diagnostic_context *context) > pp_newline_and_flush (context->printer); > >fnotice (stderr, > -"Internal compiler error: Error reporting routines re-entered.\n"); > +"in

Re: [PATCH] Improve wording for -freport-bug option.

2022-01-27 Thread Martin Liška
t, with preprocessed source. Please include the complete backtrace with any bug report. See <https://gcc.gnu.org/bugs/> for instructions. Preprocessed source stored into /tmp/ccReyRI7.out file, please attach this to your bugreport. MartinFrom a438f0b40dfbc4580ce5de2a6fba004d1fdb3930 Mon Sep 17

Re: [PATCH] Improve wording for -freport-bug option.

2022-01-27 Thread Jakub Jelinek via Gcc-patches
On Thu, Jan 27, 2022 at 11:37:29AM +0100, Martin Liška wrote: > @@ -665,12 +667,12 @@ diagnostic_action_after_output (diagnostic_context > *context, > if (context->abort_on_error) > real_abort (); > - fnotice (stderr, "Please submit a full bug report,\n" > - "with pr

[PATCH] Improve wording for -freport-bug option.

2022-01-27 Thread Martin Liška
Hi. The patch addresses a few things related to ICE report: - 'Internal compiler error: Error reporting routines re-entered.' - unify 'internal' wording - I shortened: ''' Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any b