diff mbox series

[wwwdocs,1/1,RESEND] gcc-14: document P1689R5 scanning output support

Message ID ZevR4gIwAJwJJG2e@farprobe
State New
Headers show
Series [wwwdocs,1/1,RESEND] gcc-14: document P1689R5 scanning output support | expand

Commit Message

Ben Boeckel March 9, 2024, 3:05 a.m. UTC
---
 htdocs/gcc-14/changes.html | 11 +++++++++++
 1 file changed, 11 insertions(+)
diff mbox series

Patch

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 7278f753..b506eeb1 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -112,6 +112,17 @@  a work-in-progress.</p>
       </li>
     </ul>
   </li>
+  <li>C++ module scanning for named modules is now available:
+    <ul>
+      <li><a href="https://wg21.link/P1689R5">P1689R5</a>, Format for
+      describing dependencies of source files.
+      </li>
+      <li>The <code>-fdeps-format=</code>, <code>-fdeps-file=</code>, and
+      <code>-fdeps=target=</code> flags may be used to generate P1689 output
+      (the <code>p1689r5</code> format is the only available format today).
+      </li>
+    </ul>
+  </li>
 </ul>
 
 <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>