From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115522 invoked by alias); 13 Apr 2016 11:07:29 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 115510 invoked by uid 89); 13 Apr 2016 11:07:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f175.google.com Received: from mail-pf0-f175.google.com (HELO mail-pf0-f175.google.com) (209.85.192.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 13 Apr 2016 11:07:27 +0000 Received: by mail-pf0-f175.google.com with SMTP id e128so32344884pfe.3 for ; Wed, 13 Apr 2016 04:07:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=C8cTOoVVjgf3CA0GFY2pJQEZymn60ylBkpvRB9fOkO4=; b=ULMHlHqwg+dSKCGQ1TYowVPzZHJOEvg9Crsm2gShgCODkosm+5LxoeTahVwcgW6Z+e Uu7+UkdwmnU8Ff38mbdJFNxXd8XAqvZZiE0NRaV5hiDCu9EQsm5cvpzUEo+Nln3tDJ84 J734CWZDK2kgERDubfYoxit85ah6JHFoLOXVYaY5cHCuQVAavAUpY60sPHrWCc5Zjwab a7LyUoB2R4WrghrfKLi3H5YkwYREtXaa5HZ+3xiQDNmZLr6jIih+dTHHDpL5tG9vOrJx eaiax4ogejpVPbScZXOqGjn7oOZQKiCxcpoxXLwS3czQCUPHCC0taGBeChBXnI92yfrH PAVQ== X-Gm-Message-State: AOPr4FVj0DH+cBeJ46+VM27AlM8Y9gYqZP8HyMbcKf1k40fb3aR4v4ygg9JUTvOP4QoEuw== X-Received: by 10.98.10.29 with SMTP id s29mr12203981pfi.166.1460545646125; Wed, 13 Apr 2016 04:07:26 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id f12sm50255008pfd.87.2016.04.13.04.07.23 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 13 Apr 2016 04:07:24 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: Yao Qi , "gdb\@sourceware.org" Subject: Re: C++ conversion status update References: <565460FB.6070103@redhat.com> <86zixdnlfg.fsf@gmail.com> <566F13D4.9000900@redhat.com> <570D91F6.2020702@redhat.com> Date: Wed, 13 Apr 2016 11:07:00 -0000 In-Reply-To: <570D91F6.2020702@redhat.com> (Pedro Alves's message of "Wed, 13 Apr 2016 01:25:26 +0100") Message-ID: <86mvoxkbs1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00007.txt.bz2 Pedro Alves writes: > I think the time has come to starting to default to building in C++ mode > on all hosts, except those known to not having been fully converted yet, > as with the patch at the top of the users/palves/cxx-conversion branch. > > Thoughts? I read that patch on your tree, and that is quite clean and small. I am fine on that. We need to update buildbot builder Fedora-x86_64-cxx-build-m64 to build gdb in C mode. --=20 Yao (=E9=BD=90=E5=B0=A7)