public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 1/1] gcc-14: document P1689R5 scanning output support
@ 2023-11-20 16:22 Ben Boeckel
  2024-01-03 15:34 ` Ben Boeckel
  2024-04-30  9:24 ` [PATCH " Jonathan Wakely
  0 siblings, 2 replies; 7+ messages in thread
From: Ben Boeckel @ 2023-11-20 16:22 UTC (permalink / raw)
  To: gcc-patches; +Cc: brad.king, Ben Boeckel

---
 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.</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>
-- 
2.42.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] gcc-14: document P1689R5 scanning output support
  2023-11-20 16:22 [PATCH 1/1] gcc-14: document P1689R5 scanning output support Ben Boeckel
@ 2024-01-03 15:34 ` Ben Boeckel
  2024-01-06 13:17   ` [PATCH wwwdocs " Arsen Arsenović
  2024-04-30  9:24 ` [PATCH " Jonathan Wakely
  1 sibling, 1 reply; 7+ messages in thread
From: Ben Boeckel @ 2024-01-03 15:34 UTC (permalink / raw)
  To: gcc-patches; +Cc: brad.king

On Mon, Nov 20, 2023 at 11:22:56 -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.</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>
> -- 
> 2.42.0

Ping? Is this the right place to submit this patch?

Thanks,

--Ben

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH wwwdocs 1/1] gcc-14: document P1689R5 scanning output support
  2024-01-03 15:34 ` Ben Boeckel
@ 2024-01-06 13:17   ` Arsen Arsenović
  2024-04-27 23:39     ` Ben Boeckel
  0 siblings, 1 reply; 7+ messages in thread
From: Arsen Arsenović @ 2024-01-06 13:17 UTC (permalink / raw)
  To: Ben Boeckel; +Cc: brad.king, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

Hi Ben,

Ben Boeckel <ben.boeckel@kitware.com> writes:

> Ping? Is this the right place to submit this patch?

Yes, this is the correct list, though it is usually recommended to use
--subject-prefix='PATCH wwwdocs' or such, to catch the right eyes.  See:
https://gcc.gnu.org/contribute.html#webchanges

I've added it to my subject, hopefully that works.

Have a lovely day!
--
Arsen Arsenović

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH wwwdocs 1/1] gcc-14: document P1689R5 scanning output support
  2024-01-06 13:17   ` [PATCH wwwdocs " Arsen Arsenović
@ 2024-04-27 23:39     ` Ben Boeckel
  0 siblings, 0 replies; 7+ messages in thread
From: Ben Boeckel @ 2024-04-27 23:39 UTC (permalink / raw)
  To: Arsen Arsenović; +Cc: brad.king, gcc-patches

On Sat, Jan 06, 2024 at 14:17:14 +0100, Arsen Arsenović wrote:
> Hi Ben,
> 
> Ben Boeckel <ben.boeckel@kitware.com> writes:
> 
> > Ping? Is this the right place to submit this patch?
> 
> Yes, this is the correct list, though it is usually recommended to use
> --subject-prefix='PATCH wwwdocs' or such, to catch the right eyes.  See:
> https://gcc.gnu.org/contribute.html#webchanges
> 
> I've added it to my subject, hopefully that works.

No bites yet… Anyone willing to review this patch so that it gets
mentioned on the website?

Thanks,

