re PR other/80058 (fix double spaces in string literals everywhere)
authorJakub Jelinek <jakub@redhat.com>
Fri, 8 Mar 2019 10:51:28 +0000 (11:51 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 8 Mar 2019 10:51:28 +0000 (11:51 +0100)
commit0d7bac69b78fbb3bc2d088e7777472d261ea0a21
tree1c541e70165935ccc8c6c6de9e9a46066e63c168
parent723a52f9512a22af0f3f6758770b60dd8dfb7d47
re PR other/80058 (fix double spaces in string literals everywhere)

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.

From-SVN: r269487
gcc/ChangeLog
gcc/attribs.c
gcc/config/avr/avr-devices.c
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/resolve.c
gcc/lra-constraints.c