Fedora Core 6 Test Update: gcc-4.1.1-47.fc6

Jakub Jelinek jakub at redhat.com
Thu Dec 21 19:52:31 UTC 2006


---------------------------------------------------------------------
Fedora Test Update Notification
FEDORA-2006-1494
2006-12-21
---------------------------------------------------------------------

Product     : Fedora Core 6
Name        : gcc
Version     : 4.1.1
Release     : 47.fc6
Summary     : Various compilers (C, C++, Objective-C, Java, ...)
Description :
The gcc package contains the GNU Compiler Collection version 4.1.
You'll need this package in order to compile C code.

---------------------------------------------------------------------

* Wed Dec 20 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-47.fc6
- update from gcc-4_1-branch (-r119833:120062)
  - PRs libstdc++/11953, target/24036
- fix ia64 EH region boundaries where last br.call in the region
  is not at the end of a bundle (#219596, PR target/30230)
- fix DI resp. TImode __sync_*_compare_and_swap on i?86 resp. x86_64
  (Kazu Hirata, #220258, PR target/27266)
- fix asm vs. nested functions or OpenMP (#220250, PRs middle-end/30262,
  middle-end/30263)
- fix handling of complex shared OpenMP vars (Andrew Pinski,
  PR middle-end/30143)
* Thu Dec 14 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-47
- fix ia64 prologue generation (Andreas Schwab, #219594, PR target/29166)
- fix ppc64 divdi3 (PR target/30185)
* Wed Dec 13 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-46
- update from gcc-4_1-branch (-r119654:119833)
  - PRs c++/27316, c++/28740, c++/29732, fortran/29820, fortran/29821,
	fortran/29912, fortran/29916, fortran/30003, libstdc++/26497,
	libstdc++/28125, libstdc++/28265, target/30039
- fix loop unswitching (Zdenek Dvorak, #219138, PR rtl-optimization/30113)
* Fri Dec  8 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-45
- update from gcc-4_1-branch (-r119343:119654)
  - PRs c++/14329, c++/28284, c++/29632, c++/29728, c++/29729, c++/29730,
	c++/29733, c++/30022, libfortran/29810
- add protoize.1 and unprotoize.1 man pages (#188914)
- fix RTL sharing problem in combine (#218603, PR rtl-optimization/27761)
- additions to libgcj-src (Ben Konrath, PR libgcj/30110)
* Fri Dec  1 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-44
- fix OpenMP loops with 0 iterations (PR libgomp/29947)
* Thu Nov 30 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-43
- update from gcc-4_1-branch (-r119167:119343)
  - PRs c++/29022, fortran/29391, fortran/29489, fortran/29982,
	libgfortran/29936, target/29319, tree-opt/29964
- fix -fopenmp ICEs on omp constructs where the body never returns
  (PR middle-end/29965)
* Fri Nov 24 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-42
- update from gcc-4_1-branch (-r119021:119167)
  - fix s390{,x} __sync_* builtins
- fix ppc64 libffi unwind info
* Thu Nov 23 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-41
- fix ICE with -fopenmp -fexceptions on ia64 (#216988, PR c/29955)
- fix parsing of C++ if/switch/etc. conditions (PR c++/29886)
* Wed Nov 22 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-40
- disallow multiple vector_size attributes (PR c/29736)
- don't ICE on main returning int with vector_size attribute (PR c++/29735)
- hide symbols that shouldn't be exported from libgcj.so (GC_*, ffi_*,
  lt_* etc., #216120)
* Mon Nov 20 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-39
- update from gcc-4_1-branch (-r118891:119021)
  - PRs middle-end/26306, middle-end/29753, target/18553, target/29114,
	target/29449, tree-opt/29788, tree-optimization/28888
- fix some C++ vector conversions (PR c++/29734)
- fix C++ ICE with value dependent const brace enclosed initializer
  (PR c++/29570)
* Thu Nov 16 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-38
- update from gcc-4_1-branch (-r118805:118891)
  - PRs rtl-optimization/29797
- fix forwprop switch optimization (PR middle-end/29584)
- remove old *34* provides (#215839)
* Tue Nov 14 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-37
- fix up check_effective_target_fopenmp tcl test for the testsuite
  framework backport changes
* Tue Nov 14 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-36
- update from gcc-4_1-branch (-r118571:118805)
  - PRs c++/29106, c++/29518, fortran/24518, fortran/29216, fortran/29314,
	fortran/29371, fortran/29387, fortran/29392, fortran/29490,
	fortran/29565, fortran/29630, fortran/29679, fortran/29713,
	middle-end/21032, testsuite/28703, tree-opt/28545
- honor initial conditions and variable types in conversion to perfect
  nesting for -ftree-loop-linear optimizations (#209297,
  PR tree-optimization/29581)
* Sat Nov 11 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-35
- fix libgcj_bc.so dummy lib on i?86/x86_64/ia64/s390/s390x
* Sat Nov 11 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-34
- fix libgcj_bc.so symlink and dummy lib placement to avoid 64-bit gcc-java
  requiring 32-bit libc or vice versa
- fix ICE on Fortran !$omp continued line followed by !$ conditional
  line (PR fortran/29759)
* Wed Nov  8 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-33
- update from gcc-4_1-branch (-r118468:118571)
  - PRs fortran/24398, fortran/27701, fortran/29098, fortran/29115,
	fortran/29211, fortran/29232, fortran/29364, fortran/29373,
	fortran/29407, libfortran/29627, tree-optimization/29610
- fix java.net.SocketPermission (Gary Benson, #212739)
- fix java.util.regex.Matcher (Ito Kazumitsu, #183698, PR classpath/29703)
- fix # <linenum> <file> <flags> handling in libcpp when switching
  from system header to non-system header or main source
  (PR preprocessor/29612)
- fix gcc configury detection of ld COMDAT support
- move *.so symlinks from libgcj-devel to gcc-java (#214195)
* Sat Nov  4 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-32
- update from gcc-4_1-branch (-r118025:118468)
  - PRs bootstrap/28400, fortran/29067, libgfortran/29563, middle-end/29250,
	rtl-optimization/28970, rtl-optimization/29631, target/29377,
	tree-optimization/27891
  - fix infinite recursion in make_vector_type (#212848,
    PR tree-optimization/29637)
- merge gomp fixes from the trunk (-r118133:118134)
  - PR fortran/29629
- fix A < 0 ? <sign bit of A> : 0 optimization (#213821, PR middle-end/29695)
- fix ICE in gfc_get_derived_type (Paul Thomas, #212936, PR fortran/29641)
* Wed Oct 25 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-31
- update from gcc-4_1-branch (-r117629:118025)
  - PRs c++/20647, c++/25878, c++/26884, c++/27787, c++/28506, c++/28906,
	c++/29020, c++/29175, c++/29318, c++/29408, c++/29435, c/27184,
	c/29092, fortran/25091, fortran/25092, fortran/29284, fortran/29321,
	fortran/29322, fortran/29393, fortran/29403, gcov/profile/26570,
	inline-asm/29119, middle-end/20491, rtl-optimization/29323,
	target/25519, target/28825, target/28960, target/29300,
	testsuite/28829, tree-optimization/26969
  - fix libstdc++.so backwards compatibility with GCC 3.4.x (#210452)
- fix always_inline attribute at -O0 (Jan Hubicka, PR middle-end/29241)
- fix function local static vars with used attribute (Jan Hubicka,
  Richard Guenther, PR middle-end/29299)

---------------------------------------------------------------------
This update can be downloaded from:
    http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/6/

f791b05072b1fe497feb9eb30fbf5ef8bdc2f730  SRPMS/gcc-4.1.1-47.fc6.src.rpm
f791b05072b1fe497feb9eb30fbf5ef8bdc2f730  noarch/gcc-4.1.1-47.fc6.src.rpm
3bdf280333cc93b6bfc93aee31fe5438f630bf46  ppc/debug/gcc-debuginfo-4.1.1-47.fc6.ppc.rpm
86c90a0c4a00de4254bd89ba3365f6d0b54b379c  ppc/gcc-c++-4.1.1-47.fc6.ppc.rpm
8f29fba777943a0e180ab380e73d0f07286f4f7b  ppc/gcc-java-4.1.1-47.fc6.ppc.rpm
002bd621fae023ac055c9f68a276b0794e8eabc7  ppc/libgomp-4.1.1-47.fc6.ppc.rpm
db1425e66b305ea637e3fd50d0dec8640d617c4f  ppc/libmudflap-devel-4.1.1-47.fc6.ppc.rpm
6d4143b723bbb639b0364476373ea3143ae6905c  ppc/libstdc++-4.1.1-47.fc6.ppc.rpm
0b79312ccbe064332edd8b6cb3a9f20fc235d069  ppc/gcc-gfortran-4.1.1-47.fc6.ppc.rpm
3cad75c78f6f7f72bce23b645e059bcc31f1c440  ppc/gcc-4.1.1-47.fc6.ppc.rpm
ec55c5214eebc3bd9bfcf22666ba1d7e4ba12101  ppc/libobjc-4.1.1-47.fc6.ppc.rpm
638b667a2a7e6afb174786cf4e14e7dbb96eaedc  ppc/libgfortran-4.1.1-47.fc6.ppc.rpm
209c6e4f231c9076f7310913c540437003d5ec41  ppc/libgcj-4.1.1-47.fc6.ppc.rpm
2fe8f9b49b3c183748ae063c6a897a9d3cf7f6f8  ppc/libgcj-src-4.1.1-47.fc6.ppc.rpm
3c82ed4becfc64f68b91ea91ad24c4364e84900b  ppc/libgcj-devel-4.1.1-47.fc6.ppc.rpm
f3f6c0f4f63d2ff01711fd8234e1b3dfd76494f4  ppc/libstdc++-devel-4.1.1-47.fc6.ppc.rpm
f97fa455e875da865c045cc386ac648b2a4639c2  ppc/libgcc-4.1.1-47.fc6.ppc.rpm
13e0e15b7ae5e1a2dd1ab051f52ec2de5a1ac40f  ppc/gcc-objc-4.1.1-47.fc6.ppc.rpm
d206449bc94419e9d45955df2496d68326e2d85e  ppc/cpp-4.1.1-47.fc6.ppc.rpm
a080fb25a7cda504bbfb88868dec8874dcca7b08  ppc/libmudflap-4.1.1-47.fc6.ppc.rpm
db2ad682ae9eddcde88fc98f86864f722d745590  ppc/gcc-objc++-4.1.1-47.fc6.ppc.rpm
45fc4d61457548c01427739df077a993bdd49a14  x86_64/cpp-4.1.1-47.fc6.x86_64.rpm
7a33dc46b1da9e3e52cec4ffcf5b73b09734bc48  x86_64/gcc-c++-4.1.1-47.fc6.x86_64.rpm
d73c61078bc6cba074437eac0282b753414ef17b  x86_64/libgomp-4.1.1-47.fc6.x86_64.rpm
c0b5f0f3dc5def68637192ad58b678ddcc516e90  x86_64/libstdc++-4.1.1-47.fc6.x86_64.rpm
6df2817e6d1c57425954bc6cc20ae9732d88c3e5  x86_64/libgcc-4.1.1-47.fc6.x86_64.rpm
8ea20b56fd33d3f4694f0f7879f553234029334b  x86_64/gcc-4.1.1-47.fc6.x86_64.rpm
48fad9999117027db36e480f5e7f7096914d7a9b  x86_64/libgcj-devel-4.1.1-47.fc6.x86_64.rpm
35c2eec5ba0113380013fa33d4da17b93cce012d  x86_64/gcc-java-4.1.1-47.fc6.x86_64.rpm
dbf72b52d32650beb7b6759104ae3024a0727871  x86_64/libstdc++-devel-4.1.1-47.fc6.x86_64.rpm
774185cf58c990bfa32e28105064d6f2d41b712e  x86_64/gcc-gnat-4.1.1-47.fc6.x86_64.rpm
7a283203caeb4fe6a58d7a1ccd39f1717ffe1598  x86_64/libmudflap-4.1.1-47.fc6.x86_64.rpm
465f8b2c0ec9f3f4fb0e657af270c4d3a928f18a  x86_64/gcc-objc-4.1.1-47.fc6.x86_64.rpm
64494d0bbf5b9f631e874611ae865db31a20a131  x86_64/libobjc-4.1.1-47.fc6.x86_64.rpm
23ba1ac59405df435d7063e3f3b5d3ff6a7e3b04  x86_64/libgcj-src-4.1.1-47.fc6.x86_64.rpm
edb5dad6a56c0bbf355e3cf7742921f72616e160  x86_64/libgcj-4.1.1-47.fc6.x86_64.rpm
8f4b5b0423f9cddbe962a99b5323cf06c46f545e  x86_64/debug/gcc-debuginfo-4.1.1-47.fc6.x86_64.rpm
350b96027fbe0ee1b7fefe4d1b062682ce3bf358  x86_64/libgnat-4.1.1-47.fc6.x86_64.rpm
d20c0283512cc2ba41add1d33fec174f2ce18d67  x86_64/gcc-objc++-4.1.1-47.fc6.x86_64.rpm
7cb432320e2d9e3ce7bf6f3a8377dfaf78ab0788  x86_64/libgfortran-4.1.1-47.fc6.x86_64.rpm
c7d3a50cc9f88fa8d294dbd3b32aa724887540d4  x86_64/gcc-gfortran-4.1.1-47.fc6.x86_64.rpm
5dd9c7f18fbf7a9cb8a56eb571d6042bd488d786  x86_64/libmudflap-devel-4.1.1-47.fc6.x86_64.rpm
20aa60d76734802b0ebf3bcd3e33d2b2ac280fb3  i386/gcc-objc++-4.1.1-47.fc6.i386.rpm
902dd24fe308693a9b165744a08902c628868de2  i386/cpp-4.1.1-47.fc6.i386.rpm
cf8f567eaaa2f5971382f94d32a9cd31fb94e827  i386/gcc-gfortran-4.1.1-47.fc6.i386.rpm
992a7f8547b9df585c08e51a41027d2f2c2de8f0  i386/libobjc-4.1.1-47.fc6.i386.rpm
f6d5ab2309a4e7bf6f3479f27936f1425c9bc6da  i386/libgcc-4.1.1-47.fc6.i386.rpm
ec4e92cc1344388a6e51fb7604c1e122a65891f3  i386/libgfortran-4.1.1-47.fc6.i386.rpm
4f3cacb652975162fbcd4c1488ee724a4694071f  i386/libmudflap-4.1.1-47.fc6.i386.rpm
d78e29e5631889dbc011fc2e3f7b06bbc6afb588  i386/libmudflap-devel-4.1.1-47.fc6.i386.rpm
4ef50c08b86e680027f8bf40cb8cc986f8128078  i386/libgcj-4.1.1-47.fc6.i386.rpm
d199b04b8de0c3bc6f71f25f7d22dccc0ada6b0a  i386/libstdc++-4.1.1-47.fc6.i386.rpm
c5caafe7e7b2e59043ef0c543356c160872122b4  i386/libgomp-4.1.1-47.fc6.i386.rpm
d8c4e0f4924f2ebf0a13c0d3f0bdb659a8785089  i386/libstdc++-devel-4.1.1-47.fc6.i386.rpm
2339dd7fd39d116f249d67c61e21b85211087d8f  i386/debug/gcc-debuginfo-4.1.1-47.fc6.i386.rpm
9da8cab04f22164ed635962ad092753af79f7030  i386/gcc-gnat-4.1.1-47.fc6.i386.rpm
87cf43a39a25e1646d8de717ab59295cd9193f71  i386/libgnat-4.1.1-47.fc6.i386.rpm
232a2a2e1eb0db47a8394b0ec93028b5a8589087  i386/gcc-c++-4.1.1-47.fc6.i386.rpm
0dfe38b069ffcac12484a6cd0e04586a978921aa  i386/gcc-4.1.1-47.fc6.i386.rpm
1302e95d1128f47ba6416910c5270ed67207e614  i386/libgcj-devel-4.1.1-47.fc6.i386.rpm
83be2017bf0f9614ed3be1aa07682dc8f911ac4c  i386/libgcj-src-4.1.1-47.fc6.i386.rpm
afc804efc465e5ae296a7d44085be483067e75ca  i386/gcc-objc-4.1.1-47.fc6.i386.rpm
fe9ede25b628aa77c491db6ecdb36cbb9029455c  i386/gcc-java-4.1.1-47.fc6.i386.rpm

This update can be installed with the 'yum' update program.  Use 'yum update
package-name' at the command line.  For more information, refer to 'Managing
Software with yum,' available at http://fedora.redhat.com/docs/yum/.
---------------------------------------------------------------------




More information about the test mailing list