Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 4.6.4/gentoo/
Date: Sat, 01 Jun 2019 09:09:24
Message-Id: 1559378370.83395c7f691bcba3e5a4312edbbc25fce755ef33.slyfox@gentoo
1 commit: 83395c7f691bcba3e5a4312edbbc25fce755ef33
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 1 08:39:30 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 08:39:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=83395c7f
7
8 4.6.4: cut 1.5 patchset
9
10 Three new patches:
11 95_all_libjava-ucontext.patch: fix libjava build on modern glibc
12 96_all_gcc-gperf-gnu-inline.patch: fix inline declaration for modern gcc
13 97_all_cgraph_node-gcc-9.patch: workaround buid failure against gcc-9.1.0
14
15 Bug: https://bugs.gentoo.org/629502
16 Bug: https://gcc.gnu.org/PR90677
17 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
18
19 4.6.4/gentoo/README.history | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/4.6.4/gentoo/README.history b/4.6.4/gentoo/README.history
23 index 247ea24..5ea9032 100644
24 --- a/4.6.4/gentoo/README.history
25 +++ b/4.6.4/gentoo/README.history
26 @@ -1,4 +1,4 @@
27 -1.5 TODO
28 +1.5 1 Jun 2019
29 + 95_all_libjava-ucontext.patch
30 + 96_all_gcc-gperf-gnu-inline.patch
31 + 97_all_cgraph_node-gcc-9.patch