Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libmudflap / testsuite / libmudflap.c / fail13-frag.c
blob9fd3e255712986460b46e4a36dd4a007e9250105
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 int main ()
6 struct a {
7 int x;
8 int y;
9 char z;
12 struct b {
13 int x;
14 int y;
17 struct b k;
19 (*((volatile struct a *) &k)).z = 'q';
21 return 0;
23 /* { dg-output "mudflap violation 1..check/write.*" } */
24 /* { dg-output "Nearby object 1.*" } */
25 /* { dg-output "mudflap object.*.main. k.*" } */
26 /* { dg-do run { xfail *-*-* } } */