Package cpp8: Information

    Binary package: cpp8
    Version: 8.4.1-alt2
    Architecture: ppc64le
    Build time:  Sep 23, 2021, 05:57 PM in the task #285723
    Source package: gcc8
    Category: Development/C
    Report package bug
    Summary: The GNU C-Compatible Compiler Preprocessor
    Description: 
    Cpp is the GNU C-Compatible Compiler Preprocessor.
    The C preprocessor 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,' which are abbreviations for longer
    constructs.
    
    The C preprocessor provides four separate facilities that you can use as
    you see fit:
    
    * Inclusion of header files. These are files of declarations that can be
      substituted into your program.
    * Macro expansion. You can define 'macros,' which are abbreviations for
      arbitrary fragments of C code, and then 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.
    * 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.
    
    If you have multiple versions of the GNU Compiler Collection
    installed on your system, you may want to execute
    cpp-8
    in order to explicitly use the GNU C Preprocessor version 8.4.1.



    Last changed


    Sept. 23, 2021 Gleb Fotengauer-Malinovskiy 8.4.1-alt2
    - Fixed FTBFS by using gcc 10 for build and disabling global lto flags.
    March 5, 2020 Gleb Fotengauer-Malinovskiy 8.4.1-alt1
    - Updated to git://gcc.gnu.org/git/gcc.git releases/gcc-8
      commit 7191ace5b8e96c6ed63ccdda25de978876c73ab1.
    - Rebased redhat vendor branch to releases/gcc-8 branch.
    - ppc64le: backported upstream fix for predefined macros (ALT#38185).
    Aug. 13, 2019 Gleb Fotengauer-Malinovskiy 8.3.1-alt7
    - Rebuilt in gcc9 compatibility mode.