summaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c')
-rw-r--r--devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c
new file mode 100644
index 000000000000..d88bb3d9c707
--- /dev/null
+++ b/devel/arm-none-eabi-gcc492/files/patch-gcc_loop-iv.c
@@ -0,0 +1,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;
+ }