From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15232 invoked by alias); 27 Oct 2015 14:01:36 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15209 invoked by uid 89); 27 Oct 2015 14:01:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f54.google.com Received: from mail-pa0-f54.google.com (HELO mail-pa0-f54.google.com) (209.85.220.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 27 Oct 2015 14:01:35 +0000 Received: by pacfv9 with SMTP id fv9so233701791pac.3 for ; Tue, 27 Oct 2015 07:01:33 -0700 (PDT) X-Received: by 10.66.132.37 with SMTP id or5mr47127331pab.5.1445954493504; Tue, 27 Oct 2015 07:01:33 -0700 (PDT) Received: from [127.0.0.1] (gcc2-power8.osuosl.org. [140.211.9.43]) by smtp.gmail.com with ESMTPSA id kp4sm39951469pbc.34.2015.10.27.07.01.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Oct 2015 07:01:33 -0700 (PDT) Subject: Re: [PATCH c++ 02/12] ctf.c: Fix int/enum implicit cast To: Pedro Alves , Simon Marchi , gdb-patches@sourceware.org References: <1445831204-16588-1-git-send-email-simon.marchi@polymtl.ca> <1445831204-16588-2-git-send-email-simon.marchi@polymtl.ca> <562F6B7E.8090604@redhat.com> From: Yao Qi Message-ID: <562F83B8.3030308@gmail.com> Date: Tue, 27 Oct 2015 17:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <562F6B7E.8090604@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg00623.txt.bz2 On 27/10/15 12:18, Pedro Alves wrote: > Yao, are you OK with this? ( I obviously am:-) ) OK to me. -- Yao (齐尧)