summaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c
blob: d88bb3d9c707b0caedc9ac59eb9693e2a4da1ab3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- gcc/loop-iv.c.orig	2014-01-17 10:47:59 UTC
+++ gcc/loop-iv.c
@@ -2297,7 +2297,7 @@ determine_max_iter (struct loop *loop, s
   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;
 }