public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][DOCS] Mention removed ports in GCC 13.
@ 2022-08-26  6:33 Martin Liška
  2022-08-26  6:33 ` Martin Liška
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Martin Liška @ 2022-08-26  6:33 UTC (permalink / raw)
  To: gcc-patches; +Cc: Gerald Pfeifer, Jeff Law

Ready for master?

Thanks,
Martin

---
 htdocs/gcc-13/changes.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index c58ca1d4..e3f2ee44 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -28,7 +28,9 @@ a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2>Caveats</h2>
 <ul>
-  <li>...</li>
+    <li>The support for the <code>cr16-elf</code>, <code>tilegx*-linux</code> and <code>tilepro*-linux</code>
+      configurations has been removed.</li>
+</li>
 </ul>
 
 
-- 
2.37.2


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

* [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-08-26  6:33 [PATCH][DOCS] Mention removed ports in GCC 13 Martin Liška
@ 2022-08-26  6:33 ` Martin Liška
  2022-08-26  9:13 ` Richard Biener
  2022-08-27  5:45 ` Gerald Pfeifer
  2 siblings, 0 replies; 9+ messages in thread
From: Martin Liška @ 2022-08-26  6:33 UTC (permalink / raw)
  To: gcc-patches

Ready for master?

Thanks,
Martin

---
 htdocs/gcc-13/changes.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index c58ca1d4..e3f2ee44 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -28,7 +28,9 @@ a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2>Caveats</h2>
 <ul>
-  <li>...</li>
+    <li>The support for the <code>cr16-elf</code>, <code>tilegx*-linux</code> and <code>tilepro*-linux</code>
+      configurations has been removed.</li>
+</li>
 </ul>
 
 
-- 
2.37.2


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

