pass41-frag.cxx (dg-prune-output): New dg directive.

* testsuite/libmudflap.c++/pass41-frag.cxx (dg-prune-output):
	New dg directive.

From-SVN: r163394
This commit is contained in:
Uros Bizjak 2010-08-20 09:14:00 +02:00 committed by Uros Bizjak
parent d81c4d4c67
commit 07d5b92585
2 changed files with 8 additions and 0 deletions

View 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

View 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.*" } */