Require alias support in gcc.target/i386/chkp-hidden-def.c

* gcc.target/i386/chkp-hidden-def.c: Require alias support.

From-SVN: r233632
This commit is contained in:
Rainer Orth 2016-02-23 13:52:01 +00:00 committed by Rainer Orth
parent e67bf044ae
commit c60ec7c238
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-02-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/chkp-hidden-def.c: Require alias support.
2016-02-23 Jakub Jelinek <jakub@redhat.com>
PR c++/69902

View File

@ -1,4 +1,5 @@
/* { dg-do compile { target { ! x32 } } } */
/* { dg-require-alias "" } */
/* { dg-options "-fcheck-pointer-bounds -mmpx -O2" } */
/* { dg-final { scan-assembler-not "test.chkp" } } */