Author: pierre
Date: Tue Aug 20 04:51:01 2019
New Revision: 22008

Log:
Update to GCC-9.2.0 and tag it

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/gcc.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Mon Aug 19 22:59:27 2019        (r22007)
+++ trunk/BOOK/general.ent      Tue Aug 20 04:51:01 2019        (r22008)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "19">                   <!-- Always 2 digits -->
+<!ENTITY day          "20">                   <!-- Always 2 digits -->
 <!ENTITY month        "08">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "August 19th, &year;">
+<!ENTITY releasedate  "August 20th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/general/prog/gcc.xml
==============================================================================
--- trunk/BOOK/general/prog/gcc.xml     Mon Aug 19 22:59:27 2019        (r22007)
+++ trunk/BOOK/general/prog/gcc.xml     Tue Aug 20 04:51:01 2019        (r22008)
@@ -6,10 +6,10 @@
 
   <!ENTITY gcc-download-http  
"&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
   <!ENTITY gcc-download-ftp   
"&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
-  <!ENTITY gcc-md5sum         "6069ae3737cf02bf2cb44a391ef0e937">
+  <!ENTITY gcc-md5sum         "3818ad8600447f05349098232c2ddc78">
   <!ENTITY gcc-size           "67 MB">
-  <!ENTITY gcc-buildsize      "9.2 GB (2.1 GB installed with all listed 
languages; add 823 MB for tests)">
-  <!ENTITY gcc-time           "24 SBU (with parallelism=4, add 51 SBU for 
tests with parallelism=4)">
+  <!ENTITY gcc-buildsize      "9.9 GB (2.4 GB installed with all listed 
languages; add 930 MB for tests)">
+  <!ENTITY gcc-time           "25 SBU (with parallelism=4, add 62 SBU for 
tests with parallelism=4)">
 ]>
 
 <sect1 id="gcc" xreflabel="GCC-&gcc-version;">
@@ -41,7 +41,7 @@
       installing additional compilers.-->
     </para>
 
-    &lfs84_checked;
+    &lfs90_checked;
 
     <caution>
       <para>
@@ -202,11 +202,11 @@
       <application>Valgrind</application> and <application>GDB</application>,
       the <application>GCC</application> part of the testsuite will run more
       tests than in LFS. Some of those will report FAIL and others XPASS
-      (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
-      is known to fail, as well as miscellaneous failures throughout the rest
-      of the test suite. If all the compilers below are built, there will be
-      slightly over 100 failures out of over 360,000 tests.  
-      To run the tests, issue:
+      (pass when expected to FAIL). As of gcc-9.2.0, about 100 FAIL occur
+      in the <quote>guality</quote> suite, as well as miscellaneous failures
+      throughout the rest of the test suite. If all the compilers above are
+      built, there will be slightly over 120 unexpected failures out of over
+      390,000 tests. To run the tests, issue:
     </para>
 
 <screen><userinput>ulimit -s 32768 &amp;&amp;

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon Aug 19 22:59:27 
2019        (r22007)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Aug 20 04:51:01 
2019        (r22008)
@@ -43,6 +43,16 @@
        -->
 
     <listitem>
+      <para>August 20th, 2019</para>
+      <itemizedlist>
+        <listitem>
+          <para>[pierre] - Update to GCC-9.2.0. Fixes
+          <ulink url="&blfs-ticket-root;12392">#12392</ulink></para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>August 19th, 2019</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Mon Aug 19 22:59:27 2019        (r22007)
+++ trunk/BOOK/packages.ent     Tue Aug 20 04:51:01 2019        (r22008)
@@ -318,7 +318,7 @@
 <!ENTITY doxygen-version              "1.8.16">
 <!ENTITY elfutils-version             "0.170">
 <!ENTITY expect-version               "5.45.4">
-<!ENTITY gcc-version                  "9.1.0">
+<!ENTITY gcc-version                  "9.2.0">
 <!ENTITY gc-version                   "8.0.4">
 <!ENTITY gdb-version                  "8.3">
 <!ENTITY git-version                  "2.23.0">
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to