mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Update to gcc-11.3.0.
This commit is contained in:
parent
23849996b2
commit
7cd114e22e
@ -6,12 +6,12 @@
|
||||
|
||||
<!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 "31c86f2ced76acac66992eeedce2fce2">
|
||||
<!ENTITY gcc-md5sum "4ee3e8c4c99e7b3444eb79f00f5f7a7e">
|
||||
<!ENTITY gcc-size "77 MB">
|
||||
<!ENTITY gcc-buildsize "8.0 GB (2.4 GB installed with all listed languages; add 1.0 GB for tests)">
|
||||
<!-- For me the SBU values are a bit faster on haswell, but much slower on ryzen 3400G,
|
||||
so keeping these existing values as an approximation - ken -->
|
||||
<!ENTITY gcc-time "26 SBU (add 56 SBU for tests; both with parallelism=4)">
|
||||
<!ENTITY gcc-time "25 SBU (add 56 SBU for tests; both with parallelism=4)">
|
||||
]>
|
||||
|
||||
<sect1 id="gcc" xreflabel="GCC-&gcc-version;">
|
||||
@ -200,10 +200,10 @@ make</userinput></screen>
|
||||
<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-11.1.0, about 90 FAIL occur
|
||||
(pass when expected to FAIL). As of gcc-11.3.0, about 90 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 around 102 unexpected failures out of over
|
||||
built, there will be around 111 unexpected failures out of over
|
||||
481,000 tests. To run the tests, issue:
|
||||
</para>
|
||||
|
||||
|
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>April 30, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to gcc-11.3.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;16445">#16445</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to Jinja2-3.1.2. Fixes
|
||||
<ulink url="&blfs-ticket-root;16487">#16487</ulink>.</para>
|
||||
|
@ -351,7 +351,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY doxygen-version "1.9.3">
|
||||
<!ENTITY elfutils-version "0.170">
|
||||
<!ENTITY expect-version "5.45.4">
|
||||
<!ENTITY gcc-version "11.2.0">
|
||||
<!ENTITY gcc-version "11.3.0">
|
||||
<!ENTITY gc-version "8.0.6">
|
||||
<!ENTITY gdb-version "11.2">
|
||||
<!ENTITY git-version "2.36.0">
|
||||
|
Loading…
Reference in New Issue
Block a user