re PR ipa/83178 (g++.dg/ipa/devirt-22.C fail)
authorMartin Jambor <mjambor@suse.cz>
Thu, 11 Jan 2018 15:56:07 +0000 (16:56 +0100)
committerJeff Law <law@gcc.gnu.org>
Thu, 11 Jan 2018 15:56:07 +0000 (08:56 -0700)
PR ipa/83178
* g++.dg/ipa/devirt-22.C: Adjust scan-dump-times count.

From-SVN: r256542

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ipa/devirt-22.C

index 7681b0eb78ddd2baa6d5d7e3fee1708da491ebd1..4524063d0f365d21a191cb124ac133d63be52631 100644 (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
index 0201f34eade919f854ce731c330a51138b95136d..7ec4f436145ad3e70f30622f31bedab26d7304ad 100644 (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"  } } */