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.2.4/gentoo/
Date: Sat, 01 Jun 2019 09:31:31
Message-Id: 1559381401.eedcd9efa70c80deb2573b22d8fa0710126704b1.slyfox@gentoo
1 commit: eedcd9efa70c80deb2573b22d8fa0710126704b1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 1 09:30:01 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 09:30:01 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=eedcd9ef
7
8 4.2.4: cut 1.6 patchset
9
10 Three new patches:
11 94_all_gcc-libgomp-no-werror.patch: disable -Werror on libgomp
12 95_all_libjava-ucontext.patch: fix libjava build on modern glibc
13 96_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.2.4/gentoo/README.history | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/4.2.4/gentoo/README.history b/4.2.4/gentoo/README.history
23 index b36f3e0..67f76d5 100644
24 --- a/4.2.4/gentoo/README.history
25 +++ b/4.2.4/gentoo/README.history
26 @@ -1,4 +1,4 @@
27 -1.6 TODO
28 +1.6 1 Jun 2019
29 + 94_all_gcc-libgomp-no-werror.patch
30 + 95_all_libjava-ucontext.patch
31 + 96_all_cgraph_node-gcc-9.patch