$OpenBSD: patch-gcc_loop-iv_c,v 1.1 2018/04/15 23:39:26 jca Exp $

Index: gcc/loop-iv.c
--- gcc/loop-iv.c.orig
+++ gcc/loop-iv.c
@@ -2297,7 +2297,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 "HOST_WIDEST_INT_PRINT_DEC".\n",
+    fprintf (dump_file, ";; Determined upper bound " HOST_WIDEST_INT_PRINT_DEC ".\n",
 	     nmax);
   return nmax;
 }
