public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.8.1-3
@ 2026-06-29 12:25 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:25 UTC (permalink / raw)
  To: git-commits

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;
-     }

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/gcc] rhel-f41-base: 4.8.1-3
@ 2026-06-29 12:25 Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

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

Log:
4.8.1-3

---
diff --git a/.gitignore b/.gitignore
index 5d91742..c3b8427 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,3 +77,4 @@
 /gcc-4.8.0-20130526.tar.bz2
 /gcc-4.8.1-20130603.tar.bz2
 /gcc-4.8.1-20130612.tar.bz2
+/gcc-4.8.1-20130628.tar.bz2

diff --git a/gcc.spec b/gcc.spec
index 46c0b64..4663444 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20130612
-%global SVNREV 199987
+%global DATE 20130628
+%global SVNREV 200518
 %global gcc_version 4.8.1
 # 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 2
+%global gcc_release 3
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %ifarch %{ix86} x86_64 ia64 ppc ppc64 alpha
@@ -1384,7 +1384,7 @@ ln -sf ../../../libgomp.so.1.* libgomp.so
 ln -sf ../../../libmudflap.so.0.* libmudflap.so
 ln -sf ../../../libmudflapth.so.0.* libmudflapth.so
 %if %{build_go}
-ln -sf ../../../libgo.so.3.* libgo.so
+ln -sf ../../../libgo.so.4.* libgo.so
 %endif
 %if %{build_libquadmath}
 ln -sf ../../../libquadmath.so.0.* libquadmath.so
@@ -1412,7 +1412,7 @@ ln -sf ../../../../%{_lib}/libgomp.so.1.* libgomp.so
 ln -sf ../../../../%{_lib}/libmudflap.so.0.* libmudflap.so
 ln -sf ../../../../%{_lib}/libmudflapth.so.0.* libmudflapth.so
 %if %{build_go}
-ln -sf ../../../../%{_lib}/libgo.so.3.* libgo.so
+ln -sf ../../../../%{_lib}/libgo.so.4.* libgo.so
 %endif
 %if %{build_libquadmath}
 ln -sf ../../../../%{_lib}/libquadmath.so.0.* libquadmath.so
@@ -1517,8 +1517,8 @@ echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libmudflap.so.0.* | sed 's
 echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libmudflapth.so.0.* | sed 's,^.*libm,libm,'`' )' > 64/libmudflapth.so
 %if %{build_go}
 rm -f libgo.so
-echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libgo.so.3.* | sed 's,^.*libg,libg,'`' )' > libgo.so
-echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgo.so.3.* | sed 's,^.*libg,libg,'`' )' > 64/libgo.so
+echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib/libgo.so.4.* | sed 's,^.*libg,libg,'`' )' > libgo.so
+echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib/libgo.so.4.* | sed 's,^.*libg,libg,'`' )' > 64/libgo.so
 %endif
 %if %{build_libquadmath}
 rm -f libquadmath.so
@@ -1602,8 +1602,8 @@ echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libmudflap.so.0.* | sed 's
 echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libmudflapth.so.0.* | sed 's,^.*libm,libm,'`' )' > 32/libmudflapth.so
 %if %{build_go}
 rm -f libgo.so
-echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgo.so.3.* | sed 's,^.*libg,libg,'`' )' > libgo.so
-echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libgo.so.3.* | sed 's,^.*libg,libg,'`' )' > 32/libgo.so
+echo 'INPUT ( %{_prefix}/lib64/'`echo ../../../../lib64/libgo.so.4.* | sed 's,^.*libg,libg,'`' )' > libgo.so
+echo 'INPUT ( %{_prefix}/lib/'`echo ../../../../lib64/libgo.so.4.* | sed 's,^.*libg,libg,'`' )' > 32/libgo.so
 %endif
 %if %{build_libquadmath}
 rm -f libquadmath.so
@@ -1737,7 +1737,7 @@ chmod 755 %{buildroot}%{_prefix}/%{_lib}/libasan.so.0.*
 chmod 755 %{buildroot}%{_prefix}/%{_lib}/libtsan.so.0.*
 %endif
 %if %{build_go}
-chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgo.so.3.*
+chmod 755 %{buildroot}%{_prefix}/%{_lib}/libgo.so.4.*
 %endif
 chmod 755 %{buildroot}%{_prefix}/%{_lib}/libobjc.so.4.*
 
@@ -1848,7 +1848,12 @@ export PATH=`pwd`/java_hacks${PATH:+:$PATH}
 %endif
 
 # run the tests.
-make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
+make %{?_smp_mflags} -k check ALT_CC_UNDER_TEST=gcc ALT_CXX_UNDER_TEST=g++ \
+%if 0%{?fedora} >= 20
+     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector-strong}'" || :
+%else
+     RUNTESTFLAGS="--target_board=unix/'{,-fstack-protector}'" || :
+%endif
 echo ====================TESTING=========================
 ( LC_ALL=C ../contrib/test_summary || : ) 2>&1 | sed -n '/^cat.*EOF/,/^EOF/{/^cat.*EOF/d;/^EOF/d;/^LAST_UPDATED:/d;p;}'
 echo ====================TESTING END=====================
@@ -2922,7 +2927,7 @@ fi
 
 %files -n libgo
 %defattr(-,root,root,-)
-%{_prefix}/%{_lib}/libgo.so.3*
+%{_prefix}/%{_lib}/libgo.so.4*
 %doc rpm.doc/libgo/*
 
 %files -n libgo-devel
@@ -2983,6 +2988,18 @@ fi
 %{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
 
 %changelog
+* Fri Jun 28 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-3
+- update from the 4.8 branch
+  - PRs c++/53211, c++/56544, driver/57652, libstdc++/57619, libstdc++/57666,
+	libstdc++/57674, rtl-optimization/57518, target/57623, target/57655,
+	tree-optimization/57358, tree-optimization/57537
+  - fix up gcc-{ar,nm,ranlib} (#974853, PR driver/57651)
+- fix two libitm HTM handling bugs (PR libitm/57643)
+- speed up __popcount[sdt]i2 library function (PR middle-end/36041)
+- backport power8 support from trunk (#731884, PR target/57615)
+- for Fedora 20+ test -fstack-protector-strong during %%check instead
+  of -fstack-protector
+
 * Wed Jun 12 2013 Jakub Jelinek <jakub@redhat.com> 4.8.1-2
 - update from the 4.8 branch
   - PRs fortran/57364, fortran/57508, target/56547, target/57379, target/57568

diff --git a/sources b/sources
index ee3b00b..b696541 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
 be78a47bd82523250eb3e91646db5b3d  cloog-0.18.0.tar.gz
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-5cb2b3dfe2872ad4dfa24f61955728ad  gcc-4.8.1-20130612.tar.bz2
+ea21942f46b74d4c3dfa5a92b266d6d9  gcc-4.8.1-20130628.tar.bz2
 bce1586384d8635a76d2f017fb067cd2  isl-0.11.1.tar.bz2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-06-29 12:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-29 12:25 [rpms/gcc] rhel-f41-base: 4.8.1-3 Jakub Jelinek
  -- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:25 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox