[gcc] 5.0.0-0.7

Jakub Jelinek jakub at fedoraproject.org
Thu Feb 5 10:15:18 UTC 2015


commit 2f08a3f6d83d0952ff3b2850e336b11eefea11f0
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Thu Feb 5 11:15:05 2015 +0100

    5.0.0-0.7

 .gitignore         |    1 +
 gcc.spec           |   23 +++++--
 gcc5-pr64803.patch |  101 -----------------------------
 gcc5-pr64817.patch |  182 ----------------------------------------------------
 sources            |    2 +-
 5 files changed, 18 insertions(+), 291 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a413c1..46a9ee6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gcc-5.0.0-20150123.tar.bz2
 /gcc-5.0.0-20150130.tar.bz2
+/gcc-5.0.0-20150205.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index aebfa3e..640f885 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20150130
-%global SVNREV 220295
+%global DATE 20150205
+%global SVNREV 220439
 %global gcc_version 5.0.0
 # Note, gcc_release must be integer, if you want to add suffixes to
 # %{release}, append them after %{gcc_release} on Release: line.
-%global gcc_release 0.6
+%global gcc_release 0.7
 %global _unpackaged_files_terminate_build 0
 %global _performance_build 1
 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -199,8 +199,7 @@ Patch12: gcc5-libgo-p224.patch
 Patch13: gcc5-aarch64-async-unw-tables.patch
 Patch14: gcc5-libsanitize-aarch64-va42.patch
 Patch15: gcc5-pr61925.patch
-Patch16: gcc5-pr64817.patch
-Patch17: gcc5-pr64803.patch
+Patch16: gcc5-pr64878.patch
 
 # On ARM EABI systems, we do want -gnueabi to be part of the
 # target triple.
@@ -751,8 +750,7 @@ rm -f libgo/go/crypto/elliptic/p224{,_test}.go
 %patch13 -p0 -b .aarch64-async-unw-tables~
 %patch14 -p0 -b .libsanitize-aarch64-va42~
 %patch15 -p0 -b .pr61925~
-%patch16 -p0 -b .pr64817~
-%patch17 -p0 -b .pr64803~
+%patch16 -p0 -b .pr64878~
 
 %if 0%{?_enable_debug_packages}
 mkdir dwz-wrapper
@@ -2938,6 +2936,17 @@ fi
 %doc rpm.doc/changelogs/libcc1/ChangeLog*
 
 %changelog
+* Thu Feb  5 2015 Jakub Jelinek <jakub at redhat.com> 5.0.0-0.7
+- update from the trunk
+  - PRs ada/64349, c++/64877, c++/64901, c/64824, c/64868, fortran/64757,
+	gcov/64123, go/64836, go/64838, ipa/61548, ipa/64686, ipa/64872,
+	jit/64810, libobjc/63765, libstdc++/64467, libstdc++/64883,
+	middle-end/61225, middle-end/62103, middle-end/64922,
+	rtl-optimization/64756, rtl-optimization/64905, target/62631,
+	target/64047, target/64159, target/64231, target/64408, target/64660,
+	target/64688, target/64851, target/64882, testsuite/64796
+- FSM jump threading fix (PR tree-optimization/64878)
+
 * Fri Jan 30 2015 Jakub Jelinek <jakub at redhat.com> 5.0.0-0.6
 - update from the trunk
   - PRs ada/64349, bootstrap/64612, bootstrap/64754, c++/49508, c++/58597,
diff --git a/sources b/sources
index b488869..0c44ba8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-80ccb31c5fbade3579f4aa74758f4fd9  gcc-5.0.0-20150130.tar.bz2
+7a2f0142ef9c636fec15e8896a1b637c  gcc-5.0.0-20150205.tar.bz2


More information about the scm-commits mailing list