From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3602 invoked by alias); 21 Dec 2012 10:02:17 -0000 Received: (qmail 3584 invoked by uid 22791); 21 Dec 2012 10:02:16 -0000 X-SWARE-Spam-Status: No, hits=-5.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 21 Dec 2012 10:02:13 +0000 Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by aserp1040.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id qBLA2BAa032503 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 21 Dec 2012 10:02:12 GMT Received: from acsmt356.oracle.com (acsmt356.oracle.com [141.146.40.156]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id qBLA2BPm015923 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Dec 2012 10:02:11 GMT Received: from abhmt111.oracle.com (abhmt111.oracle.com [141.146.116.63]) by acsmt356.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id qBLA2Aj9001505; Fri, 21 Dec 2012 04:02:11 -0600 Received: from [192.168.1.4] (/79.17.189.167) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 21 Dec 2012 02:02:10 -0800 Message-ID: <50D433A0.9040004@oracle.com> Date: Fri, 21 Dec 2012 10:02:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Kai Tietz CC: GCC Patches , libstdc++ Subject: Re: [patch libstdc++]: Fix LLP64 pointer-size issues for cxxabi, eh_alloc, and hash_bytes References: <50D42823.9030601@oracle.com> <50D42CAB.4090704@oracle.com> <50D42E31.30807@oracle.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2012-12/txt/msg01299.txt.bz2 On 12/21/2012 10:59 AM, Kai Tietz wrote: > Hello, > > I changed type in __base_class_type_info to wide-enough type only for > llp64 target. > By this we have no (new) side-effects to other targets. Thanks. This is something I can approve at once. Paolo.