I'm not sure about other architectures. I can test it on x86. Most likely it will pass on Arm, but again I'm not sure that { arm*-*-* } is ok.
The test is on general changes. So we can wait for others and if there are no more objections leave sparc-sun-solaris2 as target to skip. Or change to the following: /* { dg-skip-if "The test should pass on x86, other architectures are untested" { ! { x86_64-*-* i?86-*-* } } } */ So that other will add their targets if necessary. Thanks, Evgeny