Пакет cpp9: Информация

    Бинарный пакет: cpp9
    Версия: 9.3.1-alt3
    Архитектура: ppc64le
    Собран:  8 июля 2021 г. 12:50 в задании #277605
    Исходный пакет: gcc9
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: https://gcc.gnu.org/

    О пакете: The GNU C-Compatible Compiler Preprocessor
    Описание: 
    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-9
    in order to explicitly use the GNU C Preprocessor version 9.3.1.

    Сопровождающий: Gleb Fotengauer-Malinovskiy


    Последнее изменение


    1 декабря 2020 г. Gleb Fotengauer-Malinovskiy 9.3.1-alt3
    - Rebuilt in gcc10 compatibility mode.
    1 декабря 2020 г. Gleb Fotengauer-Malinovskiy 9.3.1-alt2
    - Rebuilt in precompat mode to prepare for gcc10 build.
    18 мая 2020 г. Gleb Fotengauer-Malinovskiy 9.3.1-alt1
    - Updated to git://gcc.gnu.org/git/gcc.git releases/gcc-9
      commit e8dcd6c79335997a80f75db389263b63dfa45ca1.
    - Rebased redhat vendor branch to releases/gcc-9 branch.