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.8.1-3
Date: Mon, 29 Jun 2026 12:25:55 GMT	[thread overview]
Message-ID: <178273595552.1.8725805391528237649.rpms-gcc-f9bd6769ebca@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gcc
Branch : rhel-f41-base
Commit : f9bd6769ebca29501cbdfb861ed2545bfd74a184
Author : Jakub Jelinek <jakub@redhat.com>
Date   : 2013-06-28T15:37:40+02:00
Stats  : +0/-22 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/gcc/c/f9bd6769ebca29501cbdfb861ed2545bfd74a184?branch=rhel-f41-base

Log:
4.8.1-3

---
diff --git a/gcc.spec b/gcc.spec
index 4663444..6929f54 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -194,7 +194,6 @@ Patch10: gcc48-pr38757.patch
 Patch11: gcc48-libstdc++-docs.patch
 Patch12: gcc48-no-add-needed.patch
 Patch13: gcc48-pr56564.patch
-Patch14: gcc48-pr57537.patch
 
 Patch1000: fastjar-0.97-segfault.patch
 Patch1001: fastjar-0.97-len1.patch
@@ -749,7 +748,6 @@ package or when debugging this package.
 %endif
 %patch12 -p0 -b .no-add-needed~
 %patch13 -p0 -b .pr56564~
-%patch14 -p0 -b .pr57537~
 
 %if 0%{?_enable_debug_packages}
 cat > split-debuginfo.sh <<\EOF

diff --git a/gcc48-pr57537.patch b/gcc48-pr57537.patch
deleted file mode 100644
index 4c22714..0000000
--- a/gcc48-pr57537.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-2013-06-12  Jakub Jelinek  <jakub@redhat.com>
-
-	PR tree-optimization/57537
-	* tree-vect-patterns.c (vect_recog_widen_mult_pattern): If
-	vect_handle_widen_op_by_const, convert oprnd1 to half_type1.
-
---- gcc/tree-vect-patterns.c.jj	2013-05-17 10:53:10.000000000 +0200
-+++ gcc/tree-vect-patterns.c	2013-06-12 09:49:30.151854270 +0200
-@@ -640,7 +640,10 @@ vect_recog_widen_mult_pattern (vec<gimpl
-           && vect_handle_widen_op_by_const (last_stmt, MULT_EXPR, oprnd1,
- 		                            &oprnd0, stmts, type,
- 					    &half_type0, def_stmt0))
--        half_type1 = half_type0;
-+	{
-+	  half_type1 = half_type0;
-+	  oprnd1 = fold_convert (half_type1, oprnd1);
-+	}
-       else
-         return NULL;
-     }

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

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 12:25 Jakub Jelinek [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:25 [rpms/gcc] rhel-f41-base: 4.8.1-3 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=178273595552.1.8725805391528237649.rpms-gcc-f9bd6769ebca@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