rpms/gcc/F-12 .cvsignore, 1.321, 1.322 gcc.spec, 1.106, 1.107 sources, 1.329, 1.330

Jakub Jelinek jakub at fedoraproject.org
Thu Jan 21 08:29:47 UTC 2010


Author: jakub

Update of /cvs/pkgs/rpms/gcc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29762

Modified Files:
	.cvsignore gcc.spec sources 
Log Message:
4.4.2-28



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/.cvsignore,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -p -r1.321 -r1.322
--- .cvsignore	14 Jan 2010 16:39:17 -0000	1.321
+++ .cvsignore	21 Jan 2010 08:29:47 -0000	1.322
@@ -1,2 +1,2 @@
 fastjar-0.97.tar.gz
-gcc-4.4.2-20100114.tar.bz2
+gcc-4.4.2-20100121.tar.bz2


Index: gcc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/gcc.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- gcc.spec	14 Jan 2010 23:14:10 -0000	1.106
+++ gcc.spec	21 Jan 2010 08:29:47 -0000	1.107
@@ -1,9 +1,9 @@
-%global DATE 20100114
-%global SVNREV 155925
+%global DATE 20100121
+%global SVNREV 156110
 %global gcc_version 4.4.2
 # 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 26
+%global gcc_release 28
 %global _unpackaged_files_terminate_build 0
 %global multilib_64_archs sparc64 ppc64 s390x x86_64
 %if 0%{?fedora} >= 13
@@ -1864,6 +1864,22 @@ fi
 %doc rpm.doc/changelogs/libmudflap/ChangeLog*
 
 %changelog
+* Thu Jan 21 2010 Jakub Jelinek <jakub at redhat.com> 4.4.2-28
+- update from gcc-4_4-branch
+  - PRs middle-end/42803, rtl-optimization/42691, target/42542, target/42774,
+	tree-optimization/41826, tree-optimization/42773
+  - fix DW_OP_mod handling in the unwinder
+- VTA backports
+  - PRs debug/42782, debug/42767
+  - avoid dead VALUES to magically reappear during var-tracking
+    (#557068, PR debug/42715)
+  - don't assume non-addressable automatic MEMs die at each call
+    during var-tracking (#556975, PR debug/42728)
+
+* Fri Jan 15 2010 Jakub Jelinek <jakub at redhat.com> 4.4.2-27
+- fix ICE with std::complex<float> copy (#555705, PR middle-end/42760)
+- avoid exponential hangs in gen_lsm_tmp_name
+
 * Fri Jan 15 2010 Jakub Jelinek <jakub at redhat.com> 4.4.2-26
 - update from gcc-4_4-branch
   - PR c++/42655


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gcc/F-12/sources,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -p -r1.329 -r1.330
--- sources	14 Jan 2010 23:14:10 -0000	1.329
+++ sources	21 Jan 2010 08:29:47 -0000	1.330
@@ -1,2 +1,2 @@
 2659f09c2e43ef8b7d4406321753f1b2  fastjar-0.97.tar.gz
-97b7ed9fc0657739795a67695be7782a  gcc-4.4.2-20100114.tar.bz2
+1fc0974db5ab4002de6dcfd601da6b22  gcc-4.4.2-20100121.tar.bz2



More information about the scm-commits mailing list