]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/constexpr.c
Wrap option names in gcc internal messages with %< and %>.
[thirdparty/gcc.git] / gcc / cp / constexpr.c
index 783d1fcb496f68c41c3c078876bdec12b07ca440..b2b575d6467c45b7556ae8968e9b8538c39e8ba9 100644 (file)
@@ -4243,7 +4243,7 @@ cxx_eval_loop_expr (const constexpr_ctx *ctx, tree t,
          if (!ctx->quiet)
            error_at (cp_expr_loc_or_loc (t, input_location),
                      "%<constexpr%> loop iteration count exceeds limit of %d "
-                     "(use -fconstexpr-loop-limit= to increase the limit)",
+                     "(use %<-fconstexpr-loop-limit=%> to increase the limit)",
                      constexpr_loop_limit);
          *non_constant_p = true;
          break;