[Bug tree-optimization/49222] FAIL: gcc.dg/vect/pr49038.c (test for excess errors) on *-apple-darwin*
irar at il dot ibm.com
gcc-bugzilla@gcc.gnu.org
Sun May 29 12:03:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49222
Ira Rosen <irar at il dot ibm.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |irar at il dot ibm.com
--- Comment #3 from Ira Rosen <irar at il dot ibm.com> 2011-05-29 11:46:53 UTC ---
Could you please check if this works?
Thanks,
Ira
Index: pr49038.c
===================================================================
--- pr49038.c (revision 174265)
+++ pr49038.c (working copy)
@@ -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)
{
More information about the Gcc-bugs
mailing list