I noticed that I had forgotten to mention the actual removal of Solaris
11.3 support in GCC 15.  This patch fixes this.  Result inspected
locally.

Ok for gcc-wwwdocs?

        Rainer

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


2026-01-14  Rainer Orth  <[email protected]>

        wwwdocs:
        * htdocs/gcc-15/changes.html (Caveats): Mention Solaris 11.3
        removal.

# HG changeset patch
# Parent  29741bf8016c78f66b15c32139c85be3a2382d17
Document removal of Solaris 11.3 support

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -31,6 +31,10 @@ You may also want to check out our
   <li>In the AArch64 port, support for ILP32 (<code>-mabi=ilp32</code>) has
     been deprecated and will be removed in a future release.
   </li>
+  <li>Support for Solaris 11.3 (<code>*-*-solaris2.11.3</code>) has been
+    removed.  Details can be found in the
+    <a href="https://gcc.gnu.org/pipermail/gcc/2022-December/240322.html";>
+      obsoletion announcement</a>.</li>
   <li>This is the last release supporting the old <code>reload</code> local
     register allocation code.  It will be removed for GCC 16, causing
     targets that do not support the new <code>LRA</code> local register

Reply via email to