diff options
Diffstat (limited to 'devel/mingw32-gcc/files/patch-gcc_loop-iv.c')
-rw-r--r-- | devel/mingw32-gcc/files/patch-gcc_loop-iv.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/mingw32-gcc/files/patch-gcc_loop-iv.c b/devel/mingw32-gcc/files/patch-gcc_loop-iv.c new file mode 100644 index 000000000000..339431c81452 --- /dev/null +++ b/devel/mingw32-gcc/files/patch-gcc_loop-iv.c @@ -0,0 +1,11 @@ +--- 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; + } |