Commit c27e3f60 by Ira Rosen Committed by Ira Rosen

pr49038.c: Run only on targets that support mmap.


        * gcc.dg/vect/pr49038.c: Run only on targets that support mmap.

From-SVN: r176390
parent 1f90cc14
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> 2011-07-17 Tobias Burnus <burnus@net-b.de>
Thomas Koenig <tkoenig@gcc.gnu.org> Thomas Koenig <tkoenig@gcc.gnu.org>
......
/* { 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 <sys/mman.h>
#include <stdio.h> #include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment