mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 00:31:30 +08:00
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:
parent
322fb704f8
commit
97bd1d6b51
@ -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.
|
||||
|
@ -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 } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user