Commit 1a7e871b by Martin Jambor Committed by Martin Jambor

pr61540.C: Remove dumping test.

2014-06-25  Martin Jambor  <mjambor@suse.cz>

	* g++.dg/ipa/pr61540.C: Remove dumping test.

From-SVN: r211980
parent 6e07c515
2014-06-25 Martin Jambor <mjambor@suse.cz>
* g++.dg/ipa/pr61540.C: Remove dumping test.
2014-06-25 Marek Polacek <polacek@redhat.com>
PR c/61162
......
/* { dg-do compile } */
/* { dg-options "-O3 -fno-early-inlining -fdump-ipa-cp" } */
/* { dg-options "-O3 -fno-early-inlining" } */
struct data {
data(int) {}
......@@ -36,6 +36,3 @@ int main (int argc, char **argv)
test (c);
return 0;
}
/* { dg-final { scan-ipa-dump "Type inconsident devirtualization" "cp" } } */
/* { dg-final { cleanup-ipa-dump "cp" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment