aboutsummaryrefslogtreecommitdiff
path: root/gcc/attribs.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-03-08 11:51:28 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2019-03-08 11:51:28 +0100
commit0d7bac69b78fbb3bc2d088e7777472d261ea0a21 (patch)
tree1c541e70165935ccc8c6c6de9e9a46066e63c168 /gcc/attribs.c
parent723a52f9512a22af0f3f6758770b60dd8dfb7d47 (diff)
downloadgcc-0d7bac69b78fbb3bc2d088e7777472d261ea0a21.zip
gcc-0d7bac69b78fbb3bc2d088e7777472d261ea0a21.tar.gz
gcc-0d7bac69b78fbb3bc2d088e7777472d261ea0a21.tar.bz2
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
Diffstat (limited to 'gcc/attribs.c')
-rw-r--r--gcc/attribs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/attribs.c b/gcc/attribs.c
index 408f920..a55638d 100644
--- a/gcc/attribs.c
+++ b/gcc/attribs.c
@@ -1664,7 +1664,7 @@ handle_dll_attribute (tree * pnode, tree name, tree args, int flags,
&& DECL_DECLARED_INLINE_P (node))
{
warning (OPT_Wattributes, "inline function %q+D declared as "
- " dllimport: attribute ignored", node);
+ "dllimport: attribute ignored", node);
*no_add_attrs = true;
}
/* Like MS, treat definition of dllimported variables and