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:
Ira Rosen 2011-07-18 10:23:29 +00:00 committed by Ira Rosen
parent 1f90cc14bb
commit c27e3f60a6
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>