public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gcc] rhel-f41-base: 4.9.0-6
@ 2026-06-29 12:26 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 99dddb3746ed780aad9c5a48d1a63f22ab812b57
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2014-05-29T21:04:21+02:00
Stats : +15/-4 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/99dddb3746ed780aad9c5a48d1a63f22ab812b57?branch=rhel-f41-base
Log:
4.9.0-6
---
diff --git a/.gitignore b/.gitignore
index 614b87f..8f55581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/gcc-4.9.0-20140506.tar.bz2
/gcc-4.9.0-20140514.tar.bz2
/gcc-4.9.0-20140518.tar.bz2
+/gcc-4.9.0-20140529.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index b2ea2e9..52716bc 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20140518
-%global SVNREV 210582
+%global DATE 20140529
+%global SVNREV 211063
%global gcc_version 4.9.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 5
+%global gcc_release 6
%global _unpackaged_files_terminate_build 0
%global _performance_build 1
%global multilib_64_archs sparc64 ppc64 ppc64p7 s390x x86_64
@@ -2784,6 +2784,16 @@ fi
%{_prefix}/libexec/gcc/%{gcc_target_platform}/%{gcc_version}/plugin
%changelog
+* Thu May 29 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-6
+- update from the 4.9 branch
+ - PRs bootstrap/60984, c++/60189, c/60189, c/61191, fortran/60834,
+ libfortran/61310, libgcc/61152, libstdc++/61143, libstdc++/61329,
+ lto/60820, lto/61012, middle-end/58094, middle-end/61010,
+ middle-end/61045, middle-end/61252, rtl-optimization/61215,
+ rtl-optimization/61325, target/61044, target/61202, target/61208,
+ target/61231, target/61249, target/61271, tree-optimization/60979
+- backport -fsanitize=float-cast-overflow support from trunk
+
* Sun May 18 2014 Jakub Jelinek <jakub@redhat.com> 4.9.0-5
- update from the 4.9 branch
- PRs debug/61013, ipa/60854, ipa/60897, ipa/61085, libfortran/61187,
diff --git a/sources b/sources
index adedd5c..fbfbb29 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
e34fca0540d840e5d0f6427e98c92252 cloog-0.18.1.tar.gz
-1a66ac97f5702653012808047b6d7704 gcc-4.9.0-20140518.tar.bz2
+26ed66c62a92f3d6c6befc290dc52daf gcc-4.9.0-20140529.tar.bz2
e039bfcfb6c2ab039b8ee69bf883e824 isl-0.12.2.tar.bz2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/gcc] rhel-f41-base: 4.9.0-6
@ 2026-06-29 12:26 Jakub Jelinek
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2026-06-29 12:26 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 033def827be27f1abbe1b83242f245312fd314ae
Author : Jakub Jelinek <jakub@redhat.com>
Date : 2014-05-29T21:26:29+02:00
Stats : +0/-36 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/033def827be27f1abbe1b83242f245312fd314ae?branch=rhel-f41-base
Log:
4.9.0-6
---
diff --git a/gcc.spec b/gcc.spec
index 52716bc..57e3c75 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -196,7 +196,6 @@ Patch12: gcc49-no-add-needed.patch
Patch14: gcc49-pr56493.patch
Patch15: gcc49-color-auto.patch
Patch16: gcc49-libgo-p224.patch
-Patch17: gcc49-aarch64-ada.patch
Patch1100: cloog-%{cloog_version}-ppc64le-config.patch
@@ -723,7 +722,6 @@ package or when debugging this package.
%endif
%patch16 -p0 -b .libgo-p224~
rm -f libgo/go/crypto/elliptic/p224{,_test}.go
-%patch17 -p0 -b .aarch64-ada~
%if 0%{?_enable_debug_packages}
cat > split-debuginfo.sh <<\EOF
diff --git a/gcc49-aarch64-ada.patch b/gcc49-aarch64-ada.patch
deleted file mode 100644
index 958bc40..0000000
--- a/gcc49-aarch64-ada.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-2014-04-22 Richard Henderson <rth@redhat.com>
-
- * init.c [__linux__] (HAVE_GNAT_ALTERNATE_STACK): New define.
- (__gnat_alternate_stack): Enable for all linux except ia64.
-
---- gcc/ada/init.c
-+++ gcc/ada/init.c
-@@ -556,9 +556,14 @@ __gnat_error_handler (int sig, siginfo_t *si ATTRIBUTE_UNUSED, void *ucontext)
- Raise_From_Signal_Handler (exception, msg);
- }
-
--#if defined (i386) || defined (__x86_64__) || defined (__powerpc__)
--/* This must be in keeping with System.OS_Interface.Alternate_Stack_Size. */
--char __gnat_alternate_stack[16 * 1024]; /* 2 * SIGSTKSZ */
-+#ifndef __ia64__
-+#define HAVE_GNAT_ALTERNATE_STACK 1
-+/* This must be in keeping with System.OS_Interface.Alternate_Stack_Size.
-+ It must be larger than MINSIGSTKSZ and hopefully near 2 * SIGSTKSZ. */
-+# if 16 * 1024 < MINSIGSTKSZ
-+# error "__gnat_alternate_stack too small"
-+# endif
-+char __gnat_alternate_stack[16 * 1024];
- #endif
-
- #ifdef __XENO__
-@@ -612,7 +617,7 @@ __gnat_install_handler (void)
- sigaction (SIGBUS, &act, NULL);
- if (__gnat_get_interrupt_state (SIGSEGV) != 's')
- {
--#if defined (i386) || defined (__x86_64__) || defined (__powerpc__)
-+#ifdef HAVE_GNAT_ALTERNATE_STACK
- /* Setup an alternate stack region for the handler execution so that
- stack overflows can be handled properly, avoiding a SEGV generation
- from stack usage by the handler itself. */
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-29 12:26 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:26 [rpms/gcc] rhel-f41-base: 4.9.0-6 Jakub Jelinek
2026-06-29 12:26 Jakub Jelinek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox