OSDN Git Service

For Greta Yorsh.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wstrict-aliasing-converted-assigned.c
index 409120f..b77373d 100644 (file)
@@ -8,3 +8,6 @@ int foo()
   *(long*)&i = 0;  /* { dg-warning "type-punn" } */
   return i;
 }
+
+/* { dg-message "does break strict-aliasing" "" { target { *-*-* && lp64 } xfail *-*-* } 8 } */
+/* { dg-message "initialized" "" { target { *-*-* && lp64 } xfail *-*-* } 8 } */