This commit is contained in:
Jakub Jelinek 2009-07-21 16:52:33 +00:00
parent 54f2a73e85
commit b4b081811c
1 changed files with 15 additions and 3 deletions

View File

@ -1,9 +1,9 @@
%global DATE 20090717
%global SVNREV 149742
%global DATE 20090721
%global SVNREV 149860
%global gcc_version 4.4.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 14
%global gcc_release 15
%global _unpackaged_files_terminate_build 0
%global multilib_64_archs sparc64 ppc64 s390x x86_64
%global include_gappletviewer 1
@ -160,6 +160,7 @@ Patch28: gcc44-pr38757.patch
Patch29: gcc44-libstdc++-docs.patch
Patch30: gcc44-rh503816-1.patch
Patch31: gcc44-rh503816-2.patch
Patch32: gcc44-pr40811.patch
Patch1000: fastjar-0.97-segfault.patch
@ -469,6 +470,7 @@ which are required to compile with the GNAT.
%endif
%patch30 -p0 -b .rh503816-1~
%patch31 -p0 -b .rh503816-2~
%patch32 -p0 -b .pr40811~
# This testcase doesn't compile.
rm libjava/testsuite/libjava.lang/PR35020*
@ -1807,6 +1809,16 @@ fi
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
* Tue Jul 21 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-15
- update from gcc-4_4-branch
- PRs libfortran/40714, target/39943, target/40809, tree-optimization/40792
- fix ICE in gsi_insert_seq_nodes_after (#505798,
PR tree-optimization/40813)
- slightly relax -D_FORTIFY_SOURCE=2 rules for flexible-array-member like
constructs (#512689, #511573)
- vectorize unsigned int -> {float,double} conversions on x86/x86_64
(PR target/40811)
* Fri Jul 17 2009 Jakub Jelinek <jakub@redhat.com> 4.4.0-14
- update from gcc-4_4-branch
- PRs c++/40740, libstdc++/40691, middle-end/40747