Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cpp: The C Preprocessor.
Name: | cpp |
Vendor: | Scientific Linux |
Version: | 3.2.3 |
License: | GPL |
Release: | 52 |
URL: | http://gcc.gnu.org |
- Summary
- Cpp is the GNU C-Compatible Compiler Preprocessor.
Cpp is a macro processor which is used automatically
by the C compiler to transform your program before actual
compilation. It is called a macro processor because it allows
you to define macros, abbreviations for longer
constructs.
The C preprocessor provides four separate functionalities: the
inclusion of header files (files of declarations that can be
substituted into your program); macro expansion (you can define macros,
and the C preprocessor will replace the macros with their definitions
throughout the program); conditional compilation (using special
preprocessing directives, you can include or exclude parts of the
program according to various conditions); and line control (if you use
a program to combine or rearrange source files into an intermediate
file which is then compiled, you can use line control to inform the
compiler about where each source line originated).
You should install this package if you are a C programmer and you use
macros.
Changelog
- * Mon Feb 28 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.3-52
- change __cxa_demangle to match cxx-abi change
http://www.codesourcery.com/archives/cxx-abi-dev/msg01877.html
(Jason Merrill, #133406)
- fix ICE on invalid use of template without arguments as primary
expression (Mark Mitchell, #149492, PR c++/10558)
- * Sat Jan 29 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.3-51
- fix c++filt/__cxa_demangle segfault on invalidly mangled names
generated by G++ 3.4 (Ian Lance Taylor, #145781, PR c++/16240)
- disable os_defines.h changes introduced in 3.2.3-45 for non-GCC
compilers (#144725, #146196)
- fix debugging information in in-charge constructors and
destructors (Mark Mitchell, #146416, PR debug/11098)
- * Tue Jan 4 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.2.3-50
- fix delete_null_pointer_checks on non-cc0 targets (Alan Modra, #141694,
IT#54408, PR rtl-optimization/14279)
- fix some reload related issues on ppc64 (David Edelsohn, #139099,
IT#45622, PRs target/16239, target/8480, optimization/8328)
- fix ICE in regenerate_decl_from_template (Mark Mitchell, #142418,
PR c++/7053)
- fix ICE when printing jump to case label... crosses initialization
warning (Gabriel Dos Reis, #140830, PR c++/7566)
- fix corner case in passing by invisible reference (Alexandre Oliva,
IT#54891, #141270)
- fix ICE on code that uses value of reference in reference's initializer
(Alexandre Oliva, #141274, IT#36304)
- avoid moving jumptable away from corresponding jump even if there is an
intervening barrier (Josef Zlomek, #131378)
- with -D_GLIBCXX_FULLY_DYNAMIC_STRING, STL should now avoid
_S_empty_rep_storage (Paolo Carlini, #131030, IT#45103, PR libstdc++/16612)
- document -Winline only works for languages that use RTL inliner (Java,
Ada, #141272, IT#28331)