[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Re: mandrake 8.0 compilé avec gcc... 2.96
c'est la version tester de mandrake il y a une grosse différence ...
regarde les patche que redhat on rajouter pour que sa soit stable plus celle que mandrake a rajouter ...
Redhat comme tu dit avait pris un snapshot et ne l'avait pas vraiment tester ...
Changelog
* Sat Feb 17 2001 Chmouel Boudjnah <[email protected]> 2.96-0.38mdk
- exit 0 if [ $1 = 0 ] if we are in %postun (to don't screwd up the
alternatives).
* Thu Feb 15 2001 David BAUDENS <[email protected]> 2.96-0.37mdk
- Fix build on PPC :)
* Thu Feb 15 2001 Chmouel Boudjnah <[email protected]> 2.96-0.36mdk
- Break build on PPC ;).
- Red Hat patches, Jakub Jelinek (rel74) 5 new patches :
- fix last cpp patch so that no whitespace is inserted at start of line
if last macro expansion resulted in no tokens (Neil Booth)
- fix ICE during printing warning about overloading decisions (#23584)
- honor no implicit extern "C" on linux in cpp
- fix layout of __attribute((packed)) enums in bitfields (showing up
in Linux DAC960 driver)
- fix ICE when both prototype and function definition declares
variable size array argument (#24507)
- Red Hat patches, Jakub Jelinek (rel73) 5 new patches :
- change new cpp so that it does not insert whitespace where no macro
expansion happens in C mode (Neil Booth, #25200)
- don't ICE when inlining is replacing with constant a variable which is
only modified by assigning to itself (#24641)
- mask constant argument to testl or andl if the operation should be done
in 8bit mode (#24921)
- fix C++ anonymous union handling (#23682)
- fix extract_bit_field so that it works even with XFmode (DJ Delorie)
* Thu Feb 08 2001 David BAUDENS <[email protected]> 2.96-0.35mdk
- Fix build on PPC
* Tue Feb 06 2001 Chmouel Boudjnah <[email protected]> 2.96-0.34mdk
- Big Red Hat merge, bring updated cpp BTW.
- (Red Hat patches, Jakub Jelinek (rel72) 7 new patches, 1 new tarball
- prevent inlining C++ functions containing static variables (#24253)
- include headers sourced from -include or -imacros in -M output (#24317)
- mangle overloaded operators declared in "C" linkage (#24685)
- optimize out comparisons of two constants if at least one comes from
inline function arguments (visible e.g. on undefined __bad_udelay
symbols from some linux 2.4.0 kernel modules)
- put in updated preprocessor, it seems stable enough and has tons of bugs
against both gcc 2.95.2 cccp and cpp used in 2.96-RH until now
- (Red Hat patches, Jakub Jelinek (rel71) 10 new patches
- fix DECL_NEEDED_P (Mark Mitchell, #23401)
- fix i386 assembly output for calls to symbol+offset (#23429)
- fix C++ parser to cure GC crashes (#23489, #24060)
- fix miscompilation due to not copied MEM/f flag (Alexander Oliva, #23502)
- fix CC flags handling after sar on i386 (Richard Henderson, #24062)
- only check inmode after checking type of argument in
fcmov_comparison_operator on i386 (#24115)
- fix typos in i386 cmpqi_minus_1 (#24178)
- fix thinko in alpha alpha_expand_block_move
(#23816, #24092, #24167, #24315)
- fix fixup_var_refs (#24031)
- fix my last fix for cpplib dependency handling (Graham Stott)
* Mon Jan 15 2001 David BAUDENS <[email protected]> 2.96-0.33mdk
- Fix build on PPC
* Mon Jan 15 2001 Chmouel Boudjnah <[email protected]> 2.96-0.32mdk
- Try to fix when alternatives is broken in %post.
- Merge with RH package (rel70) of Jakub :
- Richard Henderson's debugging fix (#18707, #22671)
- fix C++ #pragma implementation with -g3
- avoid bogus warning whenever -fshort-wchar is used (#22786)
- Richard Henderson's fix for alpha block move (#22972)
- fix signedness of wchar_t in C++ (#22985)
- Richard Henderson's alpha ze_and_ne fix (#23123)
- simplify SUBREGs of VOIDmode CONST_DOUBLEs in addition to
CONST_INTs (#23211)
- add -MD, -MMD and -MG support to -traditional cpp (#23254)
- fix endless loops in cpp with some macros
- fix patch for -fno-operator-names and -foperator-names
- fix check for ISO C maximum string length (Geoff Keating)
* Fri Jan 05 2001 David BAUDENS <[email protected]> 2.96-0.31mdk
- BuildRequires: gettext
* Wed Jan 03 2001 Chmouel Boudjnah <[email protected]> 2.96-0.30mdk
- Remove --auto.
* Wed Jan 03 2001 Chmouel Boudjnah <[email protected]> 2.96-0.29mdk
- Add update-alternatives --auto in %post.
* Fri Dec 29 2000 David BAUDENS <[email protected]> 2.96-0.28mdk
- Don't apply patch #200 on PPC
* Tue Dec 26 2000 Chmouel Boudjnah <[email protected]> 2.96-0.27mdk
- By defaut if term = emacs don't display colors...
* Mon Dec 25 2000 David BAUDENS <[email protected]> 2.96-0.26mdk
- Fix build on PPC
* Sat Dec 23 2000 Chmouel Boudjnah <[email protected]> 2.96-0.25mdk
- Merge with last rh69 :
- honour -fno-operator-names in cpp.
- fix a bug in my do_compare_and_jump patch.
- register cp/input.c input stack with ggc.
- add Mark Mitchell's patch to fix ADDRESSOF patch
- tweak Jim Wilson's patch so that we maintain binary compatibility
- partially revert sizeof overloading patch, it breaks other things
(but fix that bug in method.c)
- if any errors were diagnosed already, don't ever ICE but issue
a user-friendly confused by earlier errors, bailing out message
and exit.
- speed up C++ on Stepanov benchmark from abstraction penalty
3.88 down to 1.41 with -O2 -march=i686 (Jason Merrill, Jim Wilson)
* Fri Dec 15 2000 David BAUDENS <[email protected]> 2.96-0.24mdk
- Fix build on PPC
- Don't apply patch #165 on non xi86 archs
* Thu Dec 14 2000 Chmouel Boudjnah <[email protected]> 2.96-0.23mdk
- Merge with last rh package :
- fix cpp handling of huge #error messages (#16965)
- fix loop unrolling bug (#20580)
- fix ICE with inlining compare on trees (#21125)
- avoid ICE from integrate (#21167)
- make sure volatile local variables don't loose their volatile status
(#21188)
- apply Bernd Schmidt's local alloc fix (#21340)
- fix loop MEM hoisting (#21376, #21423)
- don't use tempnam in libf2c (Toon Moene, #21426)
- fix declared with type qualifiers error message (Jeffrey Oldham, #21662)
- fix truncxfsf2_2 pattern on i?86
- fix do_compare_and_jump in presence of inlining on trees
- fix binding level handling for inlined returns
- fix constant folding constant propagation, so that glibc string2.h
macros are properly optimized out (Bernd Schmidt)
- fix pointer to member handling and related warnings (Nathan Sidwell)
- fix diagnostic output of negative tree constants
(Nathan Sidwell, Jason Merill)
- fix cleanup handling with gotos (Will Cohen)
- Richard Henderson's 2 tail call fixes
* Thu Dec 07 2000 Chmouel Boudjnah <[email protected]> 2.96-0.22mdk
- Fix build.
- Remove chili package.
* Tue Nov 28 2000 David BAUDENS <[email protected]> 2.96-0.21mdk
- Fix again build on PPC
* Mon Nov 27 2000 Chmouel Boudjnah <[email protected]> 2.96-0.20mdk
- Fix ICED testcase in trucxfsf (jjelinek).
* Mon Nov 27 2000 Chmouel Boudjnah <[email protected]> 2.96-0.19mdk
- Don't include /usr/lib/gcc-lib.
- rh Merge:
- fix sizeof() overloading in C++ (#18369)
- fix -fomit-frame-pointer with certain ia32 jumps on floating point
comparison (#20532, #20954)
- handle more than 64k tokens on a line in preprocessor (#19290, #20443)
- output #line directives even for headers generating no output (#20836)
- fix __builtin_setjmp on sparc
- fix miscompilation of glibc's e_sqrt.c on alpha (Richard Henderson)
* Tue Nov 21 2000 David BAUDENS <[email protected]> 2.96-0.18mdk
- Don't apply patch # 137 on PPC to be able to build GCC (now I'm really
happy ;))
* Mon Nov 20 2000 Chmouel Boudjnah <[email protected]> 2.96-0.17mdk
- Make a dadou happy: build it on ppc (now dadou it's a party day for
you, you can switch your shirt for a true shirt like an armani or
kenzo ;)).
* Mon Nov 13 2000 Chmouel Boudjnah <[email protected]> 2.96-0.16mdk
- Add our bugzilla to report bugs.
- New rh merge (#bug_number is for the rh bugzilla) h:
- fix rtl mode of static class members (#18752)
- fix ICE when using method undefined in its class (#19606, #19138, #20089)
- fix ICE in place_field on bad input (#20268)
- fix sparc ICE (#19884)
- ressurect "confused by previous errors, bailing out" error
from g++ 2.95.x (#20104)
- fix ICEs in binding level handling on bad input
- fix named return values on sparc64
- fix vtable thunks on sparc64
- fix nested functions on sparc64
- fix postfix miscompilation (#18976)
- fix ICE on NTL (#19092)
- fix C++ ICE on bad input (#18764)
- fix ICE on sidplay (#19462)
- fix aliasing bug for testcase posted on lkml
- add N constraint so that i386 in/out instructions
can be optimized by storing ports into instructions
again
- fix cpp crash with invalid -A argument (#19974)
- fix ICE in OpenOffice (Jason Merill)
- fix sibcall miscompilation (#19543)
- fix reload bug (Bernd Schmidt; #19313)
- fix ICE with named return value (#18765 and GNATS bug 687)
* Tue Nov 07 2000 David BAUDENS <[email protected]> 2.96-0.15mdk
- ExcludeArch: ppc at present time
* Fri Nov 03 2000 Frederic Crozat <[email protected]> 2.96-0.14mdk
- Fix bad symlink for libstdc++ and re-add provides
* Tue Oct 31 2000 David BAUDENS <[email protected]> 2.96-0.13mdk
- Fix spec for PPC
* Sun Oct 29 2000 Chmouel Boudjnah <[email protected]> 2.96-0.12mdk
- Apply the last RH patches.
* Sun Oct 15 2000 Chmouel Boudjnah <[email protected]> 2.96-0.11mdk
- Add a link for libstdc++ and our netscape friend (aka: viva mozilla soon).
* Fri Oct 13 2000 Chmouel Boudjnah <[email protected]> 2.96-0.10mdk
- Fix updates-menu for c++.
- Fix scripts error introduced by titi.
* Wed Oct 11 2000 Thierry Vignaud <[email protected]> 2.96-0.9mdk
- add alternative for c++ too.
* Wed Oct 11 2000 Chmouel Boudjnah <[email protected]> 2.96-0.8mdk
- Some noreplace.
- Fix postscripts.
* Tue Oct 10 2000 Chmouel Boudjnah <[email protected]> 2.96-0.7mdk
- Move from hack to current.
- s|experimental|Linux-Mandrake mandrake-release|;.
- Merge with the old 2.95 patch (macros and updates-alternatives).
- Merge with the last rh changes.
* Mon Sep 25 2000 Chmouel Boudjnah <[email protected]> 2.96-0.6mdk
- Merge with last rh change.
- Upgrade to 20000731 version.
* Mon Jul 31 2000 Chmouel Boudjnah <[email protected]> 2.96-0.5mdk
- Remove cccp.
- Merge with latest rh patches.
- Upgrad to 20000719 cvs version.
* Wed Jul 05 2000 Chmouel Boudjnah <[email protected]> 2.96-0.4mdk
- Doing an ''hack'' package.
* Mon Jul 03 2000 Frederic Lepied <[email protected]> 2.96-0.3mdk
- corrected cpp problem.
* Sun Jul 02 2000 Chmouel Boudjnah <[email protected]> 2.96-0.2mdk
- Recompile to fix the libstdc++ problems.
* Thu Jun 29 2000 Chmouel Boudjnah <[email protected]> 2.96-0.1mdk
- Merge some debian patches.
- # s@(pc|unknow)@mdk@;
- Merge sparc64 changes.
- Obsoletes gcc-libgcj.
- Merge the 20th series of patchs from rh.
- Big clean-up of spec files
- 2.96 from cvs (20000607).
* Thu Apr 13 2000 Chmouel Boudjnah <[email protected]> 2.95.2-7mdk
- Remove Ansi package (included in perl 5.6).
- spec-helper tweaks.
- Update Requires:.
* Sun Apr 02 2000 Adam Lebsack <[email protected]> 2.95.2-6mdk
- Added a ppc patch for libgcj
- Added some libstdc++-compat ppc libs
- Fixed cpp problem for ppc
- Fixed rpm packaging problem by bzipping some man and info files.
- Fixed colorgcc for perl 5.600
* Wed Mar 29 2000 Chmouel Boudjnah <[email protected]> 2.95.2-5mdk
- Fix groups.
- Cleanup specs.
* Thu Jan 13 2000 Frederic Lepied <[email protected]> 2.95.2-4mdk
- applied debian patches for sparc.