Remove unnecessary XFAILs from existing testcase 20050603-3.c.

The XFAILs in this testcase (20050603-3.c) are no longer necessary
  since the fix to PR68803 was committed with svn revision r242681.

2020-03-04  Will Schmidt  <will_schmidt@vnet.ibm.com>

testsuite

        * gcc.target/powerpc/20050603-3.c: Remove XFAILS.
This commit is contained in:
Will Schmidt 2020-03-04 10:11:45 -06:00
parent 322fb704f8
commit 97bd1d6b51
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2020-03-04 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/20050603-3.c: Remove XFAILS.
2020-03-04 Will Schmidt <will_schmidt@vnet.ibm.com>
* gcc.target/powerpc/pr93122.c: Add dg-require.

View File

@ -12,9 +12,8 @@ void rotins (unsigned int x)
b.y = (x<<12) | (x>>20);
}
/* The XFAILs are PR68803. */
/* { dg-final { scan-assembler-not {\mrlwinm} { xfail powerpc64le-*-* } } } */
/* { dg-final { scan-assembler-not {\mrlwinm} } } */
/* { dg-final { scan-assembler-not {\mrldic} } } */
/* { dg-final { scan-assembler-not {\mrot[lr]} } } */
/* { dg-final { scan-assembler-not {\ms[lr][wd]} } } */
/* { dg-final { scan-assembler-times {\mrl[wd]imi} 1 { xfail powerpc64le-*-* } } } */
/* { dg-final { scan-assembler-times {\mrl[wd]imi} 1 } } */