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

Jakub Jelinek jakub at redhat.com
Wed Jan 10 15:59:00 UTC 2007


---------------------------------------------------------------------
Fedora Test Update Notification
FEDORA-2007-039
2007-01-10
---------------------------------------------------------------------

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/testing/5/

1a3a15e031444339a0ccd21ba7bab3333e9d89d2  SRPMS/gcc-4.1.1-51.fc5.src.rpm
1a3a15e031444339a0ccd21ba7bab3333e9d89d2  noarch/gcc-4.1.1-51.fc5.src.rpm
4c96825ff4cbecf3fccbd49918bf3a6deae545b0  ppc/libstdc++-4.1.1-51.fc5.ppc.rpm
a835d50e97ef0a39f97dd82009adce689ab7a981  ppc/libgcc-4.1.1-51.fc5.ppc.rpm
c00a34b1b7caad6d6b1d35483f678c8641902ef2  ppc/gcc-java-4.1.1-51.fc5.ppc.rpm
db7aadcd7a2890e72bbccfc13da32d4bd59d542a  ppc/libgcj-4.1.1-51.fc5.ppc.rpm
ff9edea3d39319c1c46e94c4f2894767578aa1a4  ppc/gcc-objc-4.1.1-51.fc5.ppc.rpm
2a58e4112ae809ce0885e26392a6c5a601c85437  ppc/libmudflap-devel-4.1.1-51.fc5.ppc.rpm
1c2120d581d35f41c285182fe40add2bb22fde41  ppc/libgomp-4.1.1-51.fc5.ppc.rpm
441f8b09840e716ca38eeacffb791e1f7c32c0ea  ppc/gcc-gfortran-4.1.1-51.fc5.ppc.rpm
8a0866c04715bf1835408db1916c6a17e687e84a  ppc/gcc-c++-4.1.1-51.fc5.ppc.rpm
bfd09ad4f28f66099c981ec9f77e8fb0c16bf5d2  ppc/libgcj-devel-4.1.1-51.fc5.ppc.rpm
750bc0c9f78a62eba3c479abb9a5a2e223919d9f  ppc/libstdc++-devel-4.1.1-51.fc5.ppc.rpm
922c9b6449f2c9ec6249c36f1be7b92d5ca1a9f6  ppc/libobjc-4.1.1-51.fc5.ppc.rpm
78b0b3ed13c14397fa7f5de7f837771fa2a77799  ppc/cpp-4.1.1-51.fc5.ppc.rpm
765ef519c1d848023f88e6cf0bba2d1a5f2e52ce  ppc/debug/gcc-debuginfo-4.1.1-51.fc5.ppc.rpm
02e8ee0e67e69941fc8fcfd462c5c319ef395d2d  ppc/gcc-4.1.1-51.fc5.ppc.rpm
fd8eb16e7c540afe3e0742d591e6ae5e969f3146  ppc/gcc-objc++-4.1.1-51.fc5.ppc.rpm
aab619796c3c32aaade6d6e47cf6b250e88eedfa  ppc/libgfortran-4.1.1-51.fc5.ppc.rpm
43dc47b4272e43629ad02c712b8c1001359f6560  ppc/libmudflap-4.1.1-51.fc5.ppc.rpm
ef47771bf37b6f5e16bc8b0d577f4c5e842983a4  ppc/libgcj-src-4.1.1-51.fc5.ppc.rpm
35a7f0cc598cd967a36dd2461b8e82ac58ba6a2d  x86_64/gcc-4.1.1-51.fc5.x86_64.rpm
76f5143979c8f7758d8af588430125ef0373f58e  x86_64/libmudflap-devel-4.1.1-51.fc5.x86_64.rpm
88cbb72e5c98d46dcacdf4fd19531024a146e50f  x86_64/gcc-c++-4.1.1-51.fc5.x86_64.rpm
8bbcafd34c658b5ba4e764a7038449a62387537e  x86_64/libgcj-devel-4.1.1-51.fc5.x86_64.rpm
e676bbe6bf683122b6da321e5ce69905d42b3474  x86_64/libgomp-4.1.1-51.fc5.x86_64.rpm
a793164f3826bfc1c4c5348d0e254756c1e16a72  x86_64/gcc-gfortran-4.1.1-51.fc5.x86_64.rpm
9997ab588d28f1608767a806df040834d8dee991  x86_64/libobjc-4.1.1-51.fc5.x86_64.rpm
f63281ad0406085334535098352a6381d5493692  x86_64/gcc-objc++-4.1.1-51.fc5.x86_64.rpm
3b3eb576d962a4b65704c5590f8b80d4cf635170  x86_64/libgcj-src-4.1.1-51.fc5.x86_64.rpm
0fae1e0c80c0089f09d20040e162eea0c8e70bfd  x86_64/gcc-objc-4.1.1-51.fc5.x86_64.rpm
2b37092a962d9f8301b78469cc49dd184772f5a5  x86_64/libmudflap-4.1.1-51.fc5.x86_64.rpm
463a1faf2279f1014c065659b4b69216fa0db08c  x86_64/gcc-java-4.1.1-51.fc5.x86_64.rpm
81ae2e6c3474a6e8db6f8e23b68b726e22f91b29  x86_64/libstdc++-devel-4.1.1-51.fc5.x86_64.rpm
7783c603e80e5a30505512810a83dc493b0a8342  x86_64/gcc-gnat-4.1.1-51.fc5.x86_64.rpm
241d128f731dea21829ce534880bfd77350c2d91  x86_64/libstdc++-4.1.1-51.fc5.x86_64.rpm
90912c14e34b3560da46bb5fc4794fec6fde8d29  x86_64/libgnat-4.1.1-51.fc5.x86_64.rpm
7de7bf0da2c096dd4754832b19a200cbf3b68fdf  x86_64/debug/gcc-debuginfo-4.1.1-51.fc5.x86_64.rpm
a660de3cba994d219b68e1c7390b8d5b542972f7  x86_64/libgcc-4.1.1-51.fc5.x86_64.rpm
042f093c8dce782f5f29a47125379817d9712d16  x86_64/libgcj-4.1.1-51.fc5.x86_64.rpm
c9086b3b353fcf3b3f7c3e7c822bff1e087a7c6b  x86_64/libgfortran-4.1.1-51.fc5.x86_64.rpm
94b4a893413f985ffaa93664f40ad4016921c148  x86_64/cpp-4.1.1-51.fc5.x86_64.rpm
31387f5c84a4d668712ada13d9ae2dc4dc438fba  i386/gcc-objc-4.1.1-51.fc5.i386.rpm
60cdf87a764363939c4845f524073f5a54bffbb8  i386/debug/gcc-debuginfo-4.1.1-51.fc5.i386.rpm
5797d8397ed79e693351012639d4c0f6ce1cf069  i386/libgnat-4.1.1-51.fc5.i386.rpm
d22d56083adcdf61dad4aae400c0a84e91a7c288  i386/gcc-gnat-4.1.1-51.fc5.i386.rpm
74e962eca7a474170e1c5f7fd797e1e23301c615  i386/gcc-c++-4.1.1-51.fc5.i386.rpm
9a2d1ec0fd01da8b4edb157531903ed86c489015  i386/libmudflap-4.1.1-51.fc5.i386.rpm
b481106908583c94d6ccbfc91411a8e61bd86b4e  i386/gcc-java-4.1.1-51.fc5.i386.rpm
f86c0aff3e946c2cf34194d6326bfd10a46b7c9e  i386/libstdc++-4.1.1-51.fc5.i386.rpm
e421c7beb90bc01c1cc1246d64ce92240e054cad  i386/libobjc-4.1.1-51.fc5.i386.rpm
c8b6c865224ef139d1293b0fa7c63751ec26c90a  i386/gcc-4.1.1-51.fc5.i386.rpm
2b944c777ec900787b237932bc1417e65eb1074d  i386/libgfortran-4.1.1-51.fc5.i386.rpm
7d5e7040233f99e1ebc4bb2b384000497922a8eb  i386/libmudflap-devel-4.1.1-51.fc5.i386.rpm
8b26fa847a3b6fc5a7c50df292955f48ff7a0c67  i386/libgcj-src-4.1.1-51.fc5.i386.rpm
0aa9573bdbd7dca9fd98a65c6276124272d52138  i386/libgcj-devel-4.1.1-51.fc5.i386.rpm
9717056dcfeae0155ed2bb3faa0edd415a4e92df  i386/libstdc++-devel-4.1.1-51.fc5.i386.rpm
8932004fe02f0591125e6d569644e1506784df8a  i386/libgomp-4.1.1-51.fc5.i386.rpm
b79455c18aa04ab792c2ed69e9641d8bd7c3fc03  i386/gcc-gfortran-4.1.1-51.fc5.i386.rpm
f5a2fc061ba8b229c411008732fbdca2667a8ebc  i386/libgcj-4.1.1-51.fc5.i386.rpm
1ff6ce08a1c32634b8b246188c55fad21c706fb3  i386/gcc-objc++-4.1.1-51.fc5.i386.rpm
1022915954c4794e80df71c1b9a8e7e9191f4fa2  i386/libgcc-4.1.1-51.fc5.i386.rpm
288c0fd19a2bdf751e9dfcfce7a5ca2c1155c3e8  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 fedora-test-list mailing list