ports/devel/mingw32-gcc/files/patch-gcc_loop-iv.c
Stephen Montgomery-Smith 0816ffb03a - Patches so that it builds with clang-6.
PR:		ports/229662
Submitted by:	stephen@FreeBSD.org
2018-07-10 21:13:45 +00:00

11 lines
398 B
C

--- gcc/loop-iv.c.orig 2013-04-23 19:36:20 UTC
+++ gcc/loop-iv.c
@@ -2292,7 +2292,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;
}