[PATCH] Fix some cases of "whatever " on one line and " something" on the next one in diagnostics (PR other/80058)

Steve Kargl sgk@troutmask.apl.washington.edu
Thu Mar 7 19:56:00 GMT 2019


On Thu, Mar 07, 2019 at 08:40:37PM +0100, Jakub Jelinek wrote:
> 
> 2019-03-07  Jakub Jelinek  <jakub@redhat.com>
> 
> 	PR other/80058
> 	* lra-constraints.c (process_alt_operands): Avoid one space before
> 	" at the end of line and another after " on another line in a string
> 	literal.
> 	* attribs.c (handle_dll_attribute): Likewise.
> 	* config/avr/avr-devices.c (avr_texinfo): Likewise.
> cp/
> 	* parser.c (cp_parser_template_declaration_after_parameters): Avoid
> 	one space before " at the end of line and another after " on another
> 	line in a string literal.
> fortran/
> 	* arith.c (gfc_complex2complex): Avoid two spaces in the middle of
> 	diagnostics.
> 	* resolve.c (resolve_allocate_expr): Likewise.
> 

Fortran changes are OK.  I suspect that this falls under the
obviously correct category.

-- 
Steve



More information about the Fortran mailing list