OSDN Git Service

* testsuite/libmudflap.c/pass46-frag.c (dg-options): Remove -Wall.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 May 2010 10:03:01 +0000 (10:03 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 16 May 2010 10:03:01 +0000 (10:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159453 138bc75d-0d04-0410-961f-82ee72b054a4

libmudflap/ChangeLog
libmudflap/testsuite/libmudflap.c/pass46-frag.c

index 0c24a03..8ea482c 100644 (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>
 
        * testsuite/lib/mfdg.exp (additional_prunes): New global.
index 2f32789..904868a 100644 (file)
@@ -15,4 +15,4 @@ int main ()
  int m = boo [l % 2 + 12]; /* should not be instrumented */
  return m & strlen (""); /* a fancy way of saying "0" */
 }
-/* { dg-options "-fmudflap -fmudflapir -lmudflap -Wall" } */
+/* { dg-options "-fmudflap -fmudflapir -lmudflap" } */