pr49038.c: Run only on targets that support mmap.
* gcc.dg/vect/pr49038.c: Run only on targets that support mmap. From-SVN: r176390
This commit is contained in:
parent
1f90cc14bb
commit
c27e3f60a6
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-07-18 Ira Rosen <ira.rosen@linaro.org>
|
||||
|
||||
* gcc.dg/vect/pr49038.c: Run only on targets that support mmap.
|
||||
|
||||
2011-07-17 Tobias Burnus <burnus@net-b.de>
|
||||
Thomas Koenig <tkoenig@gcc.gnu.org>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* { dg-do run { target i?86-*-linux* x86_64-*-linux* ia64-*-linux* alpha*-*-linux* powerpc*-*-linux* s390*-*-linux* sparc*-*-linux* *-*-darwin* } } */
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue