Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / libmudflap / testsuite / libmudflap.c / fail4-frag.c
bloba3423e6c36b7592e9c4b570fb039533718902d0b
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 int main ()
6 char foo [10];
7 strcpy(foo, "1234567890");
8 return 0;
10 /* { dg-output "mudflap violation 1.*" } */
11 /* { dg-output "Nearby object 1.*" } */
12 /* { dg-output "mudflap object.*.main. foo.*" } */
13 /* { dg-do run { xfail *-*-* } } */