On Thu, Mar 07, 2019 at 08:40:37PM +0100, Jakub Jelinek wrote: > > 2019-03-07 Jakub Jelinek <ja...@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