public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/gcc] rhel-f41-base: 4.1.2-8
Date: Mon, 29 Jun 2026 12:23:15 GMT [thread overview]
Message-ID: <178273579509.1.14277932994999186672.rpms-gcc-260b1eeeea37@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 260b1eeeea37bb062e6233a3d6c39cd13eb76258
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2007-04-03T16:21:25+00:00
Stats : +5/-23 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/260b1eeeea37bb062e6233a3d6c39cd13eb76258?branch=rhel-f41-base
Log:
4.1.2-8
---
diff --git a/gcc41-rh231818.patch b/gcc41-rh231818.patch
index cbd7b82..f7b4226 100644
--- a/gcc41-rh231818.patch
+++ b/gcc41-rh231818.patch
@@ -86,24 +86,6 @@
else
--- libjava/classpath/gnu/java/awt/peer/gtk/ComponentGraphics.java 16 Mar 2007 15:14:53 -0000 1.25
+++ libjava/classpath/gnu/java/awt/peer/gtk/ComponentGraphics.java 2 Apr 2007 19:39:26 -0000 1.26
-@@ -114,7 +114,7 @@ public class ComponentGraphics extends C
-
- private void lock()
- {
-- Integer i = (Integer) hasLock.get();
-+ Integer i = hasLock.get();
- if (i == null)
- {
- start_gdk_drawing();
-@@ -126,7 +126,7 @@ public class ComponentGraphics extends C
-
- private void unlock()
- {
-- Integer i = (Integer) hasLock.get();
-+ Integer i = hasLock.get();
- if (i == null)
- throw new IllegalStateException();
- if (i == ONE)
@@ -134,6 +134,8 @@ public class ComponentGraphics extends C
hasLock.set(null);
end_gdk_drawing();
diff --git a/gcc41-rh234515.patch b/gcc41-rh234515.patch
index 596f038..e2a241d 100644
--- a/gcc41-rh234515.patch
+++ b/gcc41-rh234515.patch
@@ -7,15 +7,15 @@
--- libstdc++-v3/include/bits/deque.tcc (revision 121146)
+++ libstdc++-v3/include/bits/deque.tcc (revision 121147)
-@@ -143,7 +143,7 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GL
- {
+@@ -142,7 +142,7 @@ namespace _GLIBCXX_STD
const difference_type __n = __last - __first;
- const difference_type __elems_before = __first - begin();
+ const difference_type __elems_before = (__first
+ - this->_M_impl._M_start);
- if (static_cast<size_type>(__elems_before) < (size() - __n) / 2)
+ if (static_cast<size_type>(__elems_before) <= (size() - __n) / 2)
{
- if (__first != begin())
- std::copy_backward(begin(), __first, __last);
+ std::copy_backward(this->_M_impl._M_start, __first, __last);
+ iterator __new_start = this->_M_impl._M_start + __n;
--- libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/3.cc (revision 0)
+++ libstdc++-v3/testsuite/23_containers/deque/modifiers/erase/3.cc (revision 121147)
@@ -0,0 +1,52 @@
next reply other threads:[~2026-06-29 12:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:23 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:23 [rpms/gcc] rhel-f41-base: 4.1.2-8 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
2026-06-29 12:23 Jakub Jelinek
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=178273579509.1.14277932994999186672.rpms-gcc-260b1eeeea37@fedoraproject.org \
--to=jakub@fedoraproject.org \
--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