Re: [PATCH] libstdc++, testsuite, Darwin : Adjust for names used in system headers.

2021-03-15 Thread Jonathan Wakely via Gcc-patches
On 15/03/21 00:40 +, Iain Sandoe wrote: Hi, What is slightly odd here is that this problem shows up for installed testing, but not when the test-suite is run in-tree. However, the issue is clear (and doesn’t need to depend on figuring out why it doesn’t show in-tree). tested on powerpc-dar

[PATCH] libstdc++, testsuite, Darwin : Adjust for names used in system headers.

2021-03-14 Thread Iain Sandoe
Hi, What is slightly odd here is that this problem shows up for installed testing, but not when the test-suite is run in-tree. However, the issue is clear (and doesn’t need to depend on figuring out why it doesn’t show in-tree). tested on powerpc-darwin9, x86_64-darwin OK for master? thanks Iai