aboutsummaryrefslogtreecommitdiff
path: root/9.2.0
Commit message (Collapse)AuthorAgeFilesLines
* 9.2.0: abandon branch in favour of 9.3.0Sergei Trofimovich2020-08-171-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: clarify that 38_all_libcpp-ar.patch did not get into 6 patchsetSergei Trofimovich2020-06-051-1/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: fix libcpp ar detectionSergei Trofimovich2020-05-292-0/+144
| | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut 6 patchsetSergei Trofimovich2020-03-111-1/+1
| | | | | | | Single new patch: - 37_all_whitespace-pa.patch: fix hppa target built with gcc-10 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: pull upstream 37_all_whitespace-pa.patchSergei Trofimovich2020-03-012-0/+30
| | | | | | Fix gcc build failure against hppa target. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut 5 patchsetSergei Trofimovich2020-02-151-2/+2
| | | | | | | | | | | Three new patches: + 34_all_ia64-neg-insn-cost.patch: fix lz4 code generation on ia64 + 35_all_glibc-2.31-libsanitizer-{1,2}.patch: fix build against glibc-2.31 https://bugs.gentoo.org/707958 https://gcc.gnu.org/PR88879 https://bugs.gentoo.org/708346 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: backport libsanitizer tweaks for glibc-2.31Sergei Trofimovich2020-02-063-0/+118
| | | | | | Reported-by: Mike Lothian Bug: https://bugs.gentoo.org/708346 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: pull in PR88879 (negative insn cost), bug #707958Sergei Trofimovich2020-02-062-0/+32
| | | | | | | | | | Single new upstream patch 34_all_ia64-neg-insn-cost.patch to allow zstd to build successfully. Reported-by: Matt Turner Closes: https://bugs.gentoo.org/707958 Bug: https://gcc.gnu.org/PR88879 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut 4 patchsetSergei Trofimovich2019-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | 4 new patches: - 27_all_sparc-PIC-constant-PR91472.patch: fix PIC register alocation (bug detected by gmp test suite) - 31_all_openmp-for-SEGV.patch: fix opemnmp for loop condition folding - 32_all_sparc-PIC-constant-part2.patch: fix PIC register allocation (bug detected by python regressin) - 33_all_extend-lifetime.patch: fix lifetime extension on ':?' operator (bug detected by firefox LTO build Bug: https://gcc.gnu.org/PR91472 Bug: https://bugs.gentoo.org/699938 Bug: https://gcc.gnu.org/PR92504 Bug: https://bugs.gentoo.org/697708 Bug: https://gcc.gnu.org/PR92095 Bug: https://bugs.gentoo.org/701866 Bug: https://gcc.gnu.org/PR92831 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: backport PR92831 (':?' lifetime extension)Sergei Trofimovich2019-12-222-0/+241
| | | | | | | | It's a backport of upstream commit 59693b226e245aeb99. Bug: https://gcc.gnu.org/PR92831 Bug: https://bugs.gentoo.org/701866 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: fix gmp test suite failures, take 2Sergei Trofimovich2019-11-203-0/+395
| | | | | | | | | | | Two new patches: + 27_all_sparc-PIC-constant-PR91472.patch: fix gmp test failure + 32_all_sparc-PIC-constant-part2.patch: fix PIC register initialization Bug: https://gcc.gnu.org/PR91472 Bug: https://gcc.gnu.org/PR92095 Bug: https://bugs.gentoo.org/697708 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: backport openmp for loop SIGSEGV fixSergei Trofimovich2019-11-192-0/+65
| | | | | | | Reported-by: Marc Vinyals Bug: https://gcc.gnu.org/PR92504 Bug: https://bugs.gentoo.org/699938 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut 3 patchsetSergei Trofimovich2019-11-041-1/+1
| | | | | | | | | | | | New patch: + 30_all_arm64-march-native.patch: fix -march= ordering handling on arm64 Dropped patch: - 27_all_sparc-PIC-constant-PR91472.patch: restore python codegen on sparc Bug: https://bugs.gentoo.org/697708 Bug: https://bugs.gentoo.org/695420 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: drop 27_all_sparc-PIC-constant-PR91472.patchSergei Trofimovich2019-11-042-83/+1
| | | | | | | | | | | | | PR91472 fixed obscure code generation bug on gmp testsuite but introduced gcc regression in compiling python. Let's revert the fix. It will break gmp tests on sparc again but at least restore python building. Reported-by: Rolf Eike Beer Bug: https://bugs.gentoo.org/697708 Bug: https://gcc.gnu.org/PR92095 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: backport arm64 -march=native precedence handling, bug #695420Sergei Trofimovich2019-09-262-0/+93
| | | | | | | Reported-by: Aaron Bauman Bug: https://bugs.gentoo.org/695420 Bug: https://gcc.gnu.org/PR69471#c13 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut 2 patchsetSergei Trofimovich2019-09-221-1/+1
| | | | | | | | | 3 new backports: + 27_all_sparc-PIC-constant-PR91472.patch: fix -fPIE sparc codegen + 28_all_sparc-fpu-subregs-91269.patch: fix another -fPIE sparc codegen + 29_all_mips_split_move-SEGV.patch: fix crashes on mips16 code Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: backport https://gcc.gnu.org/PR91702 (ICE on mips16 code)Sergei Trofimovich2019-09-212-0/+48
| | | | | Bug: https://gcc.gnu.org/PR91702 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: packport PR91269 (sparc subreg regression)Sergei Trofimovich2019-09-202-0/+106
| | | | | Bug: https://gcc.gnu.org/PR91269 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: backport 27_all_sparc-PIC-constant-PR91472.patchSergei Trofimovich2019-09-122-0/+86
| | | | | | | Fix gmp test suite failures. Bug: https://gcc.gnu.org/PR91472 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: drop 27_all_hppa64-patchable-entry-90751.patch as wellSergei Trofimovich2019-08-132-121/+0
| | | | | | 27_all_hppa64-patchable-entry-90751.patch was backported to 9.2.0 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 9.2.0: cut initial patchset, a copy of 9.1.0 patchesSergei Trofimovich2019-08-1228-0/+1176
Two upstreamed patches removed: - 26_all_ipa-incomplete.patch - 27_all_es-po.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>