testsuite - Require alias support in a test using it.

2019-06-10  Iain Sandoe  <iain@sandoe.co.uk>

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

From-SVN: r272105
This commit is contained in:
Iain Sandoe 2019-06-10 07:04:55 +00:00 committed by Iain Sandoe
parent 48f8fefe5b
commit b076a52602
2 changed files with 5 additions and 0 deletions

View 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

View 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__))