Commit 4a5ba933 by Ira Rosen Committed by Ira Rosen

re PR testsuite/49222 (FAIL: gcc.dg/vect/pr49038.c (test for excess errors) on *-apple-darwin*)


	PR testsuite/49222
	* gcc.dg/vect/pr49038.c: Use MAP_ANON if MAP_ANONYMOUS is not defined.

From-SVN: r174398
parent fac009a8
2011-05-29 Ira Rosen <ira.rosen@linaro.org>
PR testsuite/49222
* gcc.dg/vect/pr49038.c: Use MAP_ANON if MAP_ANONYMOUS is not defined.
2011-05-29 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/boolean_subtype.adb: Rename to...
......
......@@ -6,6 +6,10 @@
#define ADDRESS 0x1122000000
#define TYPE unsigned short
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif
void __attribute__((noinline))
foo (TYPE *__restrict a, TYPE *__restrict b)
{
......
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