aboutsummaryrefslogtreecommitdiff
path: root/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c')
-rw-r--r--devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c b/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c
deleted file mode 100644
index 0fa7e6ad2fa5..000000000000
--- a/devel/arm-none-eabi-gcc492/files/patch-gcc_tree-ssa-reassoc.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- gcc/tree-ssa-reassoc.c.orig 2018-07-13 23:29:13 UTC
-+++ gcc/tree-ssa-reassoc.c
-@@ -4208,7 +4208,7 @@ attempt_builtin_powi (gimple stmt, vec<o
- if (elt < vec_len - 1)
- fputs (" * ", dump_file);
- }
-- fprintf (dump_file, ")^"HOST_WIDE_INT_PRINT_DEC"\n",
-+ fprintf (dump_file, ")^" HOST_WIDE_INT_PRINT_DEC "\n",
- power);
- }
- }
-@@ -4242,7 +4242,7 @@ attempt_builtin_powi (gimple stmt, vec<o
- if (elt < vec_len - 1)
- fputs (" * ", dump_file);
- }
-- fprintf (dump_file, ")^"HOST_WIDE_INT_PRINT_DEC"\n", power);
-+ fprintf (dump_file, ")^" HOST_WIDE_INT_PRINT_DEC "\n", power);
- }
-
- reassociate_stats.pows_created++;