testsuite, objective-c: Fix a testcase on Windows.
authorIain Sandoe <iain@sandoe.co.uk>
Wed, 15 Feb 2023 10:47:51 +0000 (10:47 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Wed, 15 Feb 2023 10:51:35 +0000 (10:51 +0000)
commit142bd88c5f609546a466743ab1066d5620a830bc
treeda2ff1920c4e1da2245504086372d3480ccc2ce9
parent8b1b1b2d691d5cee4ebc40a01974ad5bccab22f9
testsuite, objective-c: Fix a testcase on Windows.

Windows needs to use uintptr_t to represent an integral pointer type (long
is not the right type there).

Patch from 'nightstike'.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/ChangeLog:

* obj-c++.dg/proto-lossage-4.mm: Use uintptr_t for integral pointer
representations.
gcc/testsuite/obj-c++.dg/proto-lossage-4.mm