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:
parent
48f8fefe5b
commit
b076a52602
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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__))
|
||||
|
|
Loading…
Add table
Reference in a new issue