From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22120 invoked by alias); 8 Nov 2010 13:27:10 -0000 Received: (qmail 22095 invoked by uid 22791); 8 Nov 2010 13:27:09 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Nov 2010 13:27:04 +0000 Received: from [192.168.178.22] (port-92-204-76-125.dynamic.qsc.de [92.204.76.125]) by mx01.qsc.de (Postfix) with ESMTP id 368EA3D5BF; Mon, 8 Nov 2010 14:27:02 +0100 (CET) Message-ID: <4CD7FAA5.3050108@net-b.de> Date: Mon, 08 Nov 2010 13:27:00 -0000 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101026 SUSE/3.1.6 Thunderbird/3.1.6 MIME-Version: 1.0 To: Janus Weil CC: gfortran , gcc-patches Subject: Re: [Patch, Fortran, OOP] PR 46313: OOP-ABI issue, ALLOCATE issue, CLASS renaming issue References: <4CD6D94A.408@net-b.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact fortran-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: fortran-owner@gcc.gnu.org X-SW-Source: 2010-11/txt/msg00141.txt.bz2 On 11/07/2010 07:44 PM, Janus Weil wrote: > Ok, so it seems to me that using two leading underscores is really the > best option, since it's safe against collisions with Fortran and C > user code, and also safe to use with -fdollar-ok. > > The attached patch adds double underscores for the vtabs, vtypes, > class containers and temporaries. OK. Thanks for the patch! Tobias