Message ID | yddd0kvycec.fsf@CeBiTec.Uni-Bielefeld.DE |
---|---|
State | New |
Headers | show |
Series | [wwwdocs] Document GCC 9 Solaris changes | expand |
On Mon, 6 May 2019, Rainer Orth wrote: > 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. I believe it should be "runtime library", cf. https://gcc.gnu.org/codingconventions.html . And "GNU as" should be fine, instead of having to go "GNU <code>as</code>". > Ok? Yes (modulo the above); thank you! Gerald
On 5/6/19 6:51 AM, Rainer Orth wrote: > 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 > OK. Please install if you haven't already. jeff
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> -->