* g++.dg/ipa/pr61540.C: Remove dumping test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211980
138bc75d-0d04-0410-961f-
82ee72b054a4
+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) {}
test (c);
return 0;
}
-
-/* { dg-final { scan-ipa-dump "Type inconsident devirtualization" "cp" } } */
-/* { dg-final { cleanup-ipa-dump "cp" } } */