Better late than never: here's the gcc-9/changes.html update listing Solaris improvements. I'm all ears for suggestions about wording or markup improvements.
Ok? Thanks. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University 2019-05-06 Rainer Orth <r...@cebitec.uni-bielefeld.de> * htdocs/gcc-9/changes.html (Operating System, Solaris): Document improvements.
Index: gcc-9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v retrieving revision 1.66 diff -u -p -r1.66 changes.html --- gcc-9/changes.html 4 May 2019 14:26:16 -0000 1.66 +++ gcc-9/changes.html 6 May 2019 12:45:25 -0000 @@ -959,7 +959,18 @@ $ g++ typo.cc <!-- <h3 id="rtems">RTEMS</h3> --> -<!-- <h3 id="solaris">Solaris</h3> --> +<h3 id="solaris">Solaris</h3> + +<ul> + <li> <code>g++</code> now unconditionally enables large file support when + compiling 32-bit code. + <li> Support for the AddressSanitizer and UndefinedBehaviorSanitizer has + been merged from LLVM. For the moment, this only works for 32-bit code + on both SPARC and x86. + <li> An initial port of the D run-time library has been completed on + Solaris 11/x86. It requires the use of GNU <code>as</code>. + Solaris 11/SPARC support is still work-in-progress. +</ul> <!-- <h3 id="vxmils">VxWorks MILS</h3> -->