[gcc/f15] 4.6.0-10

Jakub Jelinek jakub at fedoraproject.org
Fri Jun 3 13:21:27 UTC 2011


commit 63542a2cf08f126630519b4c1dc97059f1eab67a
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Fri Jun 3 15:21:16 2011 +0200

    4.6.0-10

 .gitignore |    1 +
 gcc.spec   |   15 ++++++++++++---
 sources    |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index db49ceb..2142dfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /gcc-4.6.0-20110205.tar.bz2
 /gcc-4.6.0-20110525.tar.bz2
 /gcc-4.6.0-20110530.tar.bz2
+/gcc-4.6.0-20110603.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 43d7131..2cf204e 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20110530
-%global SVNREV 174441
+%global DATE 20110603
+%global SVNREV 174601
 %global gcc_version 4.6.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 9
+%global gcc_release 10
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -2447,6 +2447,15 @@ fi
 %{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Fri Jun  3 2011 Jakub Jelinek <jakub at redhat.com> 4.6.0-10
+- update from the 4.6 branch
+  - PRs fortran/45786, fortran/49265, middle-end/48953, middle-end/48985,
+	tree-optimization/49093
+- backport some debuginfo improvements
+  - PRs debug/47919, debug/47994, debug/49250
+- decrease C++ FE memory usage on code with heavy overloading
+  (#651098, PR c++/48481)
+
 * Mon May 30 2011 Jakub Jelinek <jakub at redhat.com> 4.6.0-9
 - update from the 4.6 branch
   - PRs c++/44311, c++/44994, c++/45080, c++/45401, c++/45418, c++/45698,
diff --git a/sources b/sources
index 4496ce8..832f793 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-c7d44cc188e0bb508ce3adde199c18f8  gcc-4.6.0-20110530.tar.bz2
+859e372e4285d39d8a4a47b80c694d00  gcc-4.6.0-20110603.tar.bz2


More information about the scm-commits mailing list