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 8ee66061ef0ec3fb5593dc42cf04aaee1c5d5e1e (commit) from 1aef08f66802bbddaf9a048a1840e26597e4f62e (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 8ee66061ef0ec3fb5593dc42cf04aaee1c5d5e1e Author: Ben Boeckel <ben.boec...@kitware.com> Date: Tue May 7 11:01:17 2024 +0100 gcc-14: document P1689R5 scanning output support diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 2a4b2f12..ca5174de 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -515,6 +515,13 @@ You may also want to check out our <li>GCC supports a new pragma <code>#pragma GCC novector</code> to indicate to the vectorizer not to vectorize the loop annotated with the pragma.</li> + <li>C++ module scanning for named modules is now available, based on the + format described in <a href="https://wg21.link/P1689R5">P1689R5</a>, + Format for describing dependencies of source files. + The <code>-fdeps-format=</code>, <code>-fdeps-file=</code>, and + <code>-fdeps-target=</code> flags may be used to generate dependency + information. In GCC 14 <code>p1689r5</code> is the only valid argument + for <code>-fdeps-format=</code>.</li> </ul> <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 7 +++++++ 1 file changed, 7 insertions(+) hooks/post-receive -- gcc-wwwdocs