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");
> +        "internal compiler error: Error reporting routines re-entered.\n");

Why do we capitalize the "E" in there?
Looking for internal_error calls, I think we mostly use lower case after
"internal compiler error: ", except for some cases where it should be
capitalized like "SSA corruption" etc., but
varasm.cc:      internal_error ("Section already exists: %qs", name);
looks wrong.

        Jakub

Reply via email to