aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-24 13:53:06 +0000
committerSam James <sam@gentoo.org>2024-01-24 13:53:06 +0000
commitddeac849ac4c3fecdf591ab6fb075cc6c5afdbff (patch)
treefbcf450dbb5607c2f3462c238c64ad7ea49664c9
parent14.0.0: add 76_all_PR113467-vect-miscompile.patch (diff)
downloadgcc-patches-ddeac849ac4c3fecdf591ab6fb075cc6c5afdbff.tar.gz
gcc-patches-ddeac849ac4c3fecdf591ab6fb075cc6c5afdbff.tar.bz2
gcc-patches-ddeac849ac4c3fecdf591ab6fb075cc6c5afdbff.zip
14.0.0: drop 75_all_PR113364-vect.patch
Fixed upstream. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--14.0.0/gentoo/75_all_PR113364-vect.patch13
-rw-r--r--14.0.0/gentoo/README.history4
2 files changed, 4 insertions, 13 deletions
diff --git a/14.0.0/gentoo/75_all_PR113364-vect.patch b/14.0.0/gentoo/75_all_PR113364-vect.patch
deleted file mode 100644
index 8922158..0000000
--- a/14.0.0/gentoo/75_all_PR113364-vect.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://gcc.gnu.org/PR113364
---- a/gcc/tree-vect-loop.cc
-+++ b/gcc/tree-vect-loop.cc
-@@ -5965,7 +5965,8 @@ vect_create_epilog_for_reduction (loop_vec_info loop_vinfo,
- loop-closed PHI of the inner loop which we remember as
- def for the reduction PHI generation. */
- bool double_reduc = false;
-- bool main_exit_p = LOOP_VINFO_IV_EXIT (loop_vinfo) == loop_exit;
-+ bool main_exit_p = LOOP_VINFO_IV_EXIT (loop_vinfo) == loop_exit
-+ && !LOOP_VINFO_EARLY_BREAKS_VECT_PEELED (loop_vinfo);
- stmt_vec_info rdef_info = stmt_info;
- if (STMT_VINFO_DEF_TYPE (stmt_info) == vect_double_reduction_def)
- {
diff --git a/14.0.0/gentoo/README.history b/14.0.0/gentoo/README.history
index 7ae98b3..3b7309d 100644
--- a/14.0.0/gentoo/README.history
+++ b/14.0.0/gentoo/README.history
@@ -1,3 +1,7 @@
+17 ?? ??? 2024
+
+ - 75_all_PR113364-vect.patch
+
16 15 Jan 2024
- 75_all_Revert-middle-end-explicitly-initialize-vec_stmts-PR.patch