re PR ipa/83178 (g++.dg/ipa/devirt-22.C fail)

PR ipa/83178
	* g++.dg/ipa/devirt-22.C: Adjust scan-dump-times count.

From-SVN: r256542
This commit is contained in:
Martin Jambor 2018-01-11 16:56:07 +01:00 committed by Jeff Law
parent 4e090bcc53
commit 346ac3a8a2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2018-01-11 Martin Jambor <mjambor@suse.cz>
PR ipa/83178
* g++.dg/ipa/devirt-22.C: Adjust scan-dump-times count.
2018-01-11 Bin Cheng <bin.cheng@arm.com>
PR tree-optimization/83695

View File

@ -37,4 +37,4 @@ void update_sources() {
/* Note that we miss one devirtualization because we are not able to track the
vtbl store in destructor.
Previously we devirtualized to C::m_fn1 instead of B::m_fn1. */
/* { dg-final { scan-ipa-dump-times "Discovered a virtual call to a known target" 1 "cp" } } */
/* { dg-final { scan-ipa-dump-times "Discovered a virtual call to a known target" 2 "cp" } } */