[testsuite] Unsupport 20190827-1.c for targets without alias support.

gcc/testsuite/

2019-09-01  Iain Sandoe  <iain@sandoe.co.uk>

	* gcc.c-torture/compile/20190827-1.c: Add dg-requires-alias.

From-SVN: r275274
This commit is contained in:
Iain Sandoe 2019-09-01 18:38:59 +00:00 committed by Iain Sandoe
parent 4c122404fa
commit 3791ba494b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2019-09-01 Iain Sandoe <iain@sandoe.co.uk>
* gcc.c-torture/compile/20190827-1.c: Add dg-requires-alias.
2019-09-01 Eric Botcazou <ebotcazou@adacore.com>
* gcc.c-torture/execute/20190901-1.c: New test.

View File

@ -1,3 +1,4 @@
/* { dg-require-alias "" } */
typedef unsigned char __u8;
typedef __u8 u8;
typedef u8 u_int8_t;