commit: 3c29cc8edec29f4cc48ffc77004cfd9d06b220c7 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Thu Jun 11 22:52:51 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Thu Jun 11 22:52:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=3c29cc8e
10.1.0: cut 2 patchset Four new patches: + 29_all_fix-float-hang-PR95118.patch: fix looping in printing real numbers + 30_all_lto-intl-workaround-PR95194.patch: add a workaround to fix gettext LTO + 31_all_ctor-range-PR95241.patch: fix constexpr constructors with ranges + 32_all_plugin-objdump.patch: user tuple-prefixed objdump Bug: https://gcc.gnu.org/PR95118 Bug: https://bugs.gentoo.org/722774 Reported-by: Andrew Savchenko Bug: https://gcc.gnu.org/PR95194 Bug: https://bugs.gentoo.org/723370 Bug: https://gcc.gnu.org/PR95241 Bug: https://bugs.gentoo.org/726644 Bug: https://gcc.gnu.org/PR95648 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> 10.1.0/gentoo/README.history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.1.0/gentoo/README.history b/10.1.0/gentoo/README.history index 33708f4..362382e 100644 --- a/10.1.0/gentoo/README.history +++ b/10.1.0/gentoo/README.history @@ -1,4 +1,4 @@ -2 TODO +2 11 June 2020 + 29_all_fix-float-hang-PR95118.patch + 30_all_lto-intl-workaround-PR95194.patch + 31_all_ctor-range-PR95241.patch
