This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Failures on Fedora-x86_64-cxx-build-m64, branch master


Buildslave:
	fedora-x86-64-3

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Fedora-x86_64-cxx-build-m64/builds/773>

Commit(s) tested:
	8d7493201cf01c9836403695f67f7e157341bfd5

Author(s) (in the same order as the commits):
	Simon Marchi <simon.marchi@ericsson.com>

Subject:
	Replace some xmalloc-family functions with XNEW-family ones

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for 8d7493201cf01c9836403695f67f7e157341bfd5>

*** Failed to compiled GDB.  ***
============================

+++ The full log is too big to be posted here.
+++ These are the last 100 lines of it.

../../binutils-gdb/gdb/gdbtypes.c: In function type* resolve_dynamic_struct(type*, property_addr_info*):
../../binutils-gdb/gdb/gdbtypes.c:2012:5: warning: invalid conversion from void* to field* [-fpermissive]
     = TYPE_ALLOC (resolved_type,
     ^
In file included from ../../binutils-gdb/gdb/gdb_obstack.h:23:0,
                 from ../../binutils-gdb/gdb/objfiles.h:24,
                 from ../../binutils-gdb/gdb/gdbtypes.c:26:
../../binutils-gdb/gdb/gdbtypes.c: In function void add_dyn_prop(dynamic_prop_node_kind, dynamic_prop, type*, objfile*):
../../binutils-gdb/gdb/../include/obstack.h:403:24: warning: invalid conversion from void* to dynamic_prop_list* [-fpermissive]
    obstack_finish (__h); })
                        ^
../../binutils-gdb/gdb/gdbtypes.c:2190:10: note: in expansion of macro obstack_alloc
   temp = obstack_alloc (&objfile->objfile_obstack,
          ^
In file included from ../../binutils-gdb/gdb/symtab.h:25:0,
                 from ../../binutils-gdb/gdb/language.h:26,
                 from ../../binutils-gdb/gdb/frame.h:72,
                 from ../../binutils-gdb/gdb/gdbarch.h:38,
                 from ../../binutils-gdb/gdb/defs.h:590,
                 from ../../binutils-gdb/gdb/gdbtypes.c:22:
../../binutils-gdb/gdb/gdbtypes.c: In function type* init_type(type_code, int, int, const char*, objfile*):
../../binutils-gdb/gdb/gdbtypes.h:1214:6: warning: invalid conversion from void* to func_type* [-fpermissive]
      = TYPE_ZALLOC (type,             \
      ^
../../binutils-gdb/gdb/gdbtypes.c:2681:2: note: in expansion of macro INIT_FUNC_SPECIFIC
  INIT_FUNC_SPECIFIC (type);
  ^
In file included from ../../binutils-gdb/gdb/symtab.h:23:0,
                 from ../../binutils-gdb/gdb/language.h:26,
                 from ../../binutils-gdb/gdb/frame.h:72,
                 from ../../binutils-gdb/gdb/gdbarch.h:38,
                 from ../../binutils-gdb/gdb/defs.h:590,
                 from ../../binutils-gdb/gdb/gdbtypes.c:22:
../../binutils-gdb/gdb/gdbtypes.c: In function void VEC_type_equality_entry_d_cleanup(void*):
../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_type_equality_entry_d** [-fpermissive]
   VEC(T) **vec_ = arg_;         \
                   ^
../../binutils-gdb/gdb/common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O
 DEF_VEC_ALLOC_FUNC_O(T)         \
 ^
../../binutils-gdb/gdb/gdbtypes.c:3168:1: note: in expansion of macro DEF_VEC_O
 DEF_VEC_O (type_equality_entry_d);
 ^
../../binutils-gdb/gdb/gdbtypes.c: In function hashval_t type_pair_hash(const void*):
../../binutils-gdb/gdb/gdbtypes.c:4308:34: warning: invalid conversion from const void* to const type_pair* [-fpermissive]
   const struct type_pair *pair = item;
                                  ^
../../binutils-gdb/gdb/gdbtypes.c: In function int type_pair_eq(const void*, const void*):
../../binutils-gdb/gdb/gdbtypes.c:4316:33: warning: invalid conversion from const void* to const type_pair* [-fpermissive]
   const struct type_pair *lhs = item_lhs, *rhs = item_rhs;
                                 ^
../../binutils-gdb/gdb/gdbtypes.c:4316:50: warning: invalid conversion from const void* to const type_pair* [-fpermissive]
   const struct type_pair *lhs = item_lhs, *rhs = item_rhs;
                                                  ^
In file included from ../../binutils-gdb/gdb/gdb_obstack.h:23:0,
                 from ../../binutils-gdb/gdb/objfiles.h:24,
                 from ../../binutils-gdb/gdb/gdbtypes.c:26:
../../binutils-gdb/gdb/gdbtypes.c: In function dynamic_prop_list* copy_dynamic_prop_list(obstack*, dynamic_prop_list*):
../../binutils-gdb/gdb/../include/obstack.h:409:24: warning: invalid conversion from void* to dynamic_prop_list* [-fpermissive]
    obstack_finish (__h); })
                        ^
