On Tue, Apr 30, 2024 at 10:24:44 +0100, Jonathan Wakely wrote: > On 20/11/23 11:22 -0500, Ben Boeckel wrote: > >--- > > htdocs/gcc-14/changes.html | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > > >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.

> > > > > > > >+
  • C++ module scanning for named modules is now available: > >+ > > Do we need a list for this item? It seems a bit weird that the first > list item is just the paper How about just a single paragraph? > > C++ module scanning for named modules is now available, based on the > format described in P1689R5, > Format for describing dependencies of source files. The > -fdeps-format=, -fdeps-file=, and > -fdeps-target= flags may be used to generate dependency > information. In GCC 14 p1689r5 is the only valid argument > for -fdeps-format=. Sounds good. New patch attached. --Ben