Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
gcc-c++: C++ support for GCC
- 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
- * Fri Dec 17 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.3-49
- remove /usr/include/c++/3.2.3/ppc64-redhat-linux symlink
in %pre on ppc/ppc64 (#135611)
- * Tue Oct 26 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.3-47
- avoid symlinks in /usr/include/c++/3.2.3/ on ppc and sparc
(#135611)
- fix a reload bug with match_dup on s390 (Ulrich Weigand, #135715)
- improve messages in libgcj placeholder scripts (Thomas Fitzsimmons,
- fix ppc32 ICE with -maltivec vector function arguments (Hartmut Penner,
- temporarily don't apply the C++ scope nesting patch (#135279,
IT#50411)
- on PPC, disallow -m32 -mpowerpc64 and -m64 -mno-powerpc64 switch
combinations (#132176)
- * Wed Oct 6 19:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.3-46
- make the last patch work even with -ansi -pedantic-errors