aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 6.5.0: cut 4 patchsetSergei Trofimovich2020-05-291-1/+1
| | | | | | | | | | | Two new patches: + 26_all_libcpp-ar.patch: respect user's AR + 27_all_alignof-failure-PR90736.patch: avoid gcc ICE in templates Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: fix libcpp ar detection, backport whitespace changeSergei Trofimovich2020-05-293-0/+175
| | | | | | | | | Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/718004 Bug: https://gcc.gnu.org/PR94657 Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/725676 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: cut 3 patchsetSergei Trofimovich2020-03-241-1/+1
| | | | | | | Two new patches to add sanitizer compatibility with glibc-2.31: + 24_all_libsanitizer-p1.patch + 25_all_libsanitizer-p2.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: backport glibc-2.31 libsanitizer fixesSergei Trofimovich2020-03-213-0/+100
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: cut 2 patchsetSergei Trofimovich2019-06-011-1/+1
| | | | | | | | | Single new patch: fix std::pair ABI deviation in 6.5 branch. This change will once again break ABI for existing 6.5 users but longer-term it should be more compatible with rest of gcc branches. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: fix std::pair ABI breakageSergei Trofimovich2019-05-242-0/+50
| | | | | | | | | It will cause immediate pain for existing bianries for 6.5.0 users but longer-term should be more compatible with other gcc versions. Bug: https://gcc.gnu.org/PR87822 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 6.5.0: cut 1.0 patchset, a copy of 6.4.0-1.8 patchsetSergei Trofimovich2018-10-2723-0/+659
The only different from 6.4.0-1.8 patchset is dropped patches that are already upstream. 22 patches: + 01_all_default-fortify-source.patch + 02_all_default-warn-format-security.patch + 03_all_default-warn-trampolines.patch + 04_all_default-ssp-fix.patch + 05_all_alpha-mieee-default.patch + 06_all_arm_armv4t-default.patch + 07_all_ia64_note.GNU-stack.patch + 08_all_superh_default-multilib.patch + 09_all_libiberty-asprintf.patch + 10_all_libiberty-pic.patch + 11_all_nopie-all-flags.patch + 12_all_extra-options.patch + 13_all_pr55930-dependency-tracking.patch + 14_all_asan-signal_h.patch + 15_all_respect-build-cxxflags.patch + 16_all_libgfortran-Werror.patch + 17_all_libgomp-Werror.patch + 18_all_libitm-Werror.patch + 19_all_libatomic-Werror.patch + 20_all_libbacktrace-Werror.patch + 21_all_libsanitizer-libbacktrace-Werror.patch + 22_all_libstdcxx-no-vtv.patch Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>