--Ben

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] gcc-14: document P1689R5 scanning output support
  2023-11-20 16:22 [PATCH 1/1] gcc-14: document P1689R5 scanning output support Ben Boeckel
  2024-01-03 15:34 ` Ben Boeckel
@ 2024-04-30  9:24 ` Jonathan Wakely
  2024-05-02 18:03   ` [PATCHv2 wwwdocs " Ben Boeckel
  1 sibling, 1 reply; 7+ messages in thread
From: Jonathan Wakely @ 2024-04-30  9:24 UTC (permalink / raw)
  To: Ben Boeckel; +Cc: gcc-patches, brad.king

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.</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

This should be -fdeps-target= not -fdeps=target=.


>+      (the <code>p1689r5</code> format is the only available format today).

I wish the option was more descriptive than "p1689r5", which nobody is
going to remember (but I assume we don't actually need to specify it
explicitly since it's the only supported format).

>+      </li>
>+    </ul>

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 <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>
>-- 
>2.42.0
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCHv2 wwwdocs 1/1] gcc-14: document P1689R5 scanning output support
  2024-04-30  9:24 ` [PATCH " Jonathan Wakely
@ 2024-05-02 18:03   ` Ben Boeckel
  2024-05-07 10:05     ` Jonathan Wakely
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Boeckel @ 2024-05-02 18:03 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: gcc-patches, brad.king

[-- Attachment #1: Type: text/plain, Size: 2087 bytes --]

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.</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
> 
> This should be -fdeps-target= not -fdeps=target=.

Whoops, yep.

> >+      (the <code>p1689r5</code> format is the only available format today).
> 
> I wish the option was more descriptive than "p1689r5", which nobody is
> going to remember (but I assume we don't actually need to specify it
> explicitly since it's the only supported format).

All users of the flag should be having it in the build system itself;
hand-coded makefiles can use it, but will need considerable `jq`
gymnastics to turn the output into properly understood make syntax
snippets for their build.

> >+      </li>
> >+    </ul>
> 
> 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 <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>.

Sounds good. New patch attached.

--Ben

[-- Attachment #2: 0001-gcc-14-document-P1689R5-scanning-output-support.patch --]
[-- Type: text/plain, Size: 1223 bytes --]

From d973efa9689db7d46211721e7c00feea7e6445a6 Mon Sep 17 00:00:00 2001
From: Ben Boeckel <ben.boeckel@kitware.com>
Date: Thu, 2 May 2024 14:00:01 -0400
Subject: [PATCH 1/1] gcc-14: document P1689R5 scanning output support

---
 htdocs/gcc-14/changes.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 8dfbf7dc..8998e6c0 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -513,6 +513,12 @@ a work-in-progress.</p>
   <li>GCC supports a new pragma <code>&#x23;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>
-- 
2.44.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCHv2 wwwdocs 1/1] gcc-14: document P1689R5 scanning output support
  2024-05-02 18:03   ` [PATCHv2 wwwdocs " Ben Boeckel
@ 2024-05-07 10:05     ` Jonathan Wakely
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Wakely @ 2024-05-07 10:05 UTC (permalink / raw)
  To: Ben Boeckel; +Cc: gcc-patches, brad.king

On Thu, 2 May 2024 at 19:03, Ben Boeckel <ben.boeckel@kitware.com> wrote:
>
> 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.</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
> >
> > This should be -fdeps-target= not -fdeps=target=.
>
> Whoops, yep.
>
> > >+      (the <code>p1689r5</code> format is the only available format today).
> >
> > I wish the option was more descriptive than "p1689r5", which nobody is
> > going to remember (but I assume we don't actually need to specify it
> > explicitly since it's the only supported format).
>
> All users of the flag should be having it in the build system itself;
> hand-coded makefiles can use it, but will need considerable `jq`
> gymnastics to turn the output into properly understood make syntax
> snippets for their build.
>
> > >+      </li>
> > >+    </ul>
> >
> > 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 <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>.
>
> Sounds good. New patch attached.

Thanks, Ben. I reformatted the whitespace so all the lines were under
80 columns and pushed it to wwwdocs.


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-07 10:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-20 16:22 [PATCH 1/1] gcc-14: document P1689R5 scanning output support Ben Boeckel
2024-01-03 15:34 ` Ben Boeckel
2024-01-06 13:17   ` [PATCH wwwdocs " Arsen Arsenović
2024-04-27 23:39     ` Ben Boeckel
2024-04-30  9:24 ` [PATCH " Jonathan Wakely
2024-05-02 18:03   ` [PATCHv2 wwwdocs " Ben Boeckel
2024-05-07 10:05     ` Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).