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

    Бинарный пакет: cpp10
    Версия: 10.3.1-alt2
    Архитектура: i586
    Собран:  6 июля 2021 г. 4:03 в задании #277353
    Исходный пакет: gcc10
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Загрузка: cpp10-10.3.1-alt2.i586.rpm
    Домашняя страница: 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-10
    in order to explicitly use the GNU C Preprocessor version 10.3.1.

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


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


    5 июля 2021 г. Gleb Fotengauer-Malinovskiy 10.3.1-alt2
    - Backported upstream PR:
      + libstdc++/100900: add missing typename for dependent type in
      ranges::elements_view (ALT#40369).
    2 июля 2021 г. Gleb Fotengauer-Malinovskiy 10.3.1-alt1
    - Updated to merged branches from git://gcc.gnu.org/git/gcc.git (fixes FTBFS
      with linux kernel headers >= 5.13):
      + vendors/redhat/heads/gcc-10-branch
      commit dc5e381a715a658cfcc08ba3cbaa6bc53adc596f;
      + heads/releases/gcc-10
      commit 8ce35e4c066b68d0cbc656b000ece84f7ea7741a;
    15 марта 2021 г. Gleb Fotengauer-Malinovskiy 10.2.1-alt3
    - Updated to merged branches from git://gcc.gnu.org/git/gcc.git (ALT#39798):
      + vendors/redhat/heads/gcc-10-branch
      commit 966e4575ccd8b618811b4871e44c31bb2d11a82a;
      + origin/releases/gcc-10
      commit a07015ad4dc18a1167720aece205deca702a1ab1.
    - gcc10-plugin-devel: added R: libgmp-devel.