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.5.0-3
Date: Mon, 29 Jun 2026 12:24:54 GMT [thread overview]
Message-ID: <178273589414.1.14075832755931060298.rpms-gcc-4b316cf2e5f4@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gcc
Branch : rhel-f41-base
Commit : 4b316cf2e5f4f8ae8a600f363e435eac6c98907f
Author : Jakub Jelinek <jakub@fedoraproject.org>
Date : 2010-07-16T10:49:04+00:00
Stats : +19/-9 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/gcc/c/4b316cf2e5f4f8ae8a600f363e435eac6c98907f?branch=rhel-f41-base
Log:
4.5.0-3
---
diff --git a/.cvsignore b/.cvsignore
index f9913a0..c0fa8f7 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
fastjar-0.97.tar.gz
-gcc-4.5.0-20100709.tar.bz2
+gcc-4.5.0-20100716.tar.bz2
diff --git a/gcc.spec b/gcc.spec
index a6e20cf..8c7a42a 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -1,9 +1,9 @@
-%global DATE 20100709
-%global SVNREV 161987
+%global DATE 20100716
+%global SVNREV 162258
%global gcc_version 4.5.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 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
@@ -158,6 +158,7 @@ Patch14: gcc45-pr38757.patch
Patch15: gcc45-libstdc++-docs.patch
Patch17: gcc45-no-add-needed.patch
Patch18: gcc45-pr44542.patch
+Patch19: gcc45-pr44942.patch
Patch1000: fastjar-0.97-segfault.patch
Patch1001: fastjar-0.97-len1.patch
@@ -489,6 +490,7 @@ GNAT is a GNU Ada 95 front-end to GCC. This package includes static libraries.
%endif
%patch17 -p0 -b .no-add-needed~
%patch18 -p0 -b .pr44542~
+%patch19 -p0 -b .pr44942~
# This testcase doesn't compile.
rm libjava/testsuite/libjava.lang/PR35020*
@@ -1960,7 +1962,15 @@ fi
%endif
%changelog
-* Fri Jun 9 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-2
+* Fri Jul 16 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-3
+- update from gcc-4_5-branch
+ - PRs ada/43731, fortran/44773, pch/14940, testsuite/44325
+ - fix vectorizer (#614375, #614814, PR tree-optimization/44886)
+- fix fortran CHARACTER type SELECT CASE handling (PR fortran/40206)
+- fix inline-asm check for auto-inc-dec operands (PR testsuite/44701)
+- fix va_start on x86_64 (PR target/44942)
+
+* Fri Jul 9 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-2
- update from gcc-4_5-branch
- PRs c++/44703, fortran/44847, middle-end/41355, middle-end/44828,
target/43888, tree-optimization/44284
@@ -1968,5 +1978,5 @@ fi
- fix a multilib issue with *.py[oc] files in libstdc++ (#612742)
- fix up libgcj_bc.so
-* Wed Jun 7 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-1
+* Wed Jul 7 2010 Jakub Jelinek <jakub@redhat.com> 4.5.0-1
- initial 4.5 package, using newly created redhat/gcc-4_5-branch
diff --git a/gcc45-pr44942.patch b/gcc45-pr44942.patch
index 7b55e5d..4d50cdc 100644
--- a/gcc45-pr44942.patch
+++ b/gcc45-pr44942.patch
@@ -14,10 +14,10 @@
--- gcc/config/i386/i386-protos.h.jj 2010-07-13 15:56:31.000000000 +0200
+++ gcc/config/i386/i386-protos.h 2010-07-15 12:45:01.000000000 +0200
-@@ -140,8 +140,8 @@ extern enum machine_mode ix86_fp_compare
+@@ -137,8 +137,8 @@ extern enum machine_mode ix86_fp_compare
extern rtx ix86_libcall_value (enum machine_mode);
+ extern bool ix86_function_value_regno_p (int);
extern bool ix86_function_arg_regno_p (int);
- extern void ix86_asm_output_function_label (FILE *, const char *, tree);
-extern int ix86_function_arg_boundary (enum machine_mode, tree);
-extern bool ix86_solaris_return_in_memory (const_tree,const_tree);
+extern int ix86_function_arg_boundary (enum machine_mode, const_tree);
diff --git a/sources b/sources
index a6cce18..ded46f1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
2659f09c2e43ef8b7d4406321753f1b2 fastjar-0.97.tar.gz
-8b8d91274293d271a556f7b49666a35f gcc-4.5.0-20100709.tar.bz2
+dc1cae2fe66fc33f29edae7aca29da65 gcc-4.5.0-20100716.tar.bz2
next reply other threads:[~2026-06-29 12:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-29 12:24 Jakub Jelinek [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-06-29 12:24 [rpms/gcc] rhel-f41-base: 4.5.0-3 Jakub Jelinek
2026-06-29 12:24 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=178273589414.1.14075832755931060298.rpms-gcc-4b316cf2e5f4@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