Fedora Core 5 Update: gcc-4.1.1-51.fc5

Jakub Jelinek jakub at redhat.com
Fri Jan 26 16:59:57 UTC 2007


---------------------------------------------------------------------
Fedora Update Notification
FEDORA-2007-039
2007-01-26
---------------------------------------------------------------------

Product     : Fedora Core 5
Name        : gcc
Version     : 4.1.1
Release     : 51.fc5
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.

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

* Mon Jan  8 2007 Jakub Jelinek <jakub at redhat.com> 4.1.1-51.fc5
- update from gcc-4_1-branch (-r120325:120507)
  - PRs c++/30382, middle-end/27826, middle-end/28116,
	tree-optimization/30212
* Thu Jan  4 2007 Jakub Jelinek <jakub at redhat.com> 4.1.1-51
- fix complex division with -std=c99 or -std=gnu99 (PR c/30360)
* Wed Jan  3 2007 Jakub Jelinek <jakub at redhat.com> 4.1.1-50
- fix preprocessor defines in assembly preprocessed with -std=...
  (Steven Bosscher, PR c/25993)
- fix PCH creation with templates (Jason Merrill, PR c++/28217)
- fix dwarf2out ICE (Alexandre Oliva, #217529, PR debug/30189)
* Tue Jan  2 2007 Jakub Jelinek <jakub at redhat.com> 4.1.1-49
- update from gcc-4_1-branch (-r120062:120325)
  - PRs debug/26964, fortran/30200, libfortran/30145
- fix endless recursion in negate_expr/fold_unary (PR middle-end/30286)
- fix cpp problem on empty source files (Tom Tromey, PR preprocessor/30001)
- improve constructor disambiguation (Mark Mitchell, PR c++/28261,
  PR c++/29535)
- fix handling of non-NULL attribute on nested functions (Andrew Pinski,
  PR tree-opt/30045)
- fix ICE with friend templatized static member function (PR c++/29054)
* Wed Dec 20 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-48
- update from gcc-4_1-branch (-r119833:120062)
  - PRs libstdc++/11953
- 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 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 # <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
* 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)
* Wed Oct 11 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-30
- update from gcc-4_1-branch (-r117464:117629)
  - PRs c++/28302, c++/28349, c++/28450, c++/29002, libstdc++/29095,
	libstdc++/29354, libstdc++/29368, target/28490
- fix gnu.xml.transform.TransformerImpl (Tom Tromey, #208854,
  PR classpath/29362)
* Fri Oct  6 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-29
- update from gcc-4_1-branch (-r117266:117464)
  - PRs bootstrap/26764, bootstrap/27334, c++/29080, c++/29138, c++/29226,
	c/27489, c/27490, debug/28980, fortran/18791, libfortran/18791,
	middle-end/28862, objc/29195, other/25035, tree-opt/28952
  - fix s390{,x} address legitimization with TLS symbols (Angel Nunez
    Mencias)
