Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cpp: The C Preprocessor.
Name: | cpp |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 4.1.1 |
License: | GPL |
Release: | 1.ML5 |
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
- * Thu Jun 15 11:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Thu May 25 11:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.1-1.fc5
-
- update from gcc-4_1-branch (-r113848:114107)
- GCC 4.1.1 release
- PR fortran/27553
- fix i386/x86_64 -O0 -fpic link failure (#192816, PR target/27758)
- fix gcjh on 64-bit hosts (#192700)
- -fvar-tracking fixes needed for SystemTap (Alexandre Oliva, BZ#2438)
- * Wed May 17 11:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.0-19
-
- update from gcc-4_1-branch (-r113785:113848)
- PRs c++/26757, c++/27339, c++/27491, driver/26885, rtl-optimization/14261,
target/26600, tree-optimization/27603
- merge gomp changes from the trunk (-r113513:113514, -r113821:113823 and
-r113845:113846)
- PRs middle-end/27415, middle-end/27573
- optimize handling of large CONSTRUCTORs (Bernd Schmidt,
PR middle-end/27620)