testsuite - Require alias support in a test using it.
authorIain Sandoe <iain@sandoe.co.uk>
Mon, 10 Jun 2019 07:04:55 +0000 (07:04 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Mon, 10 Jun 2019 07:04:55 +0000 (07:04 +0000)
2019-06-10  Iain Sandoe  <iain@sandoe.co.uk>

* gcc.dg/attr-copy-6.c: Require alias support.

From-SVN: r272105

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/attr-copy-6.c

index 8f5eba984a74bb89b2b2d8c9719997d5f3a3d297..bbb6b0b90cb39f4ed9c5166883a36dbf3b06331d 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-10  Iain Sandoe  <iain@sandoe.co.uk>
+
+       * gcc.dg/attr-copy-6.c: Require alias support.
+
 2019-06-09  Marek Polacek  <polacek@redhat.com>
 
        PR c++/65175
index 010db0d508ad70ea288c12a448bf08bfca49ae64..d1a2865ca694849f43ed427c7b3a0b984699978b 100644 (file)
@@ -2,6 +2,7 @@
    { dg-do compile }
    { dg-skip-if "Attributes not supported" { { hppa*-*-hpux* } && { ! lp64 } } }
    { dg-options "-O2 -Wall" }
+   { dg-require-alias "" }
    { dg-require-weak "" } */
 
 #define ATTR(...)   __attribute__ ((__VA_ARGS__))