diff options
Diffstat (limited to 'gcc/cgraphunit.c')
-rw-r--r-- | gcc/cgraphunit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 3415660..0e255f2 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -856,8 +856,7 @@ process_function_and_variable_attributes (cgraph_node *first, && lookup_attribute ("flatten", DECL_ATTRIBUTES (decl))) { warning_at (DECL_SOURCE_LOCATION (node->decl), OPT_Wattributes, - "%<flatten%>" - " attribute attribute is ignored on aliases"); + "%<flatten%> attribute is ignored on aliases"); } if (DECL_PRESERVE_P (decl)) node->mark_force_output (); |