Changeset 3b187ea


Ignore:
Timestamp:
08/20/2019 11:51:01 AM (5 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cdbf1b46
Parents:
815f8eff
Message:

Update to GCC-9.2.0 and tag it

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22008 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r815f8eff r3b187ea  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "19">                   <!-- Always 2 digits -->
     3<!ENTITY day          "20">                   <!-- Always 2 digits -->
    44<!ENTITY month        "08">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "August 19th, &year;">
     9<!ENTITY releasedate  "August 20th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gcc.xml

    r815f8eff r3b187ea  
    77  <!ENTITY gcc-download-http  "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    88  <!ENTITY gcc-download-ftp   "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    9   <!ENTITY gcc-md5sum         "6069ae3737cf02bf2cb44a391ef0e937">
     9  <!ENTITY gcc-md5sum         "3818ad8600447f05349098232c2ddc78">
    1010  <!ENTITY gcc-size           "67 MB">
    11   <!ENTITY gcc-buildsize      "9.2 GB (2.1 GB installed with all listed languages; add 823 MB for tests)">
    12   <!ENTITY gcc-time           "24 SBU (with parallelism=4, add 51 SBU for tests with parallelism=4)">
     11  <!ENTITY gcc-buildsize      "9.9 GB (2.4 GB installed with all listed languages; add 930 MB for tests)">
     12  <!ENTITY gcc-time           "25 SBU (with parallelism=4, add 62 SBU for tests with parallelism=4)">
    1313]>
    1414
     
    4242    </para>
    4343
    44     &lfs84_checked;
     44    &lfs90_checked;
    4545
    4646    <caution>
     
    203203      the <application>GCC</application> part of the testsuite will run more
    204204      tests than in LFS. Some of those will report FAIL and others XPASS
    205       (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
    206       is known to fail, as well as miscellaneous failures throughout the rest
    207       of the test suite. If all the compilers below are built, there will be
    208       slightly over 100 failures out of over 360,000 tests. 
    209       To run the tests, issue:
     205      (pass when expected to FAIL). As of gcc-9.2.0, about 100 FAIL occur
     206      in the <quote>guality</quote> suite, as well as miscellaneous failures
     207      throughout the rest of the test suite. If all the compilers above are
     208      built, there will be slightly over 120 unexpected failures out of over
     209      390,000 tests. To run the tests, issue:
    210210    </para>
    211211
  • introduction/welcome/changelog.xml

    r815f8eff r3b187ea  
    4242    </listitem>
    4343       -->
     44
     45    <listitem>
     46      <para>August 20th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Update to GCC-9.2.0. Fixes
     50          <ulink url="&blfs-ticket-root;12392">#12392</ulink></para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
    4454
    4555    <listitem>
  • packages.ent

    r815f8eff r3b187ea  
    319319<!ENTITY elfutils-version             "0.170">
    320320<!ENTITY expect-version               "5.45.4">
    321 <!ENTITY gcc-version                  "9.1.0">
     321<!ENTITY gcc-version                  "9.2.0">
    322322<!ENTITY gc-version                   "8.0.4">
    323323<!ENTITY gdb-version                  "8.3">
Note: See TracChangeset for help on using the changeset viewer.