|
|
Author: jakub
Update of /cvs/dist/rpms/gcc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5235
Modified Files:
.cvsignore gcc41-dsohandle.patch gcc41-pr27549.patch
gcc41.spec sources
Removed Files:
gcc41-omp-nesting-warn.patch gcc41-pr26729.patch
gcc41-pr27335.patch gcc41-pr27416.patch gcc41-pr27446.patch
Log Message:
4.1.0-18
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/.cvsignore,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- .cvsignore 12 May 2006 17:58:32 -0000 1.152
+++ .cvsignore 15 May 2006 10:33:37 -0000 1.153
@@ -1 +1 @@
-gcc-4.1.0-20060512.tar.bz2
+gcc-4.1.0-20060515.tar.bz2
gcc41-dsohandle.patch:
crtstuff.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: gcc41-dsohandle.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41-dsohandle.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc41-dsohandle.patch 12 May 2006 17:58:32 -0000 1.1
+++ gcc41-dsohandle.patch 15 May 2006 10:33:37 -0000 1.2
@@ -13,7 +13,7 @@
#endif
#ifdef CRTSTUFFS_O
-void *__dso_handle = &__dso_handle;
-+void *const __dso_handle = &__dso_handle;
++void *const __dso_handle = (void *) &__dso_handle;
#else
-void *__dso_handle = 0;
+void *const __dso_handle = 0;
gcc41-pr27549.patch:
pr27549.C | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 78 insertions(+)
Index: gcc41-pr27549.patch
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41-pr27549.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc41-pr27549.patch 12 May 2006 17:58:32 -0000 1.1
+++ gcc41-pr27549.patch 15 May 2006 10:33:37 -0000 1.2
@@ -1,4 +1,9 @@
-2006-05-01 Zdenek Dvorak <dvorakz@xxxxxxx>
+2006-05-15 Jakub Jelinek <jakub@xxxxxxxxxx>
+
+ PR tree-optimization/27549
+ Backported from mainline
+
+ 2006-05-01 Zdenek Dvorak <dvorakz@xxxxxxx>
PR tree-optimization/27283
* tree-ssa-loop-ivopts.c (struct nfe_cache_elt): Store just trees,
@@ -10,10 +15,6 @@
return just the number of iterations.
* g++.dg/tree-ssa/pr27283.C: New test.
-
-2006-05-12 Jakub Jelinek <jakub@xxxxxxxxxx>
-
- PR tree-optimization/27549
* g++.dg/tree-ssa/pr27549.C: New test.
--- gcc/tree-ssa-loop-ivopts.c (revision 113426)
Index: gcc41.spec
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/gcc41.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- gcc41.spec 14 May 2006 18:14:16 -0000 1.65
+++ gcc41.spec 15 May 2006 10:33:37 -0000 1.66
@@ -1,6 +1,6 @@
-%define DATE 20060512
+%define DATE 20060515
%define gcc_version 4.1.0
-%define gcc_release 17
+%define gcc_release 18
%define _unpackaged_files_terminate_build 0
%define multilib_64_archs sparc64 ppc64 s390x x86_64
%ifarch %{ix86} x86_64 ia64
@@ -106,7 +106,7 @@
Patch9: gcc41-ppc32-retaddr.patch
Patch10: gcc41-x86_64-sse3.patch
Patch11: gcc41-mni.patch
-Patch12: gcc41-pr27335.patch
+Patch12: gcc41-dsohandle.patch
Patch13: gcc41-rh184446.patch
Patch14: gcc41-pr21764.patch
Patch15: gcc41-pr21581.patch
@@ -117,16 +117,11 @@
Patch20: gcc41-ppc64-ldouble-stdarg.patch
Patch21: gcc41-pr25874.patch
Patch22: gcc41-pr27388.patch
-Patch23: gcc41-pr26729.patch
-Patch24: gcc41-dsohandle.patch
-Patch25: gcc41-pr26881.patch
-Patch26: gcc41-pr27532.patch
-Patch27: gcc41-pr27549.patch
-Patch28: gcc41-pr27548.patch
-Patch29: gcc41-omp-nesting-warn.patch
-Patch30: gcc41-pr27446.patch
-Patch31: gcc41-pr27416.patch
-Patch32: gcc41-pr27499.patch
+Patch23: gcc41-pr26881.patch
+Patch24: gcc41-pr27532.patch
+Patch25: gcc41-pr27549.patch
+Patch26: gcc41-pr27548.patch
+Patch27: gcc41-pr27499.patch
%define _gnu %{nil}
%ifarch sparc
%define gcc_target_platform sparc64-%{_vendor}-%{_target_os}
@@ -416,7 +411,7 @@
%patch9 -p0 -b .ppc32-retaddr~
%patch10 -p0 -b .x86_64-sse3~
%patch11 -p0 -b .mni~
-%patch12 -p0 -b .pr27335~
+%patch12 -p0 -b .dsohandle~
%patch13 -p0 -b .rh184446~
%patch14 -p0 -b .pr21764~
#%patch15 -p0 -b .pr21581~
@@ -427,16 +422,11 @@
%patch20 -p0 -b .ppc64-ldouble-stdarg~
%patch21 -p0 -b .pr25874~
%patch22 -p0 -b .pr27388~
-%patch23 -p0 -b .pr26729~
-%patch24 -p0 -b .dsohandle~
-%patch25 -p0 -b .pr26881~
-%patch26 -p0 -b .pr27532~
-%patch27 -p0 -b .pr27549~
-%patch28 -p0 -b .pr27548~
-%patch29 -p0 -b .omp-nesting-warn~
-%patch30 -p0 -b .pr27446~
-%patch31 -p0 -b .pr27416~
-%patch32 -p0 -b .pr27499~
+%patch23 -p0 -b .pr26881~
+%patch24 -p0 -b .pr27532~
+%patch25 -p0 -b .pr27549~
+%patch26 -p0 -b .pr27548~
+%patch27 -p0 -b .pr27499~
sed -i -e 's/4\.1\.1/4.1.0/' gcc/BASE-VER gcc/version.c
sed -i -e 's/" (Red Hat[^)]*)"/" (Red Hat %{version}-%{gcc_release})"/'
gcc/version.c
@@ -1478,6 +1468,11 @@
%doc rpm.doc/changelogs/libmudflap/ChangeLog*
%changelog
+* Mon May 15 2006 Jakub Jelinek <jakub@xxxxxxxxxx> 4.1.0-18
+- update from -gcc-4_1-branch (-r113722:113785)
+ - PRs c++/27315, c++/27581, c++/27582, rtl-optimization/22563
+- merge gomp changes from the trunk (-r113786:113790)
+
* Sun May 14 2006 Jakub Jelinek <jakub@xxxxxxxxxx> 4.1.0-17
- make -mtune=z9-109 the default on s390{,x} (#184630)
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gcc/devel/sources,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- sources 12 May 2006 17:58:32 -0000 1.154
+++ sources 15 May 2006 10:33:37 -0000 1.155
@@ -1 +1 @@
-813c9d86906ae0cecf49e51d28689196 gcc-4.1.0-20060512.tar.bz2
+792ee3e34824f98f177d908db06c8f99 gcc-4.1.0-20060515.tar.bz2
--- gcc41-omp-nesting-warn.patch DELETED ---
--- gcc41-pr26729.patch DELETED ---
--- gcc41-pr27335.patch DELETED ---
--- gcc41-pr27416.patch DELETED ---
--- gcc41-pr27446.patch DELETED ---
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|