This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: PATCH: PR gold/11996: Gold failed to build with gcc 4.2.4


"H.J. Lu" <hongjiu.lu@intel.com> writes:

> 2010-09-09  H.J. Lu  <hongjiu.lu@intel.com>
>
> 	PR gold/11996
> 	* object.cc (Sized_relobj::do_finalize_local_symbols): Remove
> 	"This::" to work around a bug in gcc 4.2.
>
> 	* testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).


> -      This::Compute_final_local_value_status cflv_status =
> +      // Remove "This::" to work around a bug in gcc 4.2.
> +      Compute_final_local_value_status cflv_status =
>  	this->compute_final_local_value_internal(i, lv, lv, relocatable,
>  						 out_sections, out_offsets,
>  						 symtab);

The comment is not useful as is.  Please omit it.

This is OK with that change.

Thanks.

Ian


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