zero_bits_compound-1.c: Support aarch64.
authorAndre Vieira <andre.simoesdiasvieira@arm.com>
Tue, 14 Jun 2016 11:24:51 +0000 (11:24 +0000)
committerAndre Vieira <avieira@gcc.gnu.org>
Tue, 14 Jun 2016 11:24:51 +0000 (11:24 +0000)
2016-06-14  Andre Vieira  <andre.simoesdiasvieira@arm.com>

gcc/testsuite/ChangeLog:
* gcc.dg/zero_bits_compound-1.c: Support aarch64.
* gcc.dg/zero_bits_compound-1.c: Likewise.

From-SVN: r237430

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/zero_bits_compound-1.c
gcc/testsuite/gcc.dg/zero_bits_compound-2.c

index dfe4fb766b1b2c77f3b9d9e58c03941438dbefa2..248064d311c22b7809a73fa49c1cbe74aee32558 100644 (file)
@@ -1,3 +1,8 @@
+2016-06-14  Andre Vieira  <andre.simoesdiasvieira@arm.com>
+
+       * gcc.dg/zero_bits_compound-1.c: Support aarch64.
+       * gcc.dg/zero_bits_compound-1.c: Likewise.
+
 2016-06-14  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/71522
index d78dc43d0a4d9c22b9c19a8435ca0f976b9819b6..650da60c0c33f912fd94fa330551a809d1d0fe67 100644 (file)
@@ -4,7 +4,7 @@
 /* Note: This test requires that char, int and long have different sizes and the
    target has a way to do 32 -> 64 bit zero extension other than AND.  */
 
-/* { dg-do compile { target x86_64-*-* s390*-*-* } } */
+/* { dg-do compile { target x86_64-*-* s390*-*-* aarch64*-*-* } } */
 /* { dg-require-effective-target lp64 } */
 /* { dg-options "-O3 -dP" } */
 
index 80fd363d9552e221d48801d2f29717ca5f3a42d4..f282b94d77915fd1717f3a51dc35c12682453f85 100644 (file)
@@ -1,7 +1,7 @@
 /* Test whether an AND mask or'ed with the know zero bits that equals a mode
    mask is a candidate for zero extendion.  */
 
-/* { dg-do compile { target x86_64-*-* s390*-*-* } } */
+/* { dg-do compile { target x86_64-*-* s390*-*-* aarch64*-*-* } } */
 /* { dg-require-effective-target lp64 } */
 /* { dg-options "-O3 -dP" } */