Skip gcc.target/i386/pr65523.c for x32

* gcc.target/i386/pr65523.c: Skip x32.

From-SVN: r222382
This commit is contained in:
H.J. Lu 2015-04-23 18:11:57 +00:00 committed by H.J. Lu
parent 532ac1c1e7
commit 98ff5bf959
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-04-23 H.J. Lu <hongjiu.lu@intel.com>
* gcc.target/i386/pr65523.c: Skip x32.
2015-04-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/arm/neon/pr51534.c: Update vcg* scan-assembly patterns

View File

@ -1,5 +1,5 @@
/* PR target/65523 */
/* { dg-do compile } */
/* { dg-do compile { target { ! x32 } } } */
/* { dg-options "-fcheck-pointer-bounds -mmpx" } */
void *memmove ();