From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60171 invoked by alias); 27 Oct 2015 14:55:23 -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 60158 invoked by uid 89); 27 Oct 2015 14:55:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vk0-f54.google.com Received: from mail-vk0-f54.google.com (HELO mail-vk0-f54.google.com) (209.85.213.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 27 Oct 2015 14:55:22 +0000 Received: by vkgy127 with SMTP id y127so122591150vkg.0 for ; Tue, 27 Oct 2015 07:55:19 -0700 (PDT) X-Received: by 10.31.3.75 with SMTP id 72mr29304912vkd.3.1445957719640; Tue, 27 Oct 2015 07:55:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.92.213 with HTTP; Tue, 27 Oct 2015 07:54:50 -0700 (PDT) In-Reply-To: <562F83B8.3030308@gmail.com> 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> <562F83B8.3030308@gmail.com> From: Simon Marchi Date: Tue, 27 Oct 2015 17:14:00 -0000 Message-ID: Subject: Re: [PATCH c++ 02/12] ctf.c: Fix int/enum implicit cast To: Yao Qi Cc: Pedro Alves , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-10/txt/msg00625.txt.bz2 On 27 October 2015 at 10:01, Yao Qi wrote: > OK to me. Thanks, pushed.