ports/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c
2018-07-14 00:52:26 +00:00

11 lines
398 B
C

--- 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;
}