public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work076)] Fix -Werror=format-diag error with --disable-plugin.
@ 2022-01-20 20:44 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2022-01-20 20:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:80a628f03107e2b1f405d10724b74a580420e795

commit 80a628f03107e2b1f405d10724b74a580420e795
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Jan 20 15:44:41 2022 -0500

    Fix -Werror=format-diag error with --disable-plugin.
    
    gcc/
    2022-01-20  Michael Meissner  <meissner@the-meissners.org>
    
            * opts-global.cc (handle_common_deferred_options): Add %< and %>
            quoting.

Diff:
---
 gcc/ChangeLog.meissner | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gcc/ChangeLog.meissner b/gcc/ChangeLog.meissner
index 725900e418b..7c709f34155 100644
--- a/gcc/ChangeLog.meissner
+++ b/gcc/ChangeLog.meissner
@@ -1,3 +1,9 @@
+work076 patch #5
+2022-01-20  Michael Meissner  <meissner@the-meissners.org>
+
+	* opts-global.cc (handle_common_deferred_options): Add %< and %>
+	quoting.
+
 work076 patch #4
 2022-01-20  Michael Meissner  <meissner@the-meissners.org>


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/meissner/heads/work076)] Fix -Werror=format-diag error with --disable-plugin.
@ 2022-01-20 20:43 Michael Meissner
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Meissner @ 2022-01-20 20:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:07424962f29fea7010aa29aa28d00b4cd4fbc157

commit 07424962f29fea7010aa29aa28d00b4cd4fbc157
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Jan 20 15:43:27 2022 -0500

    Fix -Werror=format-diag error with --disable-plugin.
    
    gcc/
    2022-01-20  Michael Meissner  <meissner@the-meissners.org>
    
            * opts-global.cc (handle_common_deferred_options): Add %< and %>
            quoting.

Diff:
---
 gcc/opts-global.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/opts-global.cc b/gcc/opts-global.cc
index 0a17896cbb1..05d75530c85 100644
--- a/gcc/opts-global.cc
+++ b/gcc/opts-global.cc
@@ -417,7 +417,7 @@ handle_common_deferred_options (void)
 #ifdef ENABLE_PLUGIN
 	  add_new_plugin (opt->arg);
 #else
-	  error ("plugin support is disabled; configure with --enable-plugin");
+	  error ("plugin support is disabled; configure with %<--enable-plugin%>");
 #endif
 	  break;
 
@@ -425,7 +425,7 @@ handle_common_deferred_options (void)
 #ifdef ENABLE_PLUGIN
 	  parse_plugin_arg_opt (opt->arg);
 #else
-	  error ("plugin support is disabled; configure with --enable-plugin");
+	  error ("plugin support is disabled; configure with %<--enable-plugin%>");
 #endif
 	  break;


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-20 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-20 20:44 [gcc(refs/users/meissner/heads/work076)] Fix -Werror=format-diag error with --disable-plugin Michael Meissner
  -- strict thread matches above, loose matches on Subject: below --
2022-01-20 20:43 Michael Meissner

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).