arm: add missing space to error.
authorMartin Liska <mliska@suse.cz>
Mon, 7 Mar 2022 13:16:21 +0000 (14:16 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 7 Mar 2022 13:16:21 +0000 (14:16 +0100)
PR target/104794

gcc/ChangeLog:

* config/arm/arm.cc (arm_option_override_internal): Add missing
space.

gcc/config/arm/arm.cc

index 4bf1ef0..14b6c80 100644 (file)
@@ -3185,7 +3185,7 @@ arm_option_override_internal (struct gcc_options *opts,
   if (arm_stack_protector_guard == SSP_GLOBAL
       && opts->x_arm_stack_protector_guard_offset_str)
     {
-      error ("incompatible options %<-mstack-protector-guard=global%> and"
+      error ("incompatible options %<-mstack-protector-guard=global%> and "
             "%<-mstack-protector-guard-offset=%s%>",
             arm_stack_protector_guard_offset_str);
     }