[gcc] 4.9.0-13

Jakub Jelinek jakub at fedoraproject.org
Wed Jun 25 11:25:59 UTC 2014


commit 3e2f90cd297385af9ec68d0f3f8f8cab2a7e2d99
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Wed Jun 25 13:25:59 2014 +0200

    4.9.0-13

 .gitignore |    1 +
 gcc.spec   |   12 +++++++++---
 sources    |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a27c37c..feca4f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /gcc-4.9.0-20140612.tar.bz2
 /gcc-4.9.0-20140617.tar.bz2
 /gcc-4.9.0-20140619.tar.bz2
+/gcc-4.9.0-20140625.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 963414a..4faa5f7 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20140619
-%global SVNREV 211824
+%global DATE 20140625
+%global SVNREV 211976
 %global gcc_version 4.9.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 12
+%global gcc_release 13
 %global _unpackaged_files_terminate_build 0
 %global _performance_build 1
 %global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -2782,6 +2782,12 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Wed Jun 25 2014 Jakub Jelinek <jakub at redhat.com> 4.9.0-13
+- update from the 4.9 branch
+  - PRs bootstrap/61583, c++/61556, ipa/61211, ipa/61540, libstdc++/61532,
+	target/61570
+- backport -fsanitize=bounds support from the trunk
+
 * Thu Jun 19 2014 Jakub Jelinek <jakub at redhat.com> 4.9.0-12
 - update from the 4.9 branch
   - PRs c++/59296, c++/60605, c++/61507, debug/57519
diff --git a/sources b/sources
index 0ab3cf2..b3c1059 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 e34fca0540d840e5d0f6427e98c92252  cloog-0.18.1.tar.gz
-374a8c2a57ecc9bef10c26375e62667e  gcc-4.9.0-20140619.tar.bz2
+6965fb0ff7730580d8a96774042fd16b  gcc-4.9.0-20140625.tar.bz2
 e039bfcfb6c2ab039b8ee69bf883e824  isl-0.12.2.tar.bz2


More information about the scm-commits mailing list