Skip to content

Commit

Permalink
Update the release notes for AT 13.0-5
Browse files Browse the repository at this point in the history
Signed-off-by: Erwan Prioul <[email protected]>
  • Loading branch information
er-1 committed Nov 29, 2021
1 parent 8bd4ed2 commit 0ffbce7
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions configs/13.0/release_notes/relfixes.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3>New features in 13.0-5</h3>
<li>Version 9.4.1, see the <a href="https://gcc.gnu.org/gcc-9/changes.html">release notes</a> for details.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100110">Parameterized Derived Types, problems with global variable</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100227">write with implicit loop</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100384">Compiling in c++17 mode breaks compilation of functions named visit()</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100384">compiling in c++17 mode breaks compilation of functions named visit()</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100509">ICE at -O3: in fold_convert_loc with variable (attribute) alias of different types</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100882">ICE in gimplify_var_or_parm_decl, at gimplify.c:2755</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100935">d: T.alignof ignores explicit align(N) type alignment</a>.</li>
Expand All @@ -35,26 +35,26 @@ <h3>New features in 13.0-5</h3>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101749">gcc -static-libasan broken because libasan.a needs __cxa_guard_release in libstdc++</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101824">VOLATILE not honored</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101866">libstdc++-v3/testsuite/experimental/random/randint.cc fails</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101868">Incorrect reordering in -O2 with LTO</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101868">incorrect reordering in -O2 with LTO</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102287">optional allocatable array arguments (intent out) of derived types with allocatable components are not properly passed to subroutines.</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102425">std::error_code() does not compare equal to std::error_condition()</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102622">Wrong code with -O1 and above due to phiopt and signed one bit integer types</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102667">Inconsistent result of std::regex_match</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102622">wrong code with -O1 and above due to phiopt and signed one bit integer types</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102667">inconsistent result of std::regex_match</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103022">std::begin on empty std::valarray causes _GLIBCXX_DEBUG assertion</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46691">Null pointer in template deduction</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82314">internal compiler error: in gfc_conv_expr_descriptor, at fortran/trans-array.c:6972</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85130">Substrings out of range are not rejected</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85130">substrings out of range are not rejected</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90415">std::is_copy_constructible&lt;std::tuple&lt;std::any&gt;&gt; is incomplete</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91488">char_traits::length causes &quot;inlining failed in call to always_inline&quot; error with -fgnu-tm -O2 -std=c++17</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92156">Cannot in-place construct std::any with std::any</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92156">cannot in-place construct std::any with std::any</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93701">ICE on associate of wrongly accessed array</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93794">ICE in gfc_conv_component_ref, at fortran/trans-expr.c:2497</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93924">[OOP] ICE with procedure pointer</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93925">Invalid memory reference upon call of a routine taking a procedure pointer as argument</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95833">Incorrect static_assert in std::reduce overload taking a binary functor</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93925">invalid memory reference upon call of a routine taking a procedure pointer as argument</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95833">incorrect static_assert in std::reduce overload taking a binary functor</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97612">[F08] Structure constructor of type with nested allocatable array components fails to compile</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98472">internal compiler error: in gfc_conv_expr_descriptor, at fortran/trans-array.c:7352</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98490">Unexpected out of bounds in array constructor with implied do loop</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98490">unexpected out of bounds in array constructor with implied do loop</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98565">internal compiler error: in conv_function_val, at fortran/trans-expr.c:3950</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99006">make_shared&lt;T[]&gt; silently works</a>.</li>
<li>Fix for <a href="https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99125">ICE: gimplification failed (gimplify.c:15068)</a>.</li>
Expand All @@ -77,12 +77,13 @@ <h3>New features in 13.0-5</h3>
<li>OpenSSL provides:
<ul>
<li>Version 1.1.1l, see the <a href="https://www.openssl.org/news/openssl-1.1.1-notes.html">release notes</a> for details.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/7950">A potential NPD bug</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/7950">a potential NPD bug</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/12443">d2i_ECPKParameters_fp throws lots of warnings</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/16707">psk_server_cb in s_server returns 0 for DTLS because of invalid SSL version detection.</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/16757">pkey_set_type() mishandles ENGINE references</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/16809">SSL_get_error returns a confused error in async mode</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/16899">Integer overflow in apps/speed.c</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/16899">integer overflow in apps/speed.c</a>.</li>
<li>Fix for <a href="https://github.com/openssl/openssl/issues/17023">engine crashes when loading the configuration more than once</a>.</li>
<li>Fix a memory leak in ssl_create_cipher_list.</li>
<li>Fix a memory leak in tls_parse_stoc_key_share.</li>
<li>Fix BIO_get_md_ctx return value check.</li>
Expand Down

0 comments on commit 0ffbce7

Please sign in to comment.