This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  2c668963b645b6e0669d9a042e89db73a3a61d20 (commit)
      from  6def99bd24a7ad5e9934fa018f6266b5e84cc0c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2c668963b645b6e0669d9a042e89db73a3a61d20
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Tue Jul 23 16:14:26 2024 +0200

    Mention the PR116029 GCC 11.5.0 issue.

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index e010cd08..65ccbc41 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -1164,5 +1164,21 @@ known to be fixed in the 11.5 release. This list might 
not be
 complete (that is, it is possible that some PRs that have been fixed
 are not listed here).</p>
 
+<h3>Caveats</h3>
+
+<h4>aarch64</h4>
+<ul>
+  <li>
+    Due to a bug introduced a few weeks before the 11.5.0 release
+    if the compiler is configured without
+    explicit <code>--with-arch=</code>, <code>--with=cpu=</code> and/or
+    <code>--with-tune=</code> configure options the compiler without
+    explicit <code>-march=</code> etc. options might act as if asked
+    for <code>cortex-a34</code>.  This can be fixed by applying manually the
+    <a href="https://gcc.gnu.org/r12-8060";>r12-8060</a> commit patch on top
+    of GCC 11.5.0.  See <a href="https://gcc.gnu.org/PR116029";>PR116029</a>
+    for more details.  GCC 11.4.0 or earlier releases are not affected.
+  </li>
+</ul>
 </body>
 </html>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-11/changes.html | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to