public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.7.0-2
Date: Mon, 29 Jun 2026 12:25:22 GMT	[thread overview]
Message-ID: <178273592282.1.2489552725554289503.rpms-gcc-58da10021128@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : 58da10021128c86759a9c7c85c8affed1c807783
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2012-04-16T13:00:59+02:00
Stats  : +29/-21 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/58da10021128c86759a9c7c85c8affed1c807783?branch=rhel-f41-base

Log:
4.7.0-2

---
diff --git a/.gitignore b/.gitignore
index a09e4ad..ac14734 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /gcc-4.7.0-20120308.tar.bz2
 /gcc-4.7.0-20120315.tar.bz2
 /gcc-4.7.0-20120322.tar.bz2
+/gcc-4.7.0-20120416.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index e09c7aa..0378c21 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20120322
-%global SVNREV 185684
+%global DATE 20120416
+%global SVNREV 186487
 %global gcc_version 4.7.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 1
+%global gcc_release 2
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -174,7 +174,6 @@ Patch12: gcc47-libstdc++-docs.patch
 Patch13: gcc47-no-add-needed.patch
 Patch14: gcc47-ppl-0.10.patch
 Patch15: gcc47-libitm-fno-exceptions.patch
-Patch16: gcc47-pr52582.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -676,7 +675,6 @@ package or when debugging this package.
 %patch14 -p0 -b .ppl-0.10~
 %endif
 %patch15 -p0 -b .libitm-fno-exceptions~
-%patch16 -p0 -b .pr52582~
 
 %if 0%{?_enable_debug_packages}
 cat > split-debuginfo.sh <<\EOF
@@ -2643,6 +2641,30 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Mon Apr 16 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-2
+- update from the 4.7 branch
+  - PRs c++/52292, c++/52380, c++/52465, c++/52487, c++/52596, c++/52671,
+	c++/52672, c++/52685, c++/52718, c++/52743, c++/52746, c++/52759,
+	c++/52796, c++/52824, c++/52906, c/52682, c/52862, fortran/52452,
+	fortran/52668, fortran/52893, libgfortran/52758, libitm/52854,
+	libstdc++/52433, libstdc++/52476, libstdc++/52540, libstdc++/52591,
+	libstdc++/52699, libstdc++/52799, libstdc++/52822, libstdc++/52924,
+	libstdc++/52942, middle-end/51893, middle-end/52493,
+	middle-end/52547, middle-end/52580, middle-end/52640,
+	middle-end/52691, middle-end/52693, middle-end/52720,
+	middle-end/52750, middle-end/52894, other/52545,
+	rtl-optimization/52543, target/48596, target/48806, target/50310,
+	target/52461, target/52484, target/52488, target/52496, target/52499,
+	target/52505, target/52506, target/52507, target/52508, target/52610,
+	target/52692, target/52698, target/52717, target/52736, target/52737,
+	target/52775, tree-optimization/52406, tree-optimization/52678,
+	tree-optimization/52701, tree-optimization/52754,
+	tree-optimization/52835, tree-optimization/52943,
+	tree-optimization/52969
+- avoid duplicate pointers in C++ debug info due to injected class name
+  (PR debug/45088)
+- libjava locale fixes (#712013)
+
 * Thu Mar 22 2012 Jakub Jelinek <jakub@redhat.com> 4.7.0-1
 - update from the 4.7 branch
   - GCC 25th Anniversary 4.7.0 release

diff --git a/gcc47-pr52582.patch b/gcc47-pr52582.patch
deleted file mode 100644
index f457116..0000000
--- a/gcc47-pr52582.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-2012-03-14 Jason Merrill <jason@redhat.com>
-
-    	PR c++/52582
-    	* method.c (implicitly_declare_fn): Set DECL_EXTERNAL.
-
---- gcc/cp/method.c
-+++ gcc/cp/method.c
-@@ -1593,6 +1593,7 @@ implicitly_declare_fn (special_function_kind kind, tree type, bool const_p)
-       DECL_DELETED_FN (fn) = deleted_p;
-       DECL_DECLARED_CONSTEXPR_P (fn) = constexpr_p;
-     }
-+  DECL_EXTERNAL (fn) = true;
-   DECL_NOT_REALLY_EXTERN (fn) = 1;
-   DECL_DECLARED_INLINE_P (fn) = 1;
-   gcc_assert (!TREE_USED (fn));

diff --git a/sources b/sources
index 55778b8..b66e5ca 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-94a2e611439eddb196421be8dee7828e  gcc-4.7.0-20120322.tar.bz2
+2eae41c9c23756b91f8fcd45c10ba8cb  gcc-4.7.0-20120416.tar.bz2

                 reply	other threads:[~2026-06-29 12:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178273592282.1.2489552725554289503.rpms-gcc-58da10021128@fedoraproject.org \
    --to=jakub@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox