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: 5.1.1-5
Date: Mon, 29 Jun 2026 12:26:51 GMT [thread overview]
Message-ID: <178273601122.1.6737314050195814006.rpms-gcc-c148037b8000@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : c148037b8000a7978c671b332e04abc675f47bea
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2015-07-07T10:29:46+02:00
Stats : +21/-87 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/c148037b8000a7978c671b332e04abc675f47bea?branch=rhel-f41-base
Log:
5.1.1-5
---
diff --git a/.gitignore b/.gitignore
index 54b2e94..1e4535d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/gcc-5.1.1-20150606.tar.bz2
/gcc-5.1.1-20150612.tar.bz2
/gcc-5.1.1-20150618.tar.bz2
+/gcc-5.1.1-20150707.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index 67d30b6..b4b0e37 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20150618
-%global SVNREV 224595
+%global DATE 20150707
+%global SVNREV 225505
%global gcc_version 5.1.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 4
+%global gcc_release 5
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -205,7 +205,6 @@ Patch12: gcc5-libgo-p224.patch
Patch13: gcc5-aarch64-async-unw-tables.patch
Patch14: gcc5-libsanitize-aarch64-va42.patch
Patch15: gcc5-pr65689.patch
-Patch16: gcc5-pr65956.patch
# On ARM EABI systems, we do want -gnueabi to be part of the
# target triple.
@@ -773,12 +772,6 @@ rm -f libgo/go/crypto/elliptic/p224{,_test}.go
%patch13 -p0 -b .aarch64-async-unw-tables~
%patch14 -p0 -b .libsanitize-aarch64-va42~
%patch15 -p0 -b .pr65689~
-%patch16 -p0 -b .pr65956~
-%ifarch %{arm}
-# Workaround PR65956, undo the overalignment optimization
-# on ARM because it has broken backend.
-sed -i -e 's/align != TYPE_ALIGN/align < TYPE_ALIGN/' gcc/tree-sra.c
-%endif
sed -i -e 's/ -Wl,-z,nodlopen//g' gcc/ada/gcc-interface/Makefile.in
%if 0%{?_enable_debug_packages}
@@ -962,7 +955,7 @@ CONFIGURE_OPTS="\
--enable-plugin --enable-initfini-array \
--disable-libgcj \
%if 0%{fedora} >= 21 && 0%{fedora} <= 22
- --with-default-libstdcxx-abi=c++98 \
+ --with-default-libstdcxx-abi=gcc4-compatible \
%endif
%if %{build_isl}
--with-isl \
@@ -2195,6 +2188,7 @@ fi
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/clflushoptintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/clwbintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/pcommitintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/mwaitxintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xsavecintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/xsavesintrin.h
%endif
@@ -2230,6 +2224,7 @@ fi
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/s390intrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/htmintrin.h
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/htmxlintrin.h
+%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/vecintrin.h
%endif
%if %{build_libcilkrts}
%{_prefix}/lib/gcc/%{gcc_target_platform}/%{gcc_version}/include/cilk
@@ -3078,6 +3073,19 @@ fi
%doc rpm.doc/changelogs/libcc1/ChangeLog*
%changelog
+* Tue Jul 7 2015 Jakub Jelinek <jakub@redhat.com> 5.1.1-5
+- update from the 5 branch
+ - PRs bootstrap/63740, c++/65750, c++/65843, c++/65879, c++/65880,
+ c++/65882, c++/65919, c++/65945, c++/65973, c++/66001, c++/66067,
+ c++/66216, c++/66501, c++/66515, c++/66585, c++/66647, c++/66743,
+ debug/66301, fortran/66549, jit/66539, jit/66546, jit/66628,
+ jit/66700, libstdc++/65393, libstdc++/66055, middle-end/66413,
+ middle-end/66633, middle-end/66702, target/37072, target/52482,
+ target/63408, target/64833, target/65711, target/65914, target/66114,
+ target/66136, target/66200, target/66412, target/66509, target/66563,
+ target/66611, testsuite/66667, tree-optimization/66119,
+ tree-optimization/66375, tree-optimization/66422
+
* Thu Jun 18 2015 Jakub Jelinek <jakub@redhat.com> 5.1.1-4
- update from the 5 branch
- fix C++ ICE in build_ctor_subob_ref (#1232679, #1233030, #1233068,
diff --git a/gcc5-pr65956.patch b/gcc5-pr65956.patch
deleted file mode 100644
index fbc927f..0000000
--- a/gcc5-pr65956.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-2015-05-05 Jakub Jelinek <jakub@redhat.com>
-
- PR target/65956
- * gcc.c-torture/execute/pr65956.c: New test.
-
---- gcc/testsuite/gcc.c-torture/execute/pr65956.c.jj 2015-05-01 10:32:34.730150257 +0200
-+++ gcc/testsuite/gcc.c-torture/execute/pr65956.c 2015-05-01 10:32:13.000000000 +0200
-@@ -0,0 +1,67 @@
-+/* PR target/65956 */
-+
-+struct A { char *a; int b; long long c; };
-+char v[3];
-+
-+__attribute__((noinline, noclone)) void
-+fn1 (char *x, char *y)
-+{
-+ if (x != &v[1] || y != &v[2])
-+ __builtin_abort ();
-+ v[1]++;
-+}
-+
-+__attribute__((noinline, noclone)) int
-+fn2 (char *x)
-+{
-+ asm volatile ("" : "+g" (x) : : "memory");
-+ return x == &v[0];
-+}
-+
-+__attribute__((noinline, noclone)) void
-+fn3 (const char *x)
-+{
-+ if (x[0] != 0)
-+ __builtin_abort ();
-+}
-+
-+static struct A
-+foo (const char *x, struct A y, struct A z)
-+{
-+ struct A r = { 0, 0, 0 };
-+ if (y.b && z.b)
-+ {
-+ if (fn2 (y.a) && fn2 (z.a))
-+ switch (x[0])
-+ {
-+ case '|':
-+ break;
-+ default:
-+ fn3 (x);
-+ }
-+ fn1 (y.a, z.a);
-+ }
-+ return r;
-+}
-+
-+__attribute__((noinline, noclone)) int
-+bar (int x, struct A *y)
-+{
-+ switch (x)
-+ {
-+ case 219:
-+ foo ("+", y[-2], y[0]);
-+ case 220:
-+ foo ("-", y[-2], y[0]);
-+ }
-+}
-+
-+int
-+main ()
-+{
-+ struct A a[3] = { { &v[1], 1, 1LL }, { &v[0], 0, 0LL }, { &v[2], 2, 2LL } };
-+ bar (220, a + 2);
-+ if (v[1] != 1)
-+ __builtin_abort ();
-+ return 0;
-+}
diff --git a/sources b/sources
index aa4ea26..abc5c4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a46ccda769a0a2abb03ae73e1ca4a5ee gcc-5.1.1-20150618.tar.bz2
+98afead01852b05821be25e1d826b9da gcc-5.1.1-20150707.tar.bz2
reply other threads:[~2026-06-29 12:26 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=178273601122.1.6737314050195814006.rpms-gcc-c148037b8000@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