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  e88adf00155f04f33f860b88c6ab7dae09d77225 (commit)
      from  e82cce1f126dc1aa0331f115a9898087ac5e6cc8 (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 e88adf00155f04f33f860b88c6ab7dae09d77225
Author: Patrick Palka <ppa...@redhat.com>
Date:   Mon Jul 29 13:46:49 2024 -0400

    gcc-15: mention improved name lookup diagnostics in templates

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index aa8d7609..a1bb0ddf 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -60,18 +60,24 @@ a work-in-progress.</p>
 
 <!-- <h3 id="ada">Ada</h3> -->
 
-<!-- <h3 id="c-family">C family</h3> -->
+<h3 id="c-family">C family</h3>
 <ul>
        <li>A <a 
href="https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html#index-musttail-statement-attribute";>
            <code>musttail</code> statement attribute</a> was added to enforce 
tail calls.</li>
 </ul>
 
-<!-- <h3 id="cxx">C++</h3> -->
+<h3 id="cxx">C++</h3>
 
 <ul>
        <li>Inline assembler statements now support
        <a 
href="https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html";><code>constexpr</code>
 generated strings</a>,
          analoguous to static_assert.</li>
+  <li>
+    <!-- commit r15-2117-g313afcfdabeab3 -->
+    Qualified name lookup failure into the current instantiation, e.g.
+    <code>this-&gt;non_existent</code>, is now proactively diagnosed
+    when parsing a template.
+  </li>
 </ul>
 <!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->
 

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

Summary of changes:
 htdocs/gcc-15/changes.html | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to