Author: bdubbs
Date: Sat May  4 09:23:05 2019
New Revision: 21551

Log:
Update to gcc-9.1.0

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

Modified: trunk/BOOK/general/prog/gcc.xml
==============================================================================
--- trunk/BOOK/general/prog/gcc.xml     Sat May  4 09:03:41 2019        (r21550)
+++ trunk/BOOK/general/prog/gcc.xml     Sat May  4 09:23:05 2019        (r21551)
@@ -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         "65b210b4bfe7e060051f799e0f994896">
-  <!ENTITY gcc-size           "61 MB">
-  <!ENTITY gcc-buildsize      "8.5 GB (an additonal 446MB for tests)">
-  <!ENTITY gcc-time           "26 SBU (with parallelism=4, an additional 118 
SBU for tests with parallelism=1)">
+  <!ENTITY gcc-md5sum         "6069ae3737cf02bf2cb44a391ef0e937">
+  <!ENTITY gcc-size           "67 MB">
+  <!ENTITY gcc-buildsize      "9.2 GB (2.1 GB installed with all listed 
languages; add 446 MB for tests)">
+  <!ENTITY gcc-time           "24 SBU (with parallelism=4, add 51 SBU for 
tests with parallelism=4)">
 ]>
 
 <sect1 id="gcc" xreflabel="GCC-&gcc-version;">
@@ -206,7 +206,8 @@
       (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
-      fewer than 100 failures out of over 330,000 tests.  To run the tests, 
issue:
+      slightly over 100 failures out of over 360,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       Sat May  4 09:03:41 
2019        (r21550)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sat May  4 09:23:05 
2019        (r21551)
@@ -46,6 +46,10 @@
       <para>May 4th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Update to gcc-9.1.0. Fixes
+          <ulink url="&blfs-ticket-root;12016">#12016</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Fix the build of Inkscape with 
Poppler-0.76.1.</para>
         </listitem>
       </itemizedlist>
-- 
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