cpp - The C Preprocessor.
Website: | http://gcc.gnu.org |
---|---|
License: | GPL |
Vendor: | Scientific Linux |
- Description:
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.
Packages
cpp-3.4.6-11.el4_8.1.x86_64 [1.9 MiB] |
Changelog
by Jakub Jelinek (2009-12-10):
- fix libjava to avoid opening *.la/dlopening *.so files from current working directory or subdirectories thereof (#545670, CVE-2009-3736) |
cpp-3.4.4-2.x86_64 [1.9 MiB] |
Changelog
by Jakub Jelinek (2005-07-22):
- update from gcc-3_4-branch - PRs c++/10611, c++/19608, c++/19884, c++/20563, c++/20789, c++/21336, c++/21853, c++/21903, c++/21987, c/22308, libstdc++/21286, rtl-optimization/22167, target/19933, target/20301, target/21888, target/21889, target/22083 - fix -march=i386 -masm=intel -fpic (#162585) - on ppc64 and s390x, change the obsoletes for gcc-gnat and libgnat to < 3.4.3 - fix visibility handling of static class members (Mark Mitchell, #159197, PR c++/18925) - fix some -fvar-tracking bugs that were causing bogus DW_OP_piece ops - fix -fvar-tracking on big-endian targets (Josef Zlomek, PR middle-end/14084) - avoid recursive use of varasm hash tables (#157308) - on ppc accept CTR-to-CTR copy in mov[sd]f_hardfloat patterns (Dale Johannesen, Janis Johnson, #160815, IT#74566, PRs target/20191, target/22081) - remove limit of 16 nested GCC visibility pragmas (PR middle-end/20303) - fix stringbuf in_avail() (Benjamin Kosnik, #159408, IT#72781) |