Fedora Core 5 Test Update: gcc-4.1.0-19.fc5

Jakub Jelinek jakub at redhat.com
Wed May 17 22:02:08 UTC 2006


---------------------------------------------------------------------
Fedora Test Update Notification
FEDORA-2006-531
2006-05-17
---------------------------------------------------------------------

Product     : Fedora Core 5
Name        : gcc
Version     : 4.1.0                      
Release     : 19.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.

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

* Wed May 17 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-19.fc5
- update from gcc-4_1-branch (-r113785:113848)
  - PRs c++/26757, c++/27339, c++/27491, driver/26885, rtl-optimization/14261,
	target/26600, tree-optimization/27603
- merge gomp changes from the trunk (-r113513:113514, -r113821:113823 and
  -r113845:113846)
  - PRs middle-end/27415, middle-end/27573
- optimize handling of large CONSTRUCTORs (Bernd Schmidt,
  PR middle-end/27620)
* Mon May 15 2006 Jakub Jelinek <jakub at redhat.com> 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 at redhat.com> 4.1.0-17
- make -mtune=z9-109 the default on s390{,x} (#184630)
* Sat May 13 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-16
- update from gcc-4_1-branch (-r113637:113722)
  - PRs bootstrap/26872, c++/27547, fortran/20460, fortran/24549,
	middle-end/27384, middle-end/27488, target/26545, target/27158
- fix libgcj.pc location and content on x86_64, ppc64 and s390x (#185230)
- make __dso_handle const, so that it is added into .data.rel.ro section
  in shared libraries
- fix a typo in __builtin_object_size computation (Richard Guenther,
  PR tree-optimization/27532)
- fix ICE on -O0 -g if static local variables are in unreachable code blocks
  (Jan Hubicka, PR debug/26881)
- fix ICEs with conflicts across abnormal edges (Zdenek Dvorak,
  PRs tree-optimization/27283, tree-optimization/27548,
  tree-optimization/27549)
- warn about OpenMP section 2.9 region nesting violations
- fix OpenMP fortran array REDUCTION with -fbounds-check (PR fortran/27446)
- fix OpenMP {{FIRST,LAST}PRIVATE,REDUCTION} in orphaned construct on
  Fortran dummy argument (PR middle-end/27416)
- fix ICE on #pragma omp for unsigned iteration variable (PR c/27499)
* Tue May  9 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-15
- update from gcc-4_1-branch (-r113623:113637)
  - PR fortran/27378
- update from trunk (-r109500:109501, -r109670:109671, -r111341:111342,
		     -r111704:111705, -r112546:112547, -r113111:113112,
		     -r113339:113341, -r113511:113513)
- fix loop peeling (Zdenek Dvorak, #190039, PR rtl-optimization/27335)
* Mon May  8 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-14
- update from gcc-4_1-branch (-r113489:113623)
  - PRs c++/27422, c++/27427, fortran/24813, fortran/25099, fortran/25681,
	fortran/27269, fortran/27324, libfortran/26985, objc/27240,
	target/26481, target/26765, tree-optimization/25985,
	tree-optimization/27151
- fix zero size field handling in structalias (Richard Guenther,
  PR tree-optimization/27409)
- fix PR tree-optimization/27136 (Richard Guenther)
- fix classification of invalid struct types on x86_64 (Volker Reichelt,
  PR target/27421)
* Wed May  3 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-13
- update from gcc-4_1-branch (-r113416:113489)
  - PRs c/25309, target/27374, target/27387, tree-optimization/27364
- merge gomp changes from trunk (-r113267:113271, -r113411:113412,
  -r113452:113456, -r113482:113483, -r113493:113494)
  - PR fortran/27395
- additional gomp fixes (PRs c++/27359, middle-end/27388)
- package SYSCALLS.c.X for protoize (#190047)
- fix gcj -fprofile-arcs -ftest-coverage (Alexandre Oliva, #177450)
- reenable profiledbootstrap
- in 64-bit builds remove 32-bit /usr/lib/lib* libraries from the
  buildroots (and similarly on 32-bit builds remove 64-bit /usr/lib64/lib*)
  before AutoReq generation (#190541)
* Mon May  1 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-12
- update from gcc-4_1-branch (-r113242:113416)
  - PRs c++/26534, c++/26912, c++/27094, c++/27278, c++/27279, fortran/26017,
	libgfortran/20257, libgfortran/27304, libgfortran/27360,
	libstdc++/26513, middle-end/26565, middle-end/26869,
	rtl-optimization/26685, target/26826
- merge gomp changes from trunk (-r113255:113256, -r113420:113421)
  - PRs libgomp/25865, c/27358
- assorted gomp fixes (PRs middle-end/27325, middle-end/27310,
  middle-end/27328, middle-end/27337, c++/26943)
- fix builtin memset (Alan Modra, PR middle-end/27260, PR middle-end/27095)
* Tue Apr 25 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-11
- update from gcc-4_1-branch (-r113149:113242)
  - PRs c/25875, c/26774, fortran/18803, fortran/25597, fortran/25669,
	fortran/26787, fortran/26822, fortran/26834, fortran/27089,
	fortran/27113, fortran/27122, fortran/27124, target/21283,
	target/26961
- fix number of iterations computation (Zdenek Dvorak, #189376,
  PR tree-optimization/27285)
- fix handling of volatile in the inliner (Andrew Pinski, Richard Guenther,
  PR tree-optimization/27236)
- strip useless type conversions in the inliner (Andrew Pinski,
  Richard Guenther, PR tree-optimization/27218)
* Fri Apr 21 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-10
- update from gcc-4_1-branch (-r113110:113149)
  - PRs libgcj/21941, libgcj/27170, libgcj/27231, libgfortran/27138,
	libstdc++/26424, mudflap/26789
- improve dir/../-stripping code to support /usr/lib64 and /usr/lib in
  separate AFS mountpoints (Alexandre Oliva, #137200)
- fix fortran real(16) transpose and reshape on 32-bit architectures
  (PR fortran/26769)
- fix i?86/x86_64 vector extraction (Alexandre Oliva, #187450)
- fix testcase for ppc32 va_arg bug
- fix testsuite log uuencoding
- fix acats timeout framework
* Thu Apr 20 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-9
- update from gcc-4_1-branch (-r112951:113110)
  - PRs c++/10385, c++/26036, c++/26365, c++/26558, classpath/27163,
	fortran/26769, libgcj/27171, libgfortran/26766, libstdc++/27162,
	middle-end/27095, middle-end/27134, target/27182,
	tree-optimization/26643, tree-optimization/26821,
	tree-optimization/26854, tree-optimization/27087
- fix ppc32 va_arg bug (Alan Modra)
- assorted gomp fixes (PRs c++/25874, middle-end/25989, c/25996, c/26171,
  middle-end/26913)
- fix pretty printing C array types (#188944)
- fix ICE on unprototyped alloca (PR tree-optimization/26865)
- fix truncation optimization overflow handling (PR middle-end/26729)
- uuencode dejagnu testsuite log files in rpmbuild output
* Fri Apr 14 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-8
- update from gcc-4_1-branch (-r112825:112951)
  - PRs c++/26122, c++/26295, fortran/23634, fortran/25619, fortran/26257,
	libgcj/23829, libgcj/26522, libgfortran/26890, target/27006
- merge gomp changes from trunk (-r112934:112935)
  - PR libgomp/26651
- fix ICE in gomp handling of EH regions (PR middle-end/26823)
* Mon Apr 10 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-7
- update from gcc-4_1-branch (-r112727:112825)
  - PRs fortran/19101, fortran/25031, fortran/26779, fortran/26891,
	fortran/26976, target/26508, tree-optimization/26919
- fix libgfortran printing of REAL*16 for IEEE quad and IBM extended formats
  (PR libgfortran/24685)
- fix Fortran -fbounds-check (Roger Sayle, #188409, PR middle-end/22375)
- fix Java StackTraceElement.toString() (Mark Wielaard, #183212,
  PR classpath/27081)
- fix -fopenmp -static
* Thu Apr  6 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-6
- update from gcc-4_1-branch (-r112706:112727)
  - PRs classpath/24752, classpath/27028, libgcj/26625, libgcj/27024,
	tree-optimization/26996
- reenable PR c++/19238, c++/21764 fixes, only PR c++/21581 is not
  applied
- better fix for Java GC vs. pthread_create (Bryce McKinlay, #182263,
  PR libgcj/13212)
- fix objc_push_parm (#185398)
- fix ICE with -feliminate-dwarf2-dups and using namespace (#187787,
  PR debug/27057)
* Wed Apr  5 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-5
- update from gcc-4_1-branch (-r112431:112706)
  - PRs bootstrap/26936, bootstrap/27023, classpath/25924, fortran/19303,
	fortran/25358, fortran/26816, java/25414, java/26042, java/26858,
	libfortran/26735, libgcj/26990, libstdc++/26777, testsuite/25741,
	tree-optimization/18527, tree-optimization/26763,
	tree-optimization/26830
- merge gomp changes from trunk (-r112602:112603 and -r112618:112619)
- temporarily revert PR c++/21764, c++/19238, c++/21581 fixes (#187399)
* Tue Mar 28 2006 Jakub Jelinek <jakub at redhat.com> 4.1.0-4
- update from gcc-4_1-branch (-r111697:112431)
  - PRs ada/25885, c/26004, fortran/17298, fortran/20935, fortran/20938,
	fortran/23092, fortran/24519, fortran/24557, fortran/25045,
	fortran/25054, fortran/25075, fortran/25089, fortran/25378,
	fortran/25395, fortran/26041, fortran/26054, fortran/26064,
	fortran/26107, fortran/26277, fortran/26393, fortran/26716,
	fortran/26741, libfortran/21303, libfortran/24903, libgcj/24461,
	libgcj/25713, libgcj/26103, libgcj/26688, libgcj/26706,
	libgfortran/26499, libgfortran/26509, libgfortran/26554,
	libgfortran/26661, libgfortran/26880, libstdc++/26132,
	middle-end/18859, middle-end/19543, middle-end/26557,
	middle-end/26630, other/26489, target/25917, target/26347,
	target/26459, target/26532, target/26607, tree-optimization/26524,
	tree-optimization/26587, tree-optimization/26672
  - fix visibility and builtins interaction (Jason Merrill,
    PR middle-end/20297, #175442)
- merge gomp changes from trunk (-r112022:112023, -r112250:112251,
  -r112252:112253, -r112350:112351 and -r112282:112283)
  - PRs c++/26691, middle-end/26084, middle-end/26611, c++/26690,
	middle-end/25989
- support visibility attribute on namespaces (Jason Merrill, PR c++/21764,
  PR c++/19238)
- use hidden visibility for anonymous namespaces by default (Jason Merrill,
  PR c++/21581)

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

dedc9ea43be250fc122978c140c6e036d8a229a0  SRPMS/gcc-4.1.0-19.fc5.src.rpm
7cb2cb24d740c87228601380d7ad0663c5d6d957  ppc/gcc-4.1.0-19.fc5.ppc.rpm
8885a72a964ea921e3a684ab850a2dedcfff5048  ppc/libgcc-4.1.0-19.fc5.ppc.rpm
c9e29132e464d5f40ae29017446277d02f7325e5  ppc/gcc-c++-4.1.0-19.fc5.ppc.rpm
9a0cf432dbc9acc91d7e82b944313aa7bd04a238  ppc/libstdc++-4.1.0-19.fc5.ppc.rpm
a1c1cad4e16f135025086079f9ba2084ce38adba  ppc/libstdc++-devel-4.1.0-19.fc5.ppc.rpm
e128e9655ace93416e0db621f9f567ba4a011d20  ppc/gcc-objc-4.1.0-19.fc5.ppc.rpm
ff71199ef7cee40258080867e5d6bdf4e6d87b50  ppc/gcc-objc++-4.1.0-19.fc5.ppc.rpm
396bdde12c78c84e945a58ee7c68d83cda79e027  ppc/libobjc-4.1.0-19.fc5.ppc.rpm
509998660ea3d66145d34a3a5bab75318f36a9b2  ppc/gcc-gfortran-4.1.0-19.fc5.ppc.rpm
e1bfde6e868c3113287ab7aef919a7feab68db93  ppc/libgfortran-4.1.0-19.fc5.ppc.rpm
b23d5f282c3103ef94dc98fef67fe19a58e20312  ppc/libgomp-4.1.0-19.fc5.ppc.rpm
f5792d7f8933ce9bb33f2a45b7c750ebc4bb2517  ppc/libmudflap-4.1.0-19.fc5.ppc.rpm
2ebfa9c3a7b70f997545d8fa5f35d1d3bf7c7794  ppc/libmudflap-devel-4.1.0-19.fc5.ppc.rpm
f4ed54ebf312dd17e4fb0e33100994d4b4b5b083  ppc/gcc-java-4.1.0-19.fc5.ppc.rpm
4692165f6effb78dcb27ee214f138ec13888897d  ppc/libgcj-4.1.0-19.fc5.ppc.rpm
ad4586faac75e21cb9cc5e9534b62aee6450fc70  ppc/libgcj-devel-4.1.0-19.fc5.ppc.rpm
5514532a598f4fe801eda767e5c1e0d7f834e789  ppc/libgcj-src-4.1.0-19.fc5.ppc.rpm
2a52e1af86088d0bbea30a05c4e16df0f8b0666d  ppc/cpp-4.1.0-19.fc5.ppc.rpm
1262834e7cce3b2f8b37a38105eee0d25830b51d  ppc/debug/gcc-debuginfo-4.1.0-19.fc5.ppc.rpm
f2c63dfcc21a1f4ccd63bc48676c35e6050315f2  ppc/libgcc-4.1.0-19.fc5.ppc64.rpm
84a6932d212b23d6dfbf24ff7172f78c5f912b52  ppc/libstdc++-4.1.0-19.fc5.ppc64.rpm
bf87bca758f47dca07796f79344a0f2674cc6458  ppc/libstdc++-devel-4.1.0-19.fc5.ppc64.rpm
8636182828944914e146d24660fe3aecd2273c46  ppc/libobjc-4.1.0-19.fc5.ppc64.rpm
429777f2ad4a9825be407dff352ec37b93bb2a41  ppc/libgfortran-4.1.0-19.fc5.ppc64.rpm
4cbc03ca585d83fbdd853ac584aeb641efed5a9c  ppc/libmudflap-4.1.0-19.fc5.ppc64.rpm
3651bb863c00d97b3a9396fb64e46359990b2511  ppc/libgcj-4.1.0-19.fc5.ppc64.rpm
48f6baa820759504e3b79e2aaac4436c06b66c5f  x86_64/gcc-4.1.0-19.fc5.x86_64.rpm
8655a847cb8f8ee64eccb3c010ec224efc8d6ff8  x86_64/libgcc-4.1.0-19.fc5.x86_64.rpm
97b5fa25ec2fc46a9fe8e1fa4e0b45bd699e76a8  x86_64/gcc-c++-4.1.0-19.fc5.x86_64.rpm
5ff213d680fa4e755d27d9c66cb22d4c681cd2e0  x86_64/libstdc++-4.1.0-19.fc5.x86_64.rpm
4c87561e352d7435ae9b4e147b9f640af62806fc  x86_64/libstdc++-devel-4.1.0-19.fc5.x86_64.rpm
e5a5c684c80e0ead94e81aef5866d030384bf251  x86_64/gcc-objc-4.1.0-19.fc5.x86_64.rpm
2bb86f395de657204ece88692d1801a0163bbefd  x86_64/gcc-objc++-4.1.0-19.fc5.x86_64.rpm
23b8e772b18a5e5e3338c823a79fe3b4f2ceed3a  x86_64/libobjc-4.1.0-19.fc5.x86_64.rpm
f1a07fc6c27c44b390b15809e3071f1fc65b83b2  x86_64/gcc-gfortran-4.1.0-19.fc5.x86_64.rpm
bc9fa2b38c5bb2fcee9e86fe9317ddee803908e2  x86_64/libgfortran-4.1.0-19.fc5.x86_64.rpm
1263335fb5cf8ec39ef75e44730d86c21f0c5f0c  x86_64/libgomp-4.1.0-19.fc5.x86_64.rpm
48018a47ec41f57c6bb71fc7ee16d4ec62350f05  x86_64/libmudflap-4.1.0-19.fc5.x86_64.rpm
31f357a27d94e57a974645cbdbafaafd9139a408  x86_64/libmudflap-devel-4.1.0-19.fc5.x86_64.rpm
6bcff53ce50957c7c331fccac3075f9afea24eef  x86_64/gcc-java-4.1.0-19.fc5.x86_64.rpm
3d14a60a6ab0a9156e9b1a67606a814b0ee9d280  x86_64/libgcj-4.1.0-19.fc5.x86_64.rpm
dde0c4753294bf4c4ffebe27d8cd2b2bbba858e2  x86_64/libgcj-devel-4.1.0-19.fc5.x86_64.rpm
3935deaa65cfbf9119cabf57eac8d28777ad44fd  x86_64/libgcj-src-4.1.0-19.fc5.x86_64.rpm
dfdf01342418094a62e8b50b5f0297de29f8b9a0  x86_64/cpp-4.1.0-19.fc5.x86_64.rpm
6b992d946a762423ed0ca422b33c7ccf8f434bb4  x86_64/gcc-gnat-4.1.0-19.fc5.x86_64.rpm
47990246aebd28e86363468001d83ff716d5baf1  x86_64/libgnat-4.1.0-19.fc5.x86_64.rpm
987d6f278676eda2bfefe9d2ffe768a9a5aac797  x86_64/debug/gcc-debuginfo-4.1.0-19.fc5.x86_64.rpm
bb323d0db8634fa02a28f504d2cf2182c8b4f6fe  i386/gcc-4.1.0-19.fc5.i386.rpm
511a357d10fc2872dc201e4918140c41639ba160  i386/libgcc-4.1.0-19.fc5.i386.rpm
3d3e5618d33a2ca7bfcc690f794e35d23753bb65  i386/gcc-c++-4.1.0-19.fc5.i386.rpm
b3931e6a5778933ee3d546a0de974d9818e05a68  i386/libstdc++-4.1.0-19.fc5.i386.rpm
fef2715d0dbc602c2e26fd928a8f4f60770e29e2  i386/libstdc++-devel-4.1.0-19.fc5.i386.rpm
6e4d332169bb4d52c9e3b75df5bab1bb3ae20a72  i386/gcc-objc-4.1.0-19.fc5.i386.rpm
a21640d13f74869c0a63357aa4adab381108b5e8  i386/gcc-objc++-4.1.0-19.fc5.i386.rpm
fb1892d05232c0ee2eabdbfb79124f2e2a411f17  i386/libobjc-4.1.0-19.fc5.i386.rpm
05e6bc6dd6f2dde2cde654032bcd4cd388c1f7e0  i386/gcc-gfortran-4.1.0-19.fc5.i386.rpm
bc464b3276a84b5eef23fe4b580c91f095be0ded  i386/libgfortran-4.1.0-19.fc5.i386.rpm
d3cfedc6eaed64655a4a0caf2c5dae568be97812  i386/libgomp-4.1.0-19.fc5.i386.rpm
07d4e0c7bf4f800c581e82aa9086ff0549f4ff0a  i386/libmudflap-4.1.0-19.fc5.i386.rpm
3cacdc53193847b5302bf71adb7c556d2f14f3a0  i386/libmudflap-devel-4.1.0-19.fc5.i386.rpm
dc97901d3e9843b1f99d5c0f1becb0279fba1ba6  i386/gcc-java-4.1.0-19.fc5.i386.rpm
fec0616b5653a79240302ba4619d50a142db6807  i386/libgcj-4.1.0-19.fc5.i386.rpm
f7a7411973e207bd65cfe71fd6efbfbb842ec05f  i386/libgcj-devel-4.1.0-19.fc5.i386.rpm
4694db32f2e6f190ba645f009aab0b59f63c2e4d  i386/libgcj-src-4.1.0-19.fc5.i386.rpm
7d6881d79b584eadb910478545f9e2a82cd339d9  i386/cpp-4.1.0-19.fc5.i386.rpm
b0843722b9c22b24fc9d12e5cce04b982369f985  i386/gcc-gnat-4.1.0-19.fc5.i386.rpm
b64cf91acdc3855520c29275b72ee0687a8f625f  i386/libgnat-4.1.0-19.fc5.i386.rpm
75488faf968ff0c8ca086ea5c78e9cb4ef520be3  i386/debug/gcc-debuginfo-4.1.0-19.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