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

    Исходный пакет: pcc
    Версия: 1.2.0-alt2
    Последняя версия по данным Repology
    Собран:  11 ноября 2021 г. 6:57 в задании #289366
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://pcc.ludd.ltu.se/

    Лицензия: BSD with advertising and BSD and ISC
    О пакете: The Portable C Compiler
    Описание: 
    The compiler is based on the original Portable C Compiler by Stephen C.
    Johnson, written in the late 70's. Even though much of the compiler has been
    rewritten, some of the basics still remain.
    PCC debuted in Unix Version 7 and replaced the DMR compiler (Dennis Ritchie's
    original C compiler) in both System V and the BSD 4.x releases. Some history
    about pcc is in the A History of UNIX before Berkeley: UNIX Evolution:
    1975-1984 and in the Evolution of C.
    
    About 50% of the frontend code and 80% of the backend code has been rewritten.
    Most stuff is written by Anders Magnusson, with the exception of the data-flow
    analysis part and the SSA conversion code which is written by Peter A Jonsson,
    and the Mips port that were written as part of a project by undergraduate
    students at Lulea University of Technology (LTU).
    
    Caution: the compiler is still undergoing heavy development.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    pcc (x86_64, i586)
    pcc-debuginfo (x86_64, i586)

    Сопровождающий: Ilya Mashkin

    Список участников:
    Ilya Mashkin
    Egor Ignatov
    Aleksei Nikiforov

    Права:
    Ilya Mashkin
    @qa
    @everybody

      1. bison
      2. flex

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


    11 ноября 2021 г. Ilya Mashkin 1.2.0-alt2
    - add lto options
    22 апреля 2021 г. Egor Ignatov 1.2.0-alt1
    - new version
    - import pcc-20141210-flags patch from Fedora
    9 января 2018 г. Aleksei Nikiforov 1.0.0-alt2
    - Fixed regex removing debug flags.