aboutsummaryrefslogtreecommitdiff
path: root/11.0.0
Commit message (Collapse)AuthorAgeFilesLines
* 11.0.0: drop 30_all_fno-delayed-branch.patch (fixed upstream)Sergei Trofimovich2021-02-092-40/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: drop upstreamed 07_all_i386_libgcc_note.GNU-stack.patchSergei Trofimovich2021-01-282-54/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.0.0: cut 5 patchset, refresh patches against masterSergei Trofimovich2020-12-173-5/+6
| | | | | | Fixed minor conflict of removed 'Report' option keyword. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* fix extra opts patch to contain correct target file nameSergei Trofimovich2020-08-312-1/+4
| | | | | | | | | | | | | | | | | | | Before the change patches implied different file targets: --- a/gcc/toplev.c +++ b/toplev.c It was not patch's intention. Luckily patch did not perform a file copy. Fixed to: --- a/gcc/toplev.c +++ b/gcc/toplev.c Thanks to Jason Chan who noticed it and proposed a fix! Fixed-by: Jason Chan Closes: https://bugs.gentoo.org/739742 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: cup 4 patchsetSergei Trofimovich2020-08-262-44/+3
| | | | | | | One patch dropped: - 25_all_hppa-faster-synth_mult.patch: upstream got better fix Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: cut 3 patchsetSergei Trofimovich2020-08-231-1/+1
| | | | | | | Dropped one old patch: - 16_all_libgfortran-Werror.patch: should not be needed Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: drop 16_all_libgfortran-Werror.patch patchSergei Trofimovich2020-07-202-20/+3
| | | | | | | | | | | Gentoo does not ship patch with poison system directories anymore. Upstream did not accept -Werror removal. Let's drop downstream patch. We can always reintroduce it back if needed. Bug: https://bugs.gentoo.org/433435 Bug: http://gcc.gnu.org/PR54724 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.1.0: fix Bug tag in -fno-delayed-branch not to contain trailing stopSergei Trofimovich2020-07-041-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: fix Bug tag syntax in -fno-delayed-branch patchSergei Trofimovich2020-07-041-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: cut 2 patchsetSergei Trofimovich2020-07-041-1/+1
| | | | | | | | | | | | | Two new patches: + 29_all_plugin-objdump.patch: detect tool-prefixed objdump + 30_all_fno-delayed-branch.patch: disable -fdelayed-branch to to fix python mis-compilation. Bug: https://gcc.gnu.org/PR95648 Reported-by: Jeroen Roovers Bug: https://gcc.gnu.org/PR96015 Bug: https://bugs.gentoo.org/729570 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: Disable -fdelayed-branch by default.Sergei Trofimovich2020-07-032-0/+41
| | | | | | | | | | | | | From https://gcc.gnu.org/PR96015 / https://bugs.gentoo.org/729570. delayed branches are known to generate invalid code around __builtin_unreachable(); and mis-compiles python. Use blunt hammer and disable delayed slots until we have better fix. Reported-by: Jeroen Roovers Bug: From https://gcc.gnu.org/PR96015 Bug: https://bugs.gentoo.org/729570. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: mark objdump-prefix patch as unreleased yetSergei Trofimovich2020-06-111-1/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: fix tool-prefixed objdump autodetectionSergei Trofimovich2020-06-112-0/+35
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 11.0.0: start new patchset for live branchSergei Trofimovich2020-05-2929-0/+1047
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>