From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79105 invoked by alias); 18 Nov 2015 12:33:05 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 79091 invoked by uid 89); 18 Nov 2015 12:33:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 18 Nov 2015 12:33:03 +0000 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Date: Wed, 18 Nov 2015 12:34:00 -0000 Subject: Failures on Fedora-x86_64-m64, branch master From: sergiodj+buildbot@redhat.com X-GDB-Buildbot: 1 In-Reply-To: <0735fdddbc086291f6d2357e8fa57e5df6095e89@gdb-build> To: gdb-testers@sourceware.org Message-Id: X-SW-Source: 2015-q4/txt/msg06461.txt.bz2 Buildslave: fedora-x86-64-3 Full Build URL: Commit(s) tested: 0735fdddbc086291f6d2357e8fa57e5df6095e89 Author(s) (in the same order as the commits): Yao Qi Subject: Fix out of boundary access in pass_in_v 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. extern int shm_open (const char *__name, int __oflag, mode_t __mode); ^ /usr/include/sys/mman.h:147:12: error: storage class specified for parameter shm_unlink extern int shm_unlink (const char *__name); ^ In file included from ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:20:0: ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:42:27: error: expected declaration specifiers before __attribute__ # define EXPORTED_SYMBOL __attribute__ ((visibility ("default"))) ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:62:30: note: in expansion of macro EXPORTED_SYMBOL # define IP_AGENT_EXPORT_VAR EXPORTED_SYMBOL ATTR_USED ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7307:1: note: in expansion of macro IP_AGENT_EXPORT_VAR IP_AGENT_EXPORT_VAR char *gdb_tp_heap_buffer; ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:42:27: error: expected declaration specifiers before __attribute__ # define EXPORTED_SYMBOL __attribute__ ((visibility ("default"))) ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:62:30: note: in expansion of macro EXPORTED_SYMBOL # define IP_AGENT_EXPORT_VAR EXPORTED_SYMBOL ATTR_USED ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7308:1: note: in expansion of macro IP_AGENT_EXPORT_VAR IP_AGENT_EXPORT_VAR char *gdb_jump_pad_buffer; ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:42:27: error: expected declaration specifiers before __attribute__ # define EXPORTED_SYMBOL __attribute__ ((visibility ("default"))) ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:62:30: note: in expansion of macro EXPORTED_SYMBOL # define IP_AGENT_EXPORT_VAR EXPORTED_SYMBOL ATTR_USED ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7309:1: note: in expansion of macro IP_AGENT_EXPORT_VAR IP_AGENT_EXPORT_VAR char *gdb_jump_pad_buffer_end; ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:42:27: error: expected declaration specifiers before __attribute__ # define EXPORTED_SYMBOL __attribute__ ((visibility ("default"))) ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:62:30: note: in expansion of macro EXPORTED_SYMBOL # define IP_AGENT_EXPORT_VAR EXPORTED_SYMBOL ATTR_USED ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7310:1: note: in expansion of macro IP_AGENT_EXPORT_VAR IP_AGENT_EXPORT_VAR char *gdb_trampoline_buffer; ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:42:27: error: expected declaration specifiers before __attribute__ # define EXPORTED_SYMBOL __attribute__ ((visibility ("default"))) ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:62:30: note: in expansion of macro EXPORTED_SYMBOL # define IP_AGENT_EXPORT_VAR EXPORTED_SYMBOL ATTR_USED ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7311:1: note: in expansion of macro IP_AGENT_EXPORT_VAR IP_AGENT_EXPORT_VAR char *gdb_trampoline_buffer_end; ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:42:27: error: expected declaration specifiers before __attribute__ # define EXPORTED_SYMBOL __attribute__ ((visibility ("default"))) ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.h:62:30: note: in expansion of macro EXPORTED_SYMBOL # define IP_AGENT_EXPORT_VAR EXPORTED_SYMBOL ATTR_USED ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7312:1: note: in expansion of macro IP_AGENT_EXPORT_VAR IP_AGENT_EXPORT_VAR char *gdb_trampoline_buffer_error; ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7320:1: error: expected =, ,, ;, asm or __attribute__ before { token { ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7331:1: error: expected =, ,, ;, asm or __attribute__ before { token { ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7345:1: error: expected =, ,, ;, asm or __attribute__ before { token { ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7356:1: error: expected =, ,, ;, asm or __attribute__ before { token { ^ In file included from ../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:70:0, from ../../../binutils-gdb/gdb/gdbserver/server.h:22, from ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:19: ../../../binutils-gdb/gdb/gdbserver/../common/common-utils.h:51:7: error: old-style parameter declarations in prototyped function definition char *xstrprintf (const char *format, ...) ATTRIBUTE_PRINTF (1, 2); ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7413:1: error: expected { at end of input } ^ ../../../binutils-gdb/gdb/gdbserver/tracepoint.c:7413:1: error: control reaches end of non-void function [-Werror=return-type] } ^ cc1: all warnings being treated as errors Makefile:474: recipe for target 'tracepoint-ipa.o' failed make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64/build/gdb/gdbserver' make[4]: *** [tracepoint-ipa.o] Error 1 Makefile:1502: recipe for target 'subdir_do' failed make[3]: *** [subdir_do] Error 1 make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64/build/gdb' Makefile:1142: recipe for target 'all' failed make[2]: *** [all] Error 2 make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64/build/gdb' Makefile:8812: recipe for target 'all-gdb' failed make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64/build' Makefile:845: recipe for target 'all' failed make: *** [all] Error 2 ============================