arm: add missing space to error.

PR target/104794

gcc/ChangeLog:

	* config/arm/arm.cc (arm_option_override_internal): Add missing
	space.
This commit is contained in:
Martin Liska 2022-03-07 14:16:21 +01:00
parent 5db1d7f143
commit b1d8198e7d

View 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);
}