20080625-1.c: Skip for M32C.
[gcc.git] / gcc / testsuite / gcc.dg / mallign.c
index 4a64dbbcc3b3e35c75ed56c9f9df947ca77b64df..6a0041e646651aaabbdf47bf17fcf0546b943420 100644 (file)
@@ -9,7 +9,7 @@ typedef int word __attribute__((mode(word)));
 
 int main()
 {
-    if ((long)malloc (1) & (sizeof(word)-1))
+    if ((size_t)malloc (1) & (sizeof(word)-1))
        abort ();
     return 0;
 }