* Re: [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-08-26  6:33 [PATCH][DOCS] Mention removed ports in GCC 13 Martin Liška
  2022-08-26  6:33 ` Martin Liška
@ 2022-08-26  9:13 ` Richard Biener
  2022-09-05 12:31   ` Gerald Pfeifer
  2022-08-27  5:45 ` Gerald Pfeifer
  2 siblings, 1 reply; 9+ messages in thread
From: Richard Biener @ 2022-08-26  9:13 UTC (permalink / raw)
  To: Martin Liška; +Cc: GCC Patches

On Fri, Aug 26, 2022 at 8:33 AM Martin Liška <mliska@suse.cz> wrote:
>
> Ready for master?

OK

> Thanks,
> Martin
>
> ---
>  htdocs/gcc-13/changes.html | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index c58ca1d4..e3f2ee44 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -28,7 +28,9 @@ a work-in-progress.</p>
>  <!-- .................................................................. -->
>  <h2>Caveats</h2>
>  <ul>
> -  <li>...</li>
> +    <li>The support for the <code>cr16-elf</code>, <code>tilegx*-linux</code> and <code>tilepro*-linux</code>
> +      configurations has been removed.</li>
> +</li>
>  </ul>
>
>
> --
> 2.37.2
>

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

* Re: [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-08-26  6:33 [PATCH][DOCS] Mention removed ports in GCC 13 Martin Liška
  2022-08-26  6:33 ` Martin Liška
  2022-08-26  9:13 ` Richard Biener
@ 2022-08-27  5:45 ` Gerald Pfeifer
  2022-08-27  5:45   ` Gerald Pfeifer
  2 siblings, 1 reply; 9+ messages in thread
From: Gerald Pfeifer @ 2022-08-27  5:45 UTC (permalink / raw)
  To: Martin Liška; +Cc: gcc-patches, Jeff Law

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

On Fri, 26 Aug 2022, Martin Liška wrote:
> Ready for master?

Looks fine. Tthank you, Martin!

Gerald

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

* Re: [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-08-27  5:45 ` Gerald Pfeifer
@ 2022-08-27  5:45   ` Gerald Pfeifer
  0 siblings, 0 replies; 9+ messages in thread
From: Gerald Pfeifer @ 2022-08-27  5:45 UTC (permalink / raw)
  To: Martin Liška; +Cc: gcc-patches, Jeff Law

On Fri, 26 Aug 2022, Martin Liška wrote:
> Ready for master?

Looks fine. Tthank you, Martin!

Gerald

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

* Re: [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-08-26  9:13 ` Richard Biener
@ 2022-09-05 12:31   ` Gerald Pfeifer
  2022-09-07 11:57     ` Martin Liška
  0 siblings, 1 reply; 9+ messages in thread
From: Gerald Pfeifer @ 2022-09-05 12:31 UTC (permalink / raw)
  To: Martin Liška; +Cc: gcc-patches, Richard Biener

On Fri, 26 Aug 2022, Richard Biener via Gcc-patches wrote:
>> Ready for master?
> OK

Actually both Richi and me missed a little detail:

>> -  <li>...</li>
>> +    <li>The support for the <code>cr16-elf</code>, <code>tilegx*-linux</code> and <code>tilepro*-linux</code>
>> +      configurations has been removed.</li>
>> +</li>                                 ^^^^^
    ^^^^^

The patch added one <li> plus two </li>s - fixed thusly.

Gerald


commit 0d66c0f73e9c54536070346bd4d52f61132ba012
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Mon Sep 5 20:28:57 2022 +0800

    gcc-13: Remove extraneous </li> under Caveats
    
    This snuck in via 79ecba7b which added two </li>s instead of one.

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 3d3d012c..5b336e04 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -35,7 +35,6 @@ a work-in-progress.</p>
       <code>-gstabs</code> and <code>-gxcoff</code> options) has been removed.
       (This means the <strong>dbx</strong> debugger is no longer
       supported, either.)</li>
-</li>
 </ul>
 
 

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

* Re: [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-09-05 12:31   ` Gerald Pfeifer
@ 2022-09-07 11:57     ` Martin Liška
  2022-09-07 14:28       ` Gerald Pfeifer
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Liška @ 2022-09-07 11:57 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, Richard Biener

On 9/5/22 14:31, Gerald Pfeifer wrote:
> On Fri, 26 Aug 2022, Richard Biener via Gcc-patches wrote:
>>> Ready for master?
>> OK
> 
> Actually both Richi and me missed a little detail:
> 
>>> -  <li>...</li>
>>> +    <li>The support for the <code>cr16-elf</code>, <code>tilegx*-linux</code> and <code>tilepro*-linux</code>
>>> +      configurations has been removed.</li>
>>> +</li>                                 ^^^^^
>     ^^^^^

Thanks for the fix. Btw. have you removed the w3c validation script?

Martin

> 
> The patch added one <li> plus two </li>s - fixed thusly.
> 
> Gerald
> 
> 
> commit 0d66c0f73e9c54536070346bd4d52f61132ba012
> Author: Gerald Pfeifer <gerald@pfeifer.com>
> Date:   Mon Sep 5 20:28:57 2022 +0800
> 
>     gcc-13: Remove extraneous </li> under Caveats
>     
>     This snuck in via 79ecba7b which added two </li>s instead of one.
> 
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index 3d3d012c..5b336e04 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -35,7 +35,6 @@ a work-in-progress.</p>
>        <code>-gstabs</code> and <code>-gxcoff</code> options) has been removed.
>        (This means the <strong>dbx</strong> debugger is no longer
>        supported, either.)</li>
> -</li>
>  </ul>
>  
>  


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

* Re: [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-09-07 11:57     ` Martin Liška
@ 2022-09-07 14:28       ` Gerald Pfeifer
  2022-09-07 20:07         ` Martin Liška
  0 siblings, 1 reply; 9+ messages in thread
From: Gerald Pfeifer @ 2022-09-07 14:28 UTC (permalink / raw)
  To: Martin Liška; +Cc: gcc-patches, Richard Biener

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

On Wed, 7 Sep 2022, Martin Liška wrote:
> Thanks for the fix. Btw. have you removed the w3c validation script?

I didn't remove it, but had to deactive automated notifications since the 
w3.org service started to employ some "are you a secure machine?" checks 
that appear to use Javascript or the like, breaking any automated use of 
that service. :-(

So I literally have to click through notification e-mails and manually 
check the result in the browser; hence the delay.

Gerald

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

* Re: [PATCH][DOCS] Mention removed ports in GCC 13.
  2022-09-07 14:28       ` Gerald Pfeifer
@ 2022-09-07 20:07         ` Martin Liška
  0 siblings, 0 replies; 9+ messages in thread
From: Martin Liška @ 2022-09-07 20:07 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches, Richard Biener

On 9/7/22 16:28, Gerald Pfeifer wrote:
> On Wed, 7 Sep 2022, Martin Liška wrote:
>> Thanks for the fix. Btw. have you removed the w3c validation script?
> 
> I didn't remove it, but had to deactive automated notifications since the 
> w3.org service started to employ some "are you a secure machine?" checks 
> that appear to use Javascript or the like, breaking any automated use of 
> that service. :-(

What a pity.

Martin

> 
> So I literally have to click through notification e-mails and manually 
> check the result in the browser; hence the delay.
> 
> Gerald


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

end of thread, other threads:[~2022-09-07 20:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-26  6:33 [PATCH][DOCS] Mention removed ports in GCC 13 Martin Liška
2022-08-26  6:33 ` Martin Liška
2022-08-26  9:13 ` Richard Biener
2022-09-05 12:31   ` Gerald Pfeifer
2022-09-07 11:57     ` Martin Liška
2022-09-07 14:28       ` Gerald Pfeifer
2022-09-07 20:07         ` Martin Liška
2022-08-27  5:45 ` Gerald Pfeifer
2022-08-27  5:45   ` Gerald Pfeifer

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