Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cpp: The C Preprocessor.
Name: | cpp |
Vendor: | Scientific Linux |
Version: | 4.1.2 |
License: | GPL |
Release: | 44.el5 |
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 Sep 18 17:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-44.el5
- fix fastjar on 64-bit architectures (#462397)
- * Wed Sep 17 17:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-43.el5
- update from gcc-4_1-branch
- PRs c++/27177, c++/33959, c++/34774, c++/34950, c/34993, c++/35007,
libfortran/26253, libfortran/34699, libgfortran/34699,
libstdc++/20448, libstdc++/20451, middle-end/25445, middle-end/33631,
middle-end/33826, middle_end/34150, middle-end/34627, objc++/27232,
objc++/34193, rtl-optimization/31944, target/34393,
tree-optimization/21655
- fix fold_widened_comparison (#371901, PR middle-end/35163,
PR middle-end/37103)
- move libgomp subpackage to gcc43 src.rpm (#437268)
- fix java.net.URI.relativize (#429825, PR libgcj/34369)
- var-tracking fix (#440345, PR debug/29558)
- fix libstdc++ time and collate category handling (#441639,
PR libstdc++/29217)
- fix x86_64 TLS handling (#445666, PR target/36189)
- fix C++ OpenMP privatized var [cd]tor cleanup handling (#452972,
PR c++/36237)
- fix make_bit_field_ref with large offsets (#453191, PR middle-end/36449)
- fix -ftree-loop-linear (#434916, PR tree-optimization/30565)
- * Mon Apr 14 17:00:00 2008 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-42.el5
- include bmmintrin.h and mmintrin-common.h headers (#252998)
- fix PCH failure if a precompiled header is included more than
once (#251682, PR pch/13675)
- BuildRequire xulrunner-devel rather than firefox-devel