From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83586 invoked by alias); 2 Oct 2017 09:10:29 -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 83570 invoked by uid 89); 2 Oct 2017 09:10:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:1697, specifying, dear, H*UA:38.0 X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.101.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Oct 2017 09:10:27 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BFE831529; Mon, 2 Oct 2017 02:10:25 -0700 (PDT) Received: from [10.2.206.232] (e108578-lin.cambridge.arm.com [10.2.206.232]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 249303F53D; Mon, 2 Oct 2017 02:10:25 -0700 (PDT) Subject: Re: Re: Oh dear. I regret to inform you that commit ab816a274505933da2f854014b54901c3c3db9d2 might be unfortunate To: Tom Tromey References: <5378.08408630571$1506886707@news.gmane.org> <87infy73sx.fsf@redhat.com> <87h8viwbig.fsf@pokyo> <87efqm6zhl.fsf@redhat.com> Cc: Sergio Durigan Junior , gdb-patches@sourceware.org From: Tejas Belagod Message-ID: <59D2026B.2080203@foss.arm.com> Date: Mon, 02 Oct 2017 09:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <87efqm6zhl.fsf@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2017-10/txt/msg00015.txt.bz2 On 02/10/17 03:43, Sergio Durigan Junior wrote: > On Sunday, October 01 2017, Tom Tromey wrote: > >>>>>>> "Sergio" == Sergio Durigan Junior writes: >> >> Sergio> /usr/include/c++/4.8/bits/stl_algo.h:2245:19: error: passing >> Sergio> ‘const ada_exc_info’ as ‘this’ argument of ‘bool >> Sergio> ada_exc_info::operator<(const ada_exc_info&)’ discards >> Sergio> qualifiers [-fpermissive] >> >> I don't really understand this error, and especially why I don't see it >> (and didn't see it from try?), but I wonder if changing operator< and >> operator== to const-qualified would help. > > Hm, it may be that you're not testing your patches on the AArch64 > builders, maybe? At least I don't see any try builds from you here: > > https://gdb-build.sergiodj.net/builders/Ubuntu-AArch64-m64?numbuilds=500 > >> The appended is an attempt but I'm not sure how to test it now. > > You can test by specifying the AArch64 builder manually via the cli: > > buildbot try -b Ubuntu-AArch64-m64 > > This should run the try build only on the specified builder. > Tom, This also fails to build for arm-none-eabi $ src/gdb/configure --target=arm-none-eabi --disable-nls --disable-sim --disable-gas --disable-binutils --disable-ld --disable-gprof --with-libexpat --with-lzma=no --with-system-gdbinit=..../install-native/x86_64-linux-gnu/arm-none-eabi/lib/gdbinit --build=x86_64-linux-gnu --host=x86_64-linux-gnu --with-libexpat-prefix=..../build-native/host-libs/usr --with-python=no '--with-gdb-datadir='\''${prefix}'\''/arm-none-eabi/share/gdb' && make -j24 Thanks, Tejas.