This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: Avoid code duplication in loc list handling in dwarf2out


Honza,

This patch has broken bootstrap on AIX:

ld: 0711-317 ERROR: Undefined symbol: .add_loc_descr_op_piece

nd introduced warnings:

/farm/dje/src/src/gcc/dwarf2out.c: In function 'address_of_int_loc_descriptor':
/farm/dje/src/src/gcc/dwarf2out.c:10928: warning: comparison between
signed and unsigned
/farm/dje/src/src/gcc/dwarf2out.c:10933: warning: implicit declaration
of function 'add_loc_descr_op_piece'
/farm/dje/src/src/gcc/dwarf2out.c: At top level:
/farm/dje/src/src/gcc/dwarf2out.c:4664: warning: 'loc_list_plus_const'
defined but not used
/farm/dje/src/src/gcc/dwarf2out.c:10891: warning:
'address_of_int_loc_descriptor' defined but not used

David


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