On 23/05/11 16:52, Nathan Sidwell wrote:
> This patch fixes an interoperability issue with code generated by ARM's
> EABI compiler.
>
> Unlike the generic C++ ABI, which always catches pointers by value,
> ARM's ABI only catches pointers by value when there's the possibility of
> derived->base con
On 05/23/11 16:52, Nathan Sidwell wrote:
This patch fixes an interoperability issue with code generated by ARM's EABI
compiler.
ping?
--
Nathan Sidwell
On 05/23/11 16:54, Andrew Haley wrote:
On 05/23/2011 04:52 PM, Nathan Sidwell wrote:
This patch fixes an interoperability issue with code generated by ARM's EABI
compiler.
This patch results has been tested for arm-linux, and independently tested by
ARM with mixed RVCT-generated code confirmi
On 05/23/2011 04:52 PM, Nathan Sidwell wrote:
> This patch fixes an interoperability issue with code generated by ARM's EABI
> compiler.
> This patch results has been tested for arm-linux, and independently tested by
> ARM with mixed RVCT-generated code confirming the defect has been fixed.
>
>
This patch fixes an interoperability issue with code generated by ARM's EABI
compiler.
Unlike the generic C++ ABI, which always catches pointers by value, ARM's ABI
only catches pointers by value when there's the possibility of derived->base
conversion happening. The ARM __cxa_type_matcher ca