From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10660 invoked by alias); 23 Aug 2011 22:20:34 -0000 Received: (qmail 10651 invoked by uid 22791); 23 Aug 2011 22:20:33 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 23 Aug 2011 22:20:14 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7NMKEx0024105 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 23 Aug 2011 18:20:14 -0400 Received: from pebble.twiddle.home (ovpn-113-54.phx2.redhat.com [10.3.113.54]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7NMKDpR023703; Tue, 23 Aug 2011 18:20:14 -0400 Message-ID: <4E542790.2040301@redhat.com> Date: Wed, 24 Aug 2011 01:07:00 -0000 From: Richard Henderson User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110817 Fedora/3.1.12-1.fc14 Thunderbird/3.1.12 MIME-Version: 1.0 To: Andrew MacLeod CC: gcc-patches Subject: Re: [cxx-mem-model] Atomic C++ header file changes References: <4E4BE0BE.8000901@redhat.com> <4E4D9349.30702@redhat.com> <4E5425EC.1040906@redhat.com> In-Reply-To: <4E5425EC.1040906@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2011-08/txt/msg01957.txt.bz2 On 08/23/2011 03:13 PM, Andrew MacLeod wrote: > ! DEF_FUNCTION_TYPE_2 (BT_FN_I1_CONST_VPTR_INT, BT_I1, BT_CONST_VOLATILE_PTR, > ! BT_INT) Given that VPTR means "volatile PTR", I suggest you use CVPTR instead of CONST_VPTR. Otherwise ok. r~