]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove unnecessary XFAILs from existing testcase 20050603-3.c.
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Wed, 4 Mar 2020 16:34:33 +0000 (10:34 -0600)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Wed, 4 Mar 2020 16:34:33 +0000 (10:34 -0600)
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.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/20050603-3.c

index dc562bc4c8a7b99b6cd50cab1103a536afc235a6..db531c727e5c5940be5545a7a87e292d22b30e26 100644 (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-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR rtl-optimization/94002
index 1884241f3169c54bd01c212eb9cad3df809ed105..4017d34f429ab61bc6cbfee6330118aee3b8fa13 100644 (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 } } */