pass46-frag.c (dg-options): Remove -Wall.

* testsuite/libmudflap.c/pass46-frag.c (dg-options): Remove -Wall.

From-SVN: r159453
This commit is contained in:
Uros Bizjak 2010-05-16 12:03:01 +02:00 committed by Uros Bizjak
parent 871fda0ab0
commit 491fc0e191
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-05-16 Uros Bizjak <ubizjak@gmail.com>
* testsuite/libmudflap.c/pass46-frag.c (dg-options): Remove -Wall.
2010-05-15 Uros Bizjak <ubizjak@gmail.com> 2010-05-15 Uros Bizjak <ubizjak@gmail.com>
* testsuite/lib/mfdg.exp (additional_prunes): New global. * testsuite/lib/mfdg.exp (additional_prunes): New global.

View File

@ -15,4 +15,4 @@ int main ()
int m = boo [l % 2 + 12]; /* should not be instrumented */ int m = boo [l % 2 + 12]; /* should not be instrumented */
return m & strlen (""); /* a fancy way of saying "0" */ return m & strlen (""); /* a fancy way of saying "0" */
} }
/* { dg-options "-fmudflap -fmudflapir -lmudflap -Wall" } */ /* { dg-options "-fmudflap -fmudflapir -lmudflap" } */