aboutsummaryrefslogtreecommitdiff
path: root/libmudflap
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2010-08-20 09:14:00 +0200
committerUros Bizjak <uros@gcc.gnu.org>2010-08-20 09:14:00 +0200
commit07d5b92585ad8f3c1757335ae9d5320786f3f448 (patch)
tree8424b957cb6db184a72e0f998456cd8b8fae9570 /libmudflap
parentd81c4d4c67dc51253cb5a4549b9d8ef21197e77c (diff)
pass41-frag.cxx (dg-prune-output): New dg directive.
* testsuite/libmudflap.c++/pass41-frag.cxx (dg-prune-output): New dg directive. From-SVN: r163394
Diffstat (limited to 'libmudflap')
-rw-r--r--libmudflap/ChangeLog5
-rw-r--r--libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx3
2 files changed, 8 insertions, 0 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog
index aa88a7326eb..1e74ddec48e 100644
--- a/libmudflap/ChangeLog
+++ b/libmudflap/ChangeLog
@@ -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
diff --git a/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx b/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx
index d15b98f1cdd..06896c7f6e7 100644
--- a/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx
+++ b/libmudflap/testsuite/libmudflap.c++/pass41-frag.cxx
@@ -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.*" } */