public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] wwwdocs: Announce Solaris 11.3 obsoletion
@ 2023-01-18 14:06 Rainer Orth
  2023-01-19 10:27 ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Rainer Orth @ 2023-01-18 14:06 UTC (permalink / raw)
  To: gcc-patches; +Cc: Gerald Pfeifer

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

Here's the changes.html patch corresponding to the Solaris 11.3
obsoletion notice in

	https://gcc.gnu.org/pipermail/gcc/2022-December/240322.html
	https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608384.html

Since this is the only obsoletion in GCC 13 so far, I haven't introduced
a toplevel bulletpoint as in GCC 9.

Ok?


Btw., I noticed the -gz=zstd addition is listed under Caveats.  I don't
think this belongs here and probably only landed due to the -gz=zlib-gnu
removal above.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University


2023-01-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* htdocs/gcc-13/changes.html (Caveats): Document Solaris 11.3
	obsoletion.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: sol2-obsoletion13.patch --]
[-- Type: text/x-patch, Size: 1035 bytes --]

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index ca9cd2da..7047e742 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -32,6 +32,13 @@ a work-in-progress.</p>
     <li>The support for the <code>cr16-elf</code>, <code>tilegx*-linux</code>, <code>tilepro*-linux</code>,
       <code>hppa[12]*-*-hpux10*</code>, <code>hppa[12]*-*-hpux11*</code>
       and <code>m32c-rtems</code> configurations has been removed.</li>
+    <li>Support for Solaris 11.3 (<code>*-*-solaris2.11.3</code>) has been
+      declared obsolete.  The next release of GCC will have corresponding
+      code permanently <strong>removed</strong>.  Details can be found in
+      the
+      <a href="https://gcc.gnu.org/pipermail/gcc/2022-December/240322.html">
+      announcement</a>.
+    </li>
     <li>Support for emitting the STABS debugging format (including the
       <code>-gstabs</code> and <code>-gxcoff</code> options) has been removed.
       (This means the <strong>dbx</strong> debugger is no longer

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

* Re: [PATCH] wwwdocs: Announce Solaris 11.3 obsoletion
  2023-01-18 14:06 [PATCH] wwwdocs: Announce Solaris 11.3 obsoletion Rainer Orth
@ 2023-01-19 10:27 ` Gerald Pfeifer
  2023-01-19 12:22   ` Rainer Orth
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2023-01-19 10:27 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches

On Wed, 18 Jan 2023, Rainer Orth wrote:
> Here's the changes.html patch corresponding to the Solaris 11.3
> obsoletion notice in
> 
> 	https://gcc.gnu.org/pipermail/gcc/2022-December/240322.html
> 	https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608384.html
> 
> Since this is the only obsoletion in GCC 13 so far, I haven't introduced
> a toplevel bulletpoint as in GCC 9.

That maks sense to me.

> Ok?

Yes, thank you!

> Btw., I noticed the -gz=zstd addition is listed under Caveats.  I don't
> think this belongs here and probably only landed due to the -gz=zlib-gnu
> removal above.

Agreed. Can you address this on the way?

Thanks,
Gerald

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

* Re: [PATCH] wwwdocs: Announce Solaris 11.3 obsoletion
  2023-01-19 10:27 ` Gerald Pfeifer
@ 2023-01-19 12:22   ` Rainer Orth
  0 siblings, 0 replies; 3+ messages in thread
From: Rainer Orth @ 2023-01-19 12:22 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

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

Hi Gerald,

>> Btw., I noticed the -gz=zstd addition is listed under Caveats.  I don't
>> think this belongs here and probably only landed due to the -gz=zlib-gnu
>> removal above.
>
> Agreed. Can you address this on the way?

sure: done like so:

	gcc-13: Move -gz=zstd to General Improvements

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University



[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: gz-zstd.patch --]
[-- Type: text/x-patch, Size: 1115 bytes --]

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 7047e742..ba42170c 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -45,7 +45,6 @@ a work-in-progress.</p>
       supported, either.)</li>
     <li>Legacy debug info compression option <code>-gz=zlib-gnu</code> was removed
       and the option is ignored right now.</li>
-    <li>New debug info compression option value <code>-gz=zstd</code> has been added.</li>
     <li><code>-Warray-bounds=2</code> will no longer issue warnings for out of
       bounds accesses to trailing struct members of one-element array type
       anymore. Instead it diagnoses accesses to trailing arrays according to
@@ -107,6 +106,7 @@ a work-in-progress.</p>
     AddressSanitizer defaults to <code>detect_stack_use_after_return=1</code> on GNU/Linux targets.
     For compatibility, it can be disabled with <code>env ASAN_OPTIONS=detect_stack_use_after_return=0</code>.
   </li>
+  <li>New debug info compression option value <code>-gz=zstd</code> has been added.</li>
   <li>
     Link-time optimization improvements:
     <ul>

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

end of thread, other threads:[~2023-01-19 12:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-18 14:06 [PATCH] wwwdocs: Announce Solaris 11.3 obsoletion Rainer Orth
2023-01-19 10:27 ` Gerald Pfeifer
2023-01-19 12:22   ` Rainer Orth

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