ppc: testsuite: require target effectively [PR104253]

The testcase was missing dg- before require-effective-target.

While at that, I'm also pruning the excess-error warning I got when
the test failed to be disabled because of the above.  I suppose it
might be useful for some target variants.


for gcc/testsuite/ChangeLog

	PR target/104253
	* gcc.target/powerpc/pr104253.c: Add missing dg- before
	require-effective-target.  Prune warning about -mfloat128
	possibly not being fully supported.
This commit is contained in:
Alexandre Oliva 2022-04-11 12:11:10 -03:00 committed by Alexandre Oliva
parent 5ce08ecb15
commit ab0f04e4df

View File

@ -6,8 +6,9 @@
*/
/* { dg-do run } */
/* { require-effective-target ppc_float128_sw } */
/* { dg-require-effective-target ppc_float128_sw } */
/* { dg-options "-O2 -mvsx -mfloat128" } */
/* { dg-prune-output ".-mfloat128. option may not be fully supported" } */
/*
* PR target/104253