Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        gcc4-c++: C++ support for GCC version 4.0 preview
        
        
            | Name: | gcc4-c++ | Vendor: | Scientific Linux | 
        
            | Version: | 4.0.0 | License: | GPL | 
        
            | Release: | 0.14.EL4 | URL: | http://gcc.gnu.org | 
        
        
        - Summary
- This package adds C++ support to the GNU Compiler Collection.
It includes support for most of the current C++ specification,
including templates and exception handling.
Changelog
        
            - * Tue Dec 14 18:00:00 2004 Jakub Jelinek  <jakub{%}redhat{*}com> 4.0.0-0.14.EL4
- - update from trunk
  - fix tree inlining related ICE (Alexandre Oliva, #141145)
- avoid multiple evaluation of sqrt and other math builtins when
  not -ffast-math (#142603, PR middle-end/18951) 
            - * Tue Dec  7 18:00:00 2004 Jakub Jelinek  <jakub{%}redhat{*}com> 4.0.0-0.14
- - update from trunk
  - fix DEPENDENCIES_OUTPUT handling (#140921)
- fix libstdc++.so symlinks (#141985)
- make sure target's LOAD_EXTEND_OP or lack thereof doesn't influence
  gcj -C output (#141730) 
            - * Sat Nov 27 18:00:00 2004 Jakub Jelinek  <jakub{%}redhat{*}com> 4.0.0-0.13
- - update from trunk
  - change s390{,x} stack layout to work-around GCC 2.95.3 bug:
    former -mno-backchain (the default), -mbackchain and -mkernel-backchain
    options were transformed into (in order) -mno-backchain -mpacked-stack,
    -mbackchain -mno-packed-stack and -mbackchain -mpacked-stack.
    A new combination -mno-backchain -mno-packed-stack is now the
    new default (Andreas Krebbel, #139678)
- don't optimize printf/fprintf/__printf_chk/__fprintf_chk in any way
  if return value is not ignored
- some more libgcc_s.so.1 tweaks on ia64