../../binutils-gdb/gdb/gdbtypes.c:4347:19: note: in expansion of macro obstack_copy
       node_copy = obstack_copy (objfile_obstack, *node_ptr,
                   ^
In file included from ../../binutils-gdb/gdb/symtab.h:25:0,
                 from ../../binutils-gdb/gdb/language.h:26,
                 from ../../binutils-gdb/gdb/frame.h:72,
                 from ../../binutils-gdb/gdb/gdbarch.h:38,
                 from ../../binutils-gdb/gdb/defs.h:590,
                 from ../../binutils-gdb/gdb/gdbtypes.c:22:
../../binutils-gdb/gdb/gdbtypes.c: In function type* copy_type_recursive(objfile*, type*, htab_t):
../../binutils-gdb/gdb/gdbtypes.h:1214:6: warning: invalid conversion from void* to func_type* [-fpermissive]
      = TYPE_ZALLOC (type,             \
      ^
../../binutils-gdb/gdb/gdbtypes.c:4484:7: note: in expansion of macro INIT_FUNC_SPECIFIC
       INIT_FUNC_SPECIFIC (new_type);
       ^
../../binutils-gdb/gdb/gdbtypes.c: In function type* arch_flags_type(gdbarch*, char*, int):
../../binutils-gdb/gdb/gdbtypes.c:4661:22: warning: invalid conversion from void* to field* [-fpermissive]
   TYPE_FIELDS (type) = TYPE_ZALLOC (type, nfields * sizeof (struct field));
                      ^
../../binutils-gdb/gdb/gdbtypes.c: In function field* append_composite_type_field_raw(type*, char*, type*):
../../binutils-gdb/gdb/gdbtypes.c:4714:30: warning: invalid conversion from void* to field* [-fpermissive]
   TYPE_FIELDS (t) = xrealloc (TYPE_FIELDS (t),
                              ^
../../binutils-gdb/gdb/gdbtypes.c: In function const builtin_type* builtin_type(gdbarch*):
../../binutils-gdb/gdb/gdbtypes.c:4778:23: warning: invalid conversion from void* to const builtin_type* [-fpermissive]
   return gdbarch_data (gdbarch, gdbtypes_data);
                       ^
../../binutils-gdb/gdb/gdbtypes.c: In function const objfile_type* objfile_type(objfile*):
../../binutils-gdb/gdb/gdbtypes.c:4923:20: warning: invalid conversion from void* to objfile_type* [-fpermissive]
     = objfile_data (objfile, objfile_type_data);
                    ^
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-cxx-build/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-cxx-build/build'
Makefile:845: recipe for target 'all' failed
make: *** [all] Error 2
============================




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]