]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lto/lto-lang.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / lto / lto-lang.c
index c6c3304379ac0800ff91be8bd75aa3b55a39d59f..5a35d4794c244c42d2d57e197f68abf409e526c1 100644 (file)
@@ -864,7 +864,7 @@ lto_post_options (const char **pfilename ATTRIBUTE_UNUSED)
 {
   /* -fltrans and -fwpa are mutually exclusive.  Check for that here.  */
   if (flag_wpa && flag_ltrans)
-    error ("-fwpa and -fltrans are mutually exclusive");
+    error ("%<-fwpa%> and %<-fltrans%> are mutually exclusive");
 
   if (flag_ltrans)
     {
@@ -898,7 +898,8 @@ lto_post_options (const char **pfilename ATTRIBUTE_UNUSED)
       lang_hooks.lto.append_data = lhd_append_data;
       lang_hooks.lto.end_section = lhd_end_section;
       if (flag_ltrans)
-       error ("-flinker-output=rel and -fltrans are mutually exclussive");
+       error ("%<-flinker-output=rel%> and %<-fltrans%> are mutually "
+              "exclussive");
       break;
 
     case LTO_LINKER_OUTPUT_NOLTOREL: /* .o: incremental link producing asm  */