aboutsummaryrefslogtreecommitdiff
path: root/10.3.0
Commit message (Collapse)AuthorAgeFilesLines
* 10.3.0: backport glibc 2.36, gettext/msgfmt patch from 10.4.0Alfredo Tupone2022-09-303-0/+111
| | | | | | | | | | Bug: https://bugs.gentoo.org/295480 Bug: https://bugs.gentoo.org/372377 Bug: https://bugs.gentoo.org/843119 Bug: https://bugs.gentoo.org/864717 Bug: https://bugs.gentoo.org/865879 Closes: https://github.com/gentoo/gcc-patches/pull/2 Signed-off-by: Sam James <sam@gentoo.org>
* */musl: add some context to patchesSam James2022-01-081-2/+6
| | | | | | Not yet perfect, but an improvement nonetheless. Signed-off-by: Sam James <sam@gentoo.org>
* 10.3.0: add musl patches (into VCS)Sam James2022-01-084-0/+181
| | | | | | From gcc-10.3.0-musl-patches-1.tar.bz2. Signed-off-by: Sam James <sam@gentoo.org>
* 10.3.0: cut 3 patchsetSergei Trofimovich2021-07-052-1/+112
| | | | | | | | Single new change: + 32_all_remove-cyclades.patch: fix build failure against linux-headers-5.13 Bug: https://gcc.gnu.org/PR100379 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.3.0: backport linux/cyclades.h include removalSergei Trofimovich2021-07-051-0/+3
| | | | | | Upstream sanitizer commit commit: https://reviews.llvm.org/D102059 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.3.0: cut 2 patchsetSergei Trofimovich2021-06-101-1/+1
| | | | | | | | | | | | Five new patches: + 33_all_ctor-union-PR100489.patch: fix ICE on some c++ initializers + 34_all_ICE-tsubst-PR100102.patch: fix ICE in c++ tempate substitution Bug: https://bugs.gentoo.org/788829 Bug: https://gcc.gnu.org/PR100489 Bug: https://bugs.gentoo.org/794775 Bug: https://gcc.gnu.org/PR100102 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.3.0: pull upstream c++/PR1100102 (fix tsubst ICE)Sergei Trofimovich2021-06-082-0/+134
| | | | | | | Reported-by: Matěj Laitl Bug: https://bugs.gentoo.org/794775 Bug: https://gcc.gnu.org/PR100102 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.3.0: backport PR100489: union constructor fixSergei Trofimovich2021-05-202-0/+74
| | | | | | | Reported-by: Martin Kolleck Bug: https://bugs.gentoo.org/788829 Bug: https://gcc.gnu.org/PR100489 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 10.3.0: initial patchset, a copy of 10.2.0 patchesSergei Trofimovich2021-04-0833-0/+1330
Dropped upstreamed patches are: - 32_all_sparc_pie_TEXTREL.patch - 33_all_lto-O0-mix-ICE-ipa-PR96291.patch - 35_all_ipa-fix-bit-CP.patch - 36_all_ipa-fix-bit-CP-p2.patch - 37_all_c-vector-init-PR96377.patch - 38_all_gcov-TOPN-PR96913.patch - 39_all_ipa-prop-multispec.patch - 40_all_ipa-to_frequency.patch - 41_all_strlen-PR96758.patch - 42_all_vmat-PR97236.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>