From patchwork Sun Feb 6 20:06:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] Document GCC 4.6 Solaris 2 changes X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 82063 Message-Id: To: Rainer Orth Cc: gcc-patches@gcc.gnu.org Date: Sun, 6 Feb 2011 21:06:59 +0100 (CET) From: Gerald Pfeifer List-Id: On Fri, 28 Jan 2011, Rainer Orth wrote: >>> +
  • Enable full ISO C99 support for C++ on Solaris 10+.
  • >> ISO C99 for C++? > libstdc++ can make use of C99 features in libc, but that needs special > enabling. Thanks for the explanation, Rainer! How about changing this to something like the following to make this more explicit? Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.104 diff -u -r1.104 changes.html --- changes.html 4 Feb 2011 17:09:23 -0000 1.104 +++ changes.html 6 Feb 2011 20:06:06 -0000 @@ -821,7 +821,8 @@

    New Features

    • Support symbol versioning with the Sun linker.
    • -
    • Enable full ISO C99 support for C++ on Solaris 10+.
    • +
    • Allow libstdc++ to leverage full ISO C99 support on + Solaris 10+.
    • Support thread-local storage (TLS) with the Sun assembler on Solaris 2/x86.
    • Support TLS on Solaris 8/9 if prerequisites are met.