]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pass41-frag.cxx (dg-prune-output): New dg directive.
authorUros Bizjak <ubizjak@gmail.com>
Fri, 20 Aug 2010 07:14:00 +0000 (09:14 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 20 Aug 2010 07:14:00 +0000 (09:14 +0200)
* testsuite/libmudflap.c++/pass41-frag.cxx (dg-prune-output):
New dg directive.

From-SVN: r163394

libmudflap/ChangeLog
libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx

index aa88a7326eb80a5c73adb33b0bfb6ef6c4cbfb42..1e74ddec48e6436559d623517b3f67f0f10fa398 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       * testsuite/libmudflap.c++/pass41-frag.cxx (dg-prune-output):
+       New dg directive.
+
 2010-06-09  Iain Sandoe  <iains@gcc.gnu.org>
 
        PR bootstrap/43170
index d15b98f1cdd2dfa44ef7a5abfdb349e1096c3231..06896c7f6e75936cbc01b8a3cc029afe22bdcf25 100644 (file)
@@ -8,3 +8,6 @@ main (int argc, char *argv[])
     std::cout << myStr << std::endl;
     return 0;
 }
+
+/* Ignore a warning that is irrelevant to the purpose of this test.  */
+/* { dg-prune-output ".*mudflap cannot track unknown size extern.*" } */