From patchwork Sun Feb 6 20:06:59 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 82063 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 4E370B710C for ; Mon, 7 Feb 2011 07:07:10 +1100 (EST) Received: (qmail 24145 invoked by alias); 6 Feb 2011 20:07:06 -0000 Received: (qmail 24137 invoked by uid 22791); 6 Feb 2011 20:07:05 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from relay01.pair.com (HELO relay01.pair.com) (209.68.5.15) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 06 Feb 2011 20:07:00 +0000 Received: (qmail 80775 invoked from network); 6 Feb 2011 20:06:57 -0000 Received: from 2.205.204.203 (HELO ip-2-205-204-203.web.vodafone.de) (2.205.204.203) by relay01.pair.com with SMTP; 6 Feb 2011 20:06:57 -0000 X-pair-Authenticated: 2.205.204.203 Date: Sun, 6 Feb 2011 21:06:59 +0100 (CET) From: Gerald Pfeifer To: Rainer Orth cc: gcc-patches@gcc.gnu.org Subject: Re: [wwwdocs] Document GCC 4.6 Solaris 2 changes In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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.