- fix -fno-automatic with Fortran auto arrays with non-constant size
  (#203928, PR fortran/28415)
- fix char and short __sync_fetch_and_XXX (PR target/28924)
- fix emitting of vector constants with incomplete initializers (PR c/29091)
- fix ICE with multiple exit loop and -ftree-loop-linear
  (#208935, PR tree-optimization/29290)
* Sat Sep 30 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-28
- fix i386/x86_64 legitimize_pic_address with TLS symbols (PR target/29198)
- fix gimplification of post-increment with side-effects on the inner
  expression (PR c/29154)
* Thu Sep 28 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-27
- update from gcc-4_1-branch (-r117225:117266)
  - PR target/29230
- restrict single entry mem{{,p}cpy,move,set} optimization to vars
  and components thereof (PR middle-end/29272)
* Tue Sep 26 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-26
- update from gcc-4_1-branch (-r117162:117225)
  - PRs classpath/28661, libgcj/29178, libstdc++/29179, libstdc++/29224
  - fix unwind info generation, broken in gcc-4.1.1-21
    (Roger Sayle, PR debug/29132)
* Sat Sep 23 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-25
- update from gcc-4_1-branch (-r117069:117162)
  - PRs c++/28996, c++/29087, middle-end/26983
- fix -fprofile-use with anonymous namespaces (Jan Hubicka, PRs profile/20815,
  profile/26399)
- fix #pragma omp parallel and #pragma omp section that call nested
  functions (PRs middle-end/25261, middle-end/28790)
* Wed Sep 20 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-24
- update from gcc-4_1-branch (-r117000:117069)
  - PRs fortran/21918, fortran/28526, fortran/28817, fortran/29060,
	fortran/29101, middle-end/27226, middle-end/4520,
	tree-optimization/28900
- add support for Fortran OpenMP conditional inclusion (PR fortran/29097)
- add some -D_FORTIFY_SOURCE compile time strncat buffer overflow checks
* Sun Sep 17 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-23
- update from gcc-4_1-branch (-r116958:117000)
  - PRs fortran/29051, target/28946
- fix single entry mem{{,p}cpy,move,set} optimization (Andrew Pinski,
  PR tree-opt/29059)
* Fri Sep 15 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-22
- update from gcc-4_1-branch (-r116778:116958)
  - PRs ada/21952, ada/29025, c++/26957, fortran/28890, fortran/28923,
	fortran/28959, libfortran/28890, libfortran/28923, libfortran/28947,
	middle-end/28493, other/23541, other/26507, rtl-optimization/28243,
	rtl-optimization/28634, rtl-optimization/28636, rtl-optimization/28726,
	target/13685, target/26504, target/27537, target/27681, target/28621,
	target/29006, testsuite/28950, testsuite/29007
- fix #pragma omp atomic (PR middle-end/28046)
- speed up dominance frontiers calculation (Jan Hubicka)
- fix gcc-gfortran %doc (#206333)
- fix gcc-debuginfo (#205500)
* Fri Sep  8 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-21
- update from gcc-4_1-branch (-r116498:116778)
  - PRs c++/19809, c++/26102, c++/26195, c++/26571, c++/26670, c++/26671,
	c++/26696, c++/26917, c++/28860, c++/28878, c++/28886, fortran/20067,
	fortran/24866, fortran/25077, fortran/25102, fortran/28005,
	fortran/28873, fortran/28885, fortran/28908, libfortran/28005,
	middle-end/27724, middle-end/28814, other/22313,
	rtl-optimization/27616, rtl-optimization/28386, target/24367
- add primitive class object symbols to libgcj_bc.so (Tom Tromey,
  PR libgcj/28698)
- optimize single entry memcpy/mempcpy/memmove/memset already at the tree
  level (PR middle-end/27567)
- add dependencies to *-devel subpackages, so that e.g. ppc64
  libstdc++-devel requires 64-bit libstdc++, similarly for libgcj-devel
  and libgcj/zlib-devel
* Fri Aug 25 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-20
- update from gcc-4_1-branch (-r116389:116498)
  - PRs c++/28056, c++/28058, c++/28595, c++/28853, c/27558,
	c/27893, c/28299, c/28418, driver/27622, libfortran/28452,
	libfortran/28542, target/27075
- optimize A / (B << N) where A and B is positive and B is a power of two
  (Alan Modra, #195924, PR rtl-optimization/26026)
- fix attribute handling in C++ (Jason Merrill, #204277, #204035,
  PRs c++/28659, c++/28863)
* Fri Aug 25 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-19
- update from gcc-4_1-branch (-r116223:116389)
  - PRs c++/23372, c++/27714, c++/28346, c++/28385, fortran/18111,
	fortran/20886, fortran/25217, fortran/25828, fortran/28425,
	fortran/28496, fortran/28601, fortran/28630, fortran/28660,
	fortran/28735, fortran/28762, fortran/28771, fortran/28788,
	libstdc++/28765, target/27565
- fix ICE in add_reg_br_prob_note (PR middle-end/28683)
* Fri Aug 18 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-18
- update from gcc-4_1-branch (-r116176:116223)
  - PRs c++/28593, c++/28606, c++/28710, c/27697, middle-end/20256,
	middle-end/25211, middle-end/26435
- don't waste .rodata space when copying from const array with large
  entries (PR middle-end/28755)
- fix --combine with anonymous structures in unions (Alexandre Oliva,
  PR c/27898)
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
  (#203001)
* Wed Aug 16 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-17
- update from gcc-4_1-branch (-r116082:116176)
  - PRs c++/27894, c++/28677, c/28649, middle-end/28075,
	rtl-optimization/23454
- merge gomp fixes from the trunk (-r116152:116154)
  - PRs middle-end/28713, middle-end/28724
- add -march=geode and -mtune=geode support (Vlad Makarov)
- use %gs rather than %fs register on x86_64 with
  -mcmodel=kernel -fstack-protector (Arjan van de Ven, #202842)
- don't create jar manifest in libgcj-tools-4.*.jar (#200887)
- externally_visible attribute fixes (Jan Hubicka, PRs c/25795, c++/27369)
- --combine fixes for aggregates with attributes (PRs c/28706, c/28712)
- further externally_visible attr fixes (PR c/28744)
- fix invalid token pasting error message (PR preprocessor/28709)
- obey OpenMP 2.5 chapter 4 env var requirements (whitespace rules
  and case insensitivity in the env vars; PR libgomp/28725)
- fix OPT_FLAGS on sparc
* Sat Aug 12 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-16
- fix multilib conflict in libgcj-tools-4.1.1.jar (#200887)
* Fri Aug 11 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-15
- update from gcc-4_1-branch (-r115877:116082)
  - PRs c++/27508, c++/28148, c++/28250, c++/28256, c++/28257, c++/28259,
	c++/28267, c++/28274, c++/28347, c++/28432, c++/28557, c++/28594,
	c++/28637, c++/28638, c++/28639, c++/28640, c++/28641, c/27721,
	c/28136, fortran/27981, fortran/28548, fortran/28590,
	middle-end/28651, rtl-optimization/27291, rtl-optimization/28221,
	target/27566, target/27827
- fix Fortran ICE with nested function (Paul Thomas, #200618,
  PR fortran/28600)
* Wed Aug  2 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-14
- update from gcc-4_1-branch (-r115644:115877)
  - PRs c++/27572, c++/27668, c++/27962, c++/28025, c++/28258, c++/28523,
	debug/25468, fortran/20892, fortran/27874, fortran/28129,
	fortran/28439, libgfortran/28335, libgfortran/28339,
	middle-end/28402, middle-end/28403, middle-end/28473,
	target/27287, target/28247, tree-optimization/26719,
	tree-optimization/27639, tree-optimization/27795,
	tree-optimization/28029, tree-optimization/28238
- BuildRequire firefox-devel instead of mozilla-devel
* Tue Jul 25 2006 Alexandre Oliva <aoliva at redhat.com> 4.1.1-13
- backport fix by Andrew Haley for build problems related with the
  bootstrap ClassLoader
* Mon Jul 24 2006 Alexandre Oliva <aoliva at redhat.com> 4.1.1-12
- backport fix by Mark Wielaard for NullPointerException in GCJ web plugin
* Fri Jul 21 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-11
- update from gcc-4_1-branch (-r115565:115644)
  - PRs target/27363, c++/27495, c++/28048, c++/28235, c++/28337, c++/28338,
	c++/28363, middle-end/28283
* Tue Jul 18 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-9
- update from gcc-4_1-branch (-r115330:115565)
  - PRs c++/28016, c++/28051, c++/28249, c++/28291, c++/28294, c++/28304,
	c++/28343, c/26993, c/28286, fortran/20844, fortran/20893,
	fortran/20903, fortran/25097, fortran/27980, fortran/28201,
	fortran/28353, fortran/28384, libstdc++/27878,
	tree-optimization/19505, tree-optimization/28162,
	tree-optimization/28187
- fix directory traversal issue in fastjar (Richard Guenther, CVE-2006-3619,
  PR fastjar/28359)
- fix ICE on complex assignment in nested fn (Richard Henderson,
  PR middle-end/27889)
- fix __builtin_constant_p in initializers (Mark Shinwell, #198849)
- fix tree verification - IDENTIFIER_NODE can be shared (Diego Novillo)
- fix duplicate_eh_regions
- handle > 99 tree dumps in the testsuite
* Sat Jul 15 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-8
- fix handling of C++ template static data members in anonymous namespace
  (PR c++/28370)
- fix Fortran OpenMP handling of !$omp parallel do with lastprivate on the
  iteration variable (PR fortran/28390)
- backported reassociation pass rewrite (Daniel Berlin, Jeff Law,
  Roger Sayle, Peter Bergner, PRs ada/24994, tree-optimization/26854)
- BuildReq sharutils for uuencode
* Tue Jul 11 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-7
- update from gcc-4_1-branch (-r115058:115330)
  - PRs c++/13983, c++/17519, c++/18681, c++/18698, c++/26577, c++/27019,
	c++/27424, c++/27768, c++/27820, c++/28114, fortran/23420,
	fortran/23862, fortran/24748, fortran/26801, fortran/27965,
	fortran/28081, fortran/28094, fortran/28167, fortran/28174,
	fortran/28213, fortran/28237, middle-end/27428, target/28084,
	target/28207, tree-optimization/28218
- fix ppc insvdi_internal2/3 (David Edelsohn, Alan Modra, #197755,
  PR target/28170)
- avoid TFmode PRE_INC/PRE_DEC on ppc (David Edelsohn, PR target/28150)
* Thu Jun 29 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-6
- update from gcc-4_1-branch (-r114766:115058)
  - PRs c++/27821, c++/28109, c++/28110, c++/28112, fortran/16206,
	fortran/18769, fortran/19310, fortran/19904, fortran/20867,
	fortran/20874, fortran/20876, fortran/22038, fortran/25049,
	fortran/25050, fortran/25056, fortran/25073, fortran/27554,
	fortran/27715, fortran/27784, fortran/27895, fortran/27958,
	fortran/28118, fortran/28119, libfortran/27784, libfortran/27895,
	libgcj/28178, middle-end/28045, middle-end/28151, target/27082,
	target/27861, tree-optimization/27781
- fix a reload problem that lead sometimes to writes to read-only objects
  (Bernd Schmidt, #196736, PR middle-end/26991, PR rtl-optimization/25636)
- ppc -mcpu=power6 initial support (Pete Steinmetz, #195924)
* Tue Jun 20 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-5
- fix C++ #pragma omp atomic (Mark Mitchell)
* Mon Jun 19 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-4
- update from gcc-4_1-branch (-r114555:114766)
  - PRs bootstrap/22541, c++/21210, c++/26559, c++/27227, c++/27648,
	c++/27665, c++/27666, c++/27689, c++/27884, c++/27933, c++/27951,
	fortran/27786, java/28024, middle-end/27733, middle-end/27802,
	target/27858, tree-optimization/27830
- merge gomp changes from the trunk (-r114642:114643)
  - PR libgomp/28008
- fix -fmerge-all-constants
- fix #pragma omp critical handling if not --enable-linux-futex
* Tue Jun 13 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-3
- add BuildRequires for elfutils-devel on ia64
- fix a reload bug visible on s390x (Andreas Krebbel, #193912,
  PR middle-end/27959)
* Mon Jun 12 2006 Jakub Jelinek <jakub at redhat.com> 4.1.1-2
- update from gcc-4_1-branch (-r114107:114555)
  - PRs ada/27769, c++/20173, c++/26068, c++/26433, c++/26496, c++/27177,
	c++/27385, c++/27447, c++/27451, c++/27601, c++/27713, c++/27716,
	c++/27722, c++/27801, c++/27806, c++/27807, c++/27819, c/25161,
	c/26818, c/27020, c/27718, fortran/14067, fortran/16943,
	fortran/18003, fortran/19015, fortran/19777, fortran/20839,
	fortran/20877, fortran/23091, fortran/23151, fortran/24168,
	fortran/24558, fortran/25047, fortran/25058, fortran/25082,
	fortran/25090, fortran/25098, fortran/25147, fortran/25746,
	fortran/26551, fortran/27155, fortran/27320, fortran/27411,
	fortran/27449, fortran/27470, fortran/27524, fortran/27552,
	fortran/27584, fortran/27613, fortran/27655, fortran/27662,
	fortran/27709, fortran/27897, libgcj/26483, libgfortran/24459,
	libgfortran/27757, middle-end/27743, middle-end/27793,
	target/25758, target/26223, target/27790, target/27842,
	testsuite/27705, tree-optimization/26242, tree-optimization/26622
- merge gomp changes from the trunk (-r114518:114520 and -r114524:114525)
  - PRs preprocessor/27746, c/27747, c++/27748, fortran/27916
- don't generate decls with the same DECL_UID in C++ FE (PR middle-end/27793)

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

82b2655f1170ae1d75b78f0fd43d838bff65f1b4  SRPMS/gcc-4.1.1-51.fc5.src.rpm
82b2655f1170ae1d75b78f0fd43d838bff65f1b4  noarch/gcc-4.1.1-51.fc5.src.rpm
18bd682bfa0caa056489a168e10ba9c246095fb7  ppc/libstdc++-4.1.1-51.fc5.ppc.rpm
853b88ba6d9c5be146f052ce78c92c7d2d367231  ppc/libgcc-4.1.1-51.fc5.ppc.rpm
dc0c6346c69135a46c3ab0ac9724e9a18616ec84  ppc/gcc-java-4.1.1-51.fc5.ppc.rpm
11d74bfe57a443db2cd2b98dacee43ff1b1ea41f  ppc/libgcj-4.1.1-51.fc5.ppc.rpm
9815025a871bfe824bcc1f47a963894dcb421cba  ppc/gcc-objc-4.1.1-51.fc5.ppc.rpm
3eaab0079cc3b3441df5a94423279560fe8171e1  ppc/libmudflap-devel-4.1.1-51.fc5.ppc.rpm
3e7460ab9980604ff7a3679b333c17881366aee1  ppc/libgomp-4.1.1-51.fc5.ppc.rpm
a06dd4f0e181a6162b19c7d762ddd45e4cf36be0  ppc/gcc-gfortran-4.1.1-51.fc5.ppc.rpm
19470378acfff4e0c9a3d71e8e987fe56ec2e9cd  ppc/gcc-c++-4.1.1-51.fc5.ppc.rpm
d2a83d37436f6bcdc48ff28af245bf14d018460d  ppc/libgcj-devel-4.1.1-51.fc5.ppc.rpm
3c513eb20c01a54cc682a70b598f3ff6d7e81e98  ppc/libstdc++-devel-4.1.1-51.fc5.ppc.rpm
867b8301d110ccb93d7b591a1eed18a17f4aa523  ppc/libobjc-4.1.1-51.fc5.ppc.rpm
d41b221a1d255414c70c416426a1b24c862f12cd  ppc/cpp-4.1.1-51.fc5.ppc.rpm
7ef6c4074e0e48c8e1085e188d1afdb5e9fdfe3c  ppc/debug/gcc-debuginfo-4.1.1-51.fc5.ppc.rpm
f37bf553c2616a2067d34e765aebc7e28024ed64  ppc/gcc-4.1.1-51.fc5.ppc.rpm
3ae2843dc757dcec7a92c23a9811dbdcc22c8250  ppc/gcc-objc++-4.1.1-51.fc5.ppc.rpm
bf351118052068f656e924704ac80c167aa684cc  ppc/libgfortran-4.1.1-51.fc5.ppc.rpm
ff819bdab35354db6fed2ec451c57fdb9e11bc03  ppc/libmudflap-4.1.1-51.fc5.ppc.rpm
2d528b744f552b7749bad2866c1f720fc092e9aa  ppc/libgcj-src-4.1.1-51.fc5.ppc.rpm
01ae3944bb24ee7d344c8c9f7bae14e11f0a6bc0  x86_64/gcc-4.1.1-51.fc5.x86_64.rpm
f49aaa9bbfa2b9daf2122b63685895c6baf77091  x86_64/libmudflap-devel-4.1.1-51.fc5.x86_64.rpm
df30e8943156a573bcd1001d114770d8d24bfd64  x86_64/gcc-c++-4.1.1-51.fc5.x86_64.rpm
2e374e7a7d98e3a76ba5f421722d2313e872bb1d  x86_64/libgcj-devel-4.1.1-51.fc5.x86_64.rpm
b3deb86ab8d76eb40e1aea8df55d235a29da54e6  x86_64/libgomp-4.1.1-51.fc5.x86_64.rpm
42ddfa83b33096e2b65b3f4ed14702c6549418cf  x86_64/gcc-gfortran-4.1.1-51.fc5.x86_64.rpm
5896a506bba7faa45fa1d3bf80cb73e5bed39fd6  x86_64/libobjc-4.1.1-51.fc5.x86_64.rpm
ef1a32abc8c72241edb567bb3921a1a6005dae31  x86_64/gcc-objc++-4.1.1-51.fc5.x86_64.rpm
c0571378c429f299124344e86808b181ee946ca6  x86_64/libgcj-src-4.1.1-51.fc5.x86_64.rpm
4ee3b532c8f5bfce11b0939c95ffacca058331be  x86_64/gcc-objc-4.1.1-51.fc5.x86_64.rpm
d4d91995fe2baa59bb7c1c6db25de5ad7b3e9e4f  x86_64/libmudflap-4.1.1-51.fc5.x86_64.rpm
62396e425c97d952064f75ae612946cda5f05851  x86_64/gcc-java-4.1.1-51.fc5.x86_64.rpm
64553d3e18bdd6c3a24c164e7dc320ae57c76a08  x86_64/libstdc++-devel-4.1.1-51.fc5.x86_64.rpm
b8c2086652af5698c2d701e256f1188d67d3eadf  x86_64/gcc-gnat-4.1.1-51.fc5.x86_64.rpm
bd0726c05c7d381d3331e86b0b1564cc4b162c25  x86_64/libstdc++-4.1.1-51.fc5.x86_64.rpm
9acfa1283b4e7d82e94e00b64bfb4e9c64fb52f0  x86_64/libgnat-4.1.1-51.fc5.x86_64.rpm
106a784fe91cf2bdd09f416f9db7d7f237bf20f4  x86_64/debug/gcc-debuginfo-4.1.1-51.fc5.x86_64.rpm
e9c0506f70d1c64ef1dd8978da62ece2df2744b6  x86_64/libgcc-4.1.1-51.fc5.x86_64.rpm
1ab55ad743a8fbc31037fe6856c628828e4bc222  x86_64/libgcj-4.1.1-51.fc5.x86_64.rpm
0e63cffa34683a98d2876f10f138ff0ed06390ed  x86_64/libgfortran-4.1.1-51.fc5.x86_64.rpm
cb067bf9b792b35ee0f374b45095324c4b28d5da  x86_64/cpp-4.1.1-51.fc5.x86_64.rpm
736632f0cb736ed6ad2c4a29cbcb42938c4e845b  i386/gcc-objc-4.1.1-51.fc5.i386.rpm
a0f99c3066658bcbfbcf0e6883731a85a085e909  i386/debug/gcc-debuginfo-4.1.1-51.fc5.i386.rpm
26f551454494df3b1bf3336adde419bf7cc74243  i386/libgnat-4.1.1-51.fc5.i386.rpm
e96b75b951f3f1a894c511aefe44fd65d05a234f  i386/gcc-gnat-4.1.1-51.fc5.i386.rpm
8effa98e98d68430429b7281bd6d8717c8e5e0a7  i386/gcc-c++-4.1.1-51.fc5.i386.rpm
47c8d757c1e2f4bdb4eae6530e2b2de5341ed99c  i386/libmudflap-4.1.1-51.fc5.i386.rpm
e6e0badadf59591f4538622b09fa9d62426c0a95  i386/gcc-java-4.1.1-51.fc5.i386.rpm
4a10d2cacf12d49976deb2eb45d03ee031f0af0b  i386/libstdc++-4.1.1-51.fc5.i386.rpm
abb46bc62bbe3a787489add6b051c8ed6b4a3b6b  i386/libobjc-4.1.1-51.fc5.i386.rpm
b2fc2e6ba5f8860350c0d3ec48aad428ffb5345a  i386/gcc-4.1.1-51.fc5.i386.rpm
91fb810a6ba9ce6ff8795f1de698146f9b40ef35  i386/libgfortran-4.1.1-51.fc5.i386.rpm
74616fb71ad0b8e96fd1f70cd54456e3162e2eae  i386/libmudflap-devel-4.1.1-51.fc5.i386.rpm
564f2ffc7264ab7b765fd4b7d98a2005edf433d6  i386/libgcj-src-4.1.1-51.fc5.i386.rpm
3788eafef688a91e1f12266eae7544814c17c247  i386/libgcj-devel-4.1.1-51.fc5.i386.rpm
13a6d585d4dd4cfa17e5e5cf18cb7777a91ed8b9  i386/libstdc++-devel-4.1.1-51.fc5.i386.rpm
98635e5c7c77fdb0d4d4ae3a6ba1573e7201e565  i386/libgomp-4.1.1-51.fc5.i386.rpm
c862011cad11bd700b3a3d27a048e5685731326a  i386/gcc-gfortran-4.1.1-51.fc5.i386.rpm
abc9cf63faf0553a0e6a27bc49e90648737ae40d  i386/libgcj-4.1.1-51.fc5.i386.rpm
93e9db634639461e2193fd3fd9e56e9bdbb36aee  i386/gcc-objc++-4.1.1-51.fc5.i386.rpm
031ae19624d1995026480e96253010b88b833635  i386/libgcc-4.1.1-51.fc5.i386.rpm
ad533f684f69ba1a0b8d9fa1f05d71de7afbe388  i386/cpp-4.1.1-51.fc5.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 package-announce mailing list