public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7518] arm: add missing space to error.
@ 2022-03-07 13:17 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-03-07 13:17 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b1d8198e7df616ea80cb648a2c831e2c21f4319f

commit r12-7518-gb1d8198e7df616ea80cb648a2c831e2c21f4319f
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Mar 7 14:16:21 2022 +0100

    arm: add missing space to error.
    
            PR target/104794
    
    gcc/ChangeLog:
    
            * config/arm/arm.cc (arm_option_override_internal): Add missing
            space.

Diff:
---
 gcc/config/arm/arm.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/arm/arm.cc b/gcc/config/arm/arm.cc
index 4bf1ef0517d..14b6c804455 100644
--- a/gcc/config/arm/arm.cc
+++ b/gcc/config/arm/arm.cc
@@ -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);
     }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-07 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 13:17 [gcc r12-7518] arm: add missing space to error Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).