Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cpp: The C Preprocessor.
Name: | cpp |
Vendor: | Scientific Linux |
Version: | 3.4.4 |
License: | GPL |
Release: | 2 |
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
- * Fri Jul 22 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.4-2
- 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)
- * Thu May 26 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.4-1
- update from gcc-3_4-branch
- GCC 3.4.4 release
- PRs middle-end/21709, c++/21768
- fix reg-stack ICE (#158407, PR target/21716)
- fix ppc64 libgcj (Andrew Haley, #154684, #142611)
- add provides, so that packages requiring gcc = 3.4.3 or
libstdc++-devel = 3.4.3 etc. can be satisfied
- use 3.4.3 directories and make 3.4.4 just a symlink,
so that other packages using the 3.4.3 directories are satisfied
and we don't try to replace a directory with a symlink (which rpm doesn't
like)
- * Tue May 10 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.3-25
- update from gcc-3_4-branch
- PRs c++/21427, debug/16676, libffi/21285, target/16925, target/19051,
target/21416
- don't enable -fvar-tracking on ia64 for -O0 or -g0 by default
- fix warnings in <limits> when compiling with GCC 4 (Mark Mitchell, #157174)
- fix warnings in <locale_facets.tcc> (#157190, PR libstdc++/16678)
- fix output of i?86 movb $cst, %ah etc. instructions (#154116)
- fix a regression introduced by PR target/14981 backport
- fix VEC_SELECT handling in the combiner (PR rtl-optimization/21239)
- fix i?86 address canonicalization (PR target/21297)