diff options
-rw-r--r-- | 15.0.0/gentoo/77_all_i386-fix-ix86_expand_move.patch | 2 | ||||
-rw-r--r-- | 15.0.0/gentoo/78_all_i386-fix-recent-alias-set-change.patch | 2 |
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 --- |