[gcc] 4.8.0-1

Jakub Jelinek jakub at fedoraproject.org
Fri Mar 22 17:26:54 UTC 2013


commit 694ef36d2188f6b8d807b24bd9ec1ec492d3420d
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Fri Mar 22 18:26:48 2013 +0100

    4.8.0-1

 .gitignore          |    1 +
 gcc.spec            |   19 +++-
 gcc48-pr55608.patch |  258 ---------------------------------------------------
 sources             |    2 +-
 4 files changed, 15 insertions(+), 265 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad93e79..98bf870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,3 +67,4 @@
 /gcc-4.8.0-20130307.tar.bz2
 /gcc-4.8.0-20130316.tar.bz2
 /gcc-4.8.0-20130320.tar.bz2
+/gcc-4.8.0-20130322.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 2db2548..88f3ce7 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20130320
-%global SVNREV 196827
+%global DATE 20130322
+%global SVNREV 196975
 %global gcc_version 4.8.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.18
+%global gcc_release 1
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -193,7 +193,6 @@ Patch9: gcc48-cloog-dl2.patch
 Patch10: gcc48-pr38757.patch
 Patch11: gcc48-libstdc++-docs.patch
 Patch12: gcc48-no-add-needed.patch
-Patch13: gcc48-pr55608.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -747,7 +746,6 @@ package or when debugging this package.
 %patch11 -p0 -b .libstdc++-docs~
 %endif
 %patch12 -p0 -b .no-add-needed~
-%patch13 -p0 -b .pr55608~
 
 %if 0%{?_enable_debug_packages}
 cat > split-debuginfo.sh <<\EOF
@@ -813,7 +811,7 @@ tar xjf %{SOURCE10}
 
 %patch1100 -p0 -b .isl-aarch64~
 
-sed -i -e 's/4\.8\.0/4.8.0/' gcc/BASE-VER
+sed -i -e 's/4\.8\.1/4.8.0/' gcc/BASE-VER
 echo 'Red Hat %{version}-%{gcc_release}' > gcc/DEV-PHASE
 
 %if 0%{?fedora} >= 16 || 0%{?rhel} >= 7
@@ -2981,6 +2979,15 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Fri Mar 22 2013 Jakub Jelinek <jakub at redhat.com> 4.8.0-1
+- update from the 4.8 branch
+  - GCC 4.8.0 release
+  - PRs c++/56607, other/43620
+  - fix length in .debug_aranges in some cases
+- improve debug info for optimized away global vars (PR debug/56608)
+- don't warn about signed 1-bit enum bitfields containing values 0 and -1
+  or just -1 (PR c/56566)
+
 * Wed Mar 20 2013 Jakub Jelinek <jakub at redhat.com> 4.8.0-0.18
 - update from the 4.8 branch
   - PRs libstdc++/56468, target/56640, tree-optimization/56635,
diff --git a/sources b/sources
index ed81ec6..bc2c0ee 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
 be78a47bd82523250eb3e91646db5b3d  cloog-0.18.0.tar.gz
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
+5dd49f2e3e28c6cf7936b92468020a26  gcc-4.8.0-20130322.tar.bz2
 bce1586384d8635a76d2f017fb067cd2  isl-0.11.1.tar.bz2
-50883aaf7b0085c920843a6b0fb458ad  gcc-4.8.0-20130320.tar.bz2


More information about the scm-commits mailing list