Hi!
On Mon, Apr 18, 2022 at 12:15:34PM -0500, Paul A. Clarke wrote:
> -/* { dg-skip-if "" { powerpc*-*-darwin* } } */
> +/* Never tested on darwin, so skip there. */
> +/* { dg-skip-if "" { *-*-darwin* } } */
That is probably the reason for the skip, but it is a lousy reason, and
not a good precedent to create. It is much better to let the Darwin
maintainer deal with this *if* it fails. If you have proof it fails on
Darwin, just say *that* (or even say *why* it fails!)
Other than that this looks good.
Segher