From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32067 invoked by alias); 20 Mar 2018 14:14:09 -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 32010 invoked by uid 89); 20 Mar 2018 14:14:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=fedorax86642, fedora-x86-64-2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Mar 2018 14:14:06 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Fedora-i686, revision 4ee89e903de920496a69c01df70db13a70a2a0be From: gdb-buildbot@sergiodj.net To: Stephen Roberts , gdb-patches@sourceware.org In-Reply-To: <4ee89e903de920496a69c01df70db13a70a2a0be-master-breakage@gdb-build> Message-Id: Date: Tue, 20 Mar 2018 14:14:00 -0000 X-SW-Source: 2018-03/txt/msg00368.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'Replace the linear search in find_pc_sect_line with a binary search.' Revision: 4ee89e903de920496a69c01df70db13a70a2a0be You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Buildslave: fedora-x86-64-2 Full Build URL: Commit(s) tested: 4ee89e903de920496a69c01df70db13a70a2a0be Author(s) (in the same order as the commits): Stephen Roberts Subject: Replace the linear search in find_pc_sect_line with a binary search. Testsuite log (gdb.sum and gdb.log) URL(s): *** Failed to compiled GDB. *** ============================ +++ The full log is too big to be posted here. +++ These are the last 100 lines of it. CXX gdbarch.o CXX gdbarch-selftests.o CXX gdbtypes.o CXX gnu-v2-abi.o CXX gnu-v3-abi.o CXX go-lang.o CXX go-typeprint.o CXX go-valprint.o CXX inf-child.o CXX inf-loop.o CXX infcall.o CXX infcmd.o CXX inferior.o CXX infrun.o CXX inline-frame.o CXX interps.o CXX jit.o CXX language.o CXX linespec.o CXX location.o CXX m2-lang.o CXX m2-typeprint.o CXX m2-valprint.o CXX macrocmd.o CXX macroexp.o CXX macroscope.o CXX macrotab.o CXX main.o CXX maint.o CXX mdebugread.o CXX mem-break.o CXX memattr.o CXX memory-map.o CXX memrange.o CXX minidebug.o CXX minsyms.o CXX mipsread.o CXX namespace.o CXX objc-lang.o CXX objfiles.o CXX observable.o CXX opencl-lang.o CXX osabi.o CXX osdata.o CXX p-lang.o CXX p-typeprint.o CXX p-valprint.o CXX parse.o CXX printcmd.o CXX probe.o CXX producer.o CXX progspace.o CXX progspace-and-thread.o CXX prologue-value.o CXX psymtab.o CXX record.o CXX record-btrace.o CXX record-full.o CXX regcache.o CXX regcache-dump.o CXX reggroups.o CXX registry.o CXX remote.o CXX remote-fileio.o CXX remote-notif.o CXX reverse.o CXX rust-lang.o CXX sentinel-frame.o CXX ser-event.o CXX serial.o CXX skip.o CXX solib.o CXX solib-target.o CXX source.o CXX stabsread.o CXX stack.o CXX std-regs.o CXX symfile.o CXX symfile-debug.o CXX symmisc.o CXX symtab.o CXX target.o CXX target-dcache.o ../../binutils-gdb/gdb/symtab.c: In function symtab_and_line find_pc_sect_line(CORE_ADDR, obj_section*, int): ../../binutils-gdb/gdb/symtab.c:3224:5: error: this if clause does not guard... [-Werror=misleading-indentation] if (item != first) ^~ ../../binutils-gdb/gdb/symtab.c:3237:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the if if (prev && prev->line && (!best || prev->pc > best->pc)) ^~ CXX target-descriptions.o CXX target-memory.o cc1plus: all warnings being treated as errors make[2]: *** [Makefile:1607: symtab.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build/gdb' make[1]: *** [Makefile:8793: all-gdb] Error 2 make: *** [Makefile:850: all] Error 2 make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-i686/build' ============================