aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-27 01:02:16 +0100
committerSam James <sam@gentoo.org>2024-06-27 01:02:16 +0100
commit7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5 (patch)
tree138a83cf923603db37c991514fc28252701f243e
parent15.0.0: workaround recent x86 changes (diff)
downloadgcc-patches-7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5.tar.gz
gcc-patches-7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5.tar.bz2
gcc-patches-7760ff0bf2fd5fa05385fc11158cb7efd7a05cc5.zip
15.0.0: add revert annotation
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch2
-rw-r--r--15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch2
2 files changed, 4 insertions, 0 deletions
diff --git a/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch b/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch
index 4b42ea9..2b5b8d4 100644
--- a/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch
+++ b/15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch
@@ -9,6 +9,8 @@ for non-PECOFF targets, so the else branch would get taken.
(This is a hack which doesn't work for PECOFF targets but fixes miscompilations
on ELF.)
+This partially reverts commit r15-1599-g63512c72df09b4.
+
Bug: https://gcc.gnu.org/PR115635
Bug: https://gcc.gnu.org/PR115661
---
diff --git a/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch b/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch
index 6776fdd..eb8f5bd 100644
--- a/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch
+++ b/15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch
@@ -8,6 +8,8 @@ we use -1. Go back to using ix86_GOT_alias_set.
(This is a hack which isn't the cleanest way of fixing it.)
+This partially reverts commit r15-1599-g63512c72df09b4.
+
Bug: https://gcc.gnu.org/PR115635
Bug: https://gcc.gnu.org/PR115661
---