]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/attribs.c
PR other/80058
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 2019 10:51:28 +0000 (10:51 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Mar 2019 10:51:28 +0000 (10:51 +0000)
commit000969f93040b7fdd5892283b7aaabc2963b9096
tree1c541e70165935ccc8c6c6de9e9a46066e63c168
parentab9211d05479be86643eeeb92c510143569c810a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269487 138bc75d-0d04-0410-961f-82ee72b054a4
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