On Wed, Apr 24, 2013 at 4:59 AM, Bernd Schmidt <ber...@codesourcery.com> wrote:
> This fixes C++ testcases that used size_t when casting a pointer to
> integer so that they use intptr_t instead. There's also an testcase
> using pointer subtraction where ptrdiff_t is the correct choice, and a
> fix to the ptrmem.C testcase to use sizeof on a function pointer rather
> than a data pointer.  A similar patch for C testcases was already
> applied last year.
>
> Bootstrapped and tested on x86_64-linux. Ok?
>
>
> Bernd

Yes, OK.  Thanks!

-- Gaby

Reply via email to