$OpenBSD: patch-gcc_loop-iv_c,v 1.2 2020/04/05 21:55:01 tracey Exp $

Index: gcc/loop-iv.c
--- gcc/loop-iv.c.orig
+++ gcc/loop-iv.c
@@ -2357,7 +2357,7 @@ determine_max_iter (struct loop *loop, struct niter_de
   if (andmax)
     nmax = MIN (nmax, andmax);
   if (dump_file)
-    fprintf (dump_file, ";; Determined upper bound %"PRId64".\n",
+    fprintf (dump_file, ";; Determined upper bound %" PRId64".\n",
 	     nmax);
   return nmax;
 }
