Skip to content

"SLC5X: Letter C: cpp

cpp - The C Preprocessor.

Website: http://gcc.gnu.org
License: GPL
Vendor: Scientific Linux CERN, http://cern.ch/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-4.1.2-55.el5_11.3.i386 [2.7 MiB] Changelog by Jeff Law (2018-04-25):
- Retpoline support for IBM Z series (#1570568)
cpp-4.1.2-55.el5_11.2.i386 [2.7 MiB] Changelog by Jeff Law (2018-02-10):
- Fix call-value pattern constraints for -mindirect-branch-register
  (#1535657)
cpp-4.1.2-55.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2014-03-12):
- clear next_bb/prev_bb of basic blocks that have been dropped
  (#799592)
- fix TImode arithmetics on x86_64 (#901750, PR target/31167,
  PR target/30041)
- don't ICE on arrays with NULL TYPE_DOMAIN (#1008819)
cpp-4.1.2-54.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2012-05-31):
- lazily declare destructor when needed (#750545)
- fix i?86 -m32 -fpic -fno-omit-frame-pointer cmpxchg8b patterns
  (#760417, PR target/39431)
- change s390* -m31/-m64, -msoft-float/-mhard-float,
  -mlong-double-128/-mlong-double-64 and -mesa/-mzarch option
  handling to cancel each other (#797938)
cpp-4.1.2-52.el5_8.1.i386 [2.7 MiB] Changelog by Jakub Jelinek (2012-03-23):
- backport N2179 exception propagation support to improve
  gcc44 as well as Developer Toolset (#806394)
cpp-4.1.2-52.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2011-10-26):
- decrease C++ FE memory usage on code with heavy overloading
  (#651098, PR c++/48481)
- build EH_SPEC_BLOCK with the same location as current function
  to help gcov (#706383, PR c++/50055)
- fix PCH ICEs introduced by PR44367 changes (#735304)
- improve debug info for C externs in block scope (#745004, PR debug/39563)
- fix #pragma omp for handling in C++ try/catch stmt (#722252,
  PR middle-end/33333)
- fix ICE in modified_type_die with Fortran array descriptors (#746405)
cpp-4.1.2-51.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2011-04-07):
- don't overwrite INDIRECT_REF type directly in C++ vtable accesses
  (#630893)
- don't emit an extra useless var at -O0 for NRV optimized C++ vars,
  fix debug info for them (#660302, #660305, PR debug/44367, PR debug/46815)
cpp-4.1.2-50.slc5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2010-10-06):
- fix up fastjar directory traversal bugs (CVE-2010-0831)
cpp-4.1.2-50.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2010-10-06):
- fix up fastjar directory traversal bugs (CVE-2010-0831)
cpp-4.1.2-48.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2009-12-09):
- fix debuginfo for local variables in constructors or destructors
  (#513184, PR c++/27574)
- force BLKmode return values into registers if they are from likely
  spilled classes (#516028, PR rtl-optimization/41646)
- fix dynamic_cast (#519519)
- fix debuginfo for ppc{,64} with -mno-sched-prolog (#528792, PR target/40473)
- fix libjava to avoid opening *.la/dlopening *.so files from current
  working directory or subdirectories thereof (#545673, CVE-2009-3736)
- fix DW_OP_{gt,ge,lt,le} handling, add DW_OP_swap handling
cpp-4.1.2-46.el5_4.2.i386 [2.7 MiB] Changelog by Jakub Jelinek (2009-12-10):
- fix libjava to avoid opening *.la/dlopening *.so files from current
  working directory or subdirectories thereof (#545672, CVE-2009-3736)
cpp-4.1.2-46.el5_4.1.i386 [2.7 MiB] Changelog by Jakub Jelinek (2009-09-30):
- fix handling of multiple -fno-builtin-XXXX options on the command line
  (#526422, PR driver/28437)
cpp-4.1.2-46.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2009-05-14):
- fix Fortran module reading with USE...ONLY (#483845, PR fortran/30554)
- fix ULL multiplication on i386 (#465807, PR middle-end/37731)
- fix Fortran FMT= with character array section (#492209, PR fortran/39865)
- fix jump on single bit from ULL test on i386 (PR middle-end/40057)
cpp-4.1.2-44.el5.i386 [2.7 MiB] Changelog by Jakub Jelinek (2008-09-18):
- fix fastjar on 64-bit architectures (#462397)

Listing created by repoview