From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49266 invoked by alias); 7 Apr 2015 09:10:02 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 49232 invoked by uid 89); 7 Apr 2015 09:10:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 07 Apr 2015 09:09:56 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 9D4DDC1F00; Tue, 7 Apr 2015 09:09:54 +0000 (UTC) Received: from localhost (ovpn-116-96.ams2.redhat.com [10.36.116.96]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t3799qs6001156; Tue, 7 Apr 2015 05:09:53 -0400 Date: Tue, 07 Apr 2015 09:10:00 -0000 From: Jonathan Wakely To: Gerald Pfeifer Cc: Jakub Jelinek , gcc-patches@gcc.gnu.org, Ed Smith-Rowland <3dw4rd@verizon.net> Subject: Re: [wwwdocs] Document __has_attribute in /gcc-5/changes.html Message-ID: <20150407090952.GZ9755@redhat.com> References: <20150311180911.GB4981@redhat.com> <20150311181450.GO1746@tucnak.redhat.com> <20150311184201.GC4981@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-04/txt/msg00221.txt.bz2 On 07/04/15 10:38 +0200, Gerald Pfeifer wrote: >One question: where it refers to __has_attribute returning a >date in some cases, would it make sense to provide an example >or show the format? The referenced SD-6 document shows the values and format: http://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations I would expect that most people using the macros are going to be referring to that document anyway.