https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80058

--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Mar  8 10:51:28 2019
New Revision: 269487

URL: https://gcc.gnu.org/viewcvs?rev=269487&root=gcc&view=rev
Log:
        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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/attribs.c
    trunk/gcc/config/avr/avr-devices.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/parser.c
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/arith.c
    trunk/gcc/fortran/resolve.c
    trunk/gcc/lra-constraints.c

Reply via email to