This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Avoid code duplication in loc list handling in dwarf2out
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Jan Hubicka <hubicka at ucw dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, jakub at redhat dot com, jason at redhat dot com, rguenther at suse dot de
- Date: Mon, 21 Sep 2009 08:54:10 -0400
- Subject: 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