annotate libmudflap/testsuite/libmudflap.c/fail1-frag.c @ 61:60c1b2f8487a
remove expand_cbc_goto, and added warnig process.
author |
ryoma <e075725@ie.u-ryukyu.ac.jp> |
date |
Sun, 25 Apr 2010 17:03:45 +0900 |
parents |
a06113de4d67 |
children |
|
rev |
line source |
0
|
1 #include <stdio.h>
|
|
2 #include <stdlib.h>
|
|
3 #include <string.h>
|
|
4 int main ()
|
|
5 {
|
|
6 volatile int foo [10];
|
|
7 foo[10] = 0;
|
|
8 return 0;
|
|
9 }
|
|
10 /* { dg-output "mudflap violation 1.*" } */
|
|
11 /* { dg-output "Nearby object 1.*" } */
|
|
12 /* { dg-output "mudflap object.*.main. foo.*" } */
|
|
13 /* { dg-do run { xfail *-*-* } } */
|