Fix scan pattern of a test-case.
authorMartin Liska <mliska@suse.cz>
Mon, 31 Dec 2018 14:11:09 +0000 (15:11 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 31 Dec 2018 14:11:09 +0000 (14:11 +0000)
2018-12-31  Martin Liska  <mliska@suse.cz>

* g++.dg/tree-prof/devirt.C: Fix scan pattern and test options.

From-SVN: r267486

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tree-prof/devirt.C

index 80abc872f953fbcb41c879ab5c4636d09b8bb574..273ea1149dc49070b85755107f577bb875469981 100644 (file)
@@ -1,3 +1,7 @@
+2018-12-31  Martin Liska  <mliska@suse.cz>
+
+       * g++.dg/tree-prof/devirt.C: Fix scan pattern and test options.
+
 2018-12-31  Martin Liska  <mliska@suse.cz>
 
        * g++.dg/predict-2.C: New test.
index 05c9a26e7a4ddc272d11cb6ca4a3147e6edd3b41..86cba41452e5d2f1dfd606209230ea1a4b9371a1 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-options "-O3 -fdump-tree-dom3" } */
+/* { dg-options "-O3 -fdump-tree-dom3-details" } */
 struct nsISupports
 {
   virtual int QueryInterface (const int &aIID, void **aInstancePtr) = 0;
@@ -119,5 +119,5 @@ main ()
     __builtin_abort ();
 }
 
-/* { dg-final-use-not-autofdo { scan-ipa-dump-times 3 "folding virtual function call to virtual unsigned int mozPersonalDictionary::_ZThn16" "dom3" } } */
-/* { dg-final-use-not-autofdo { scan-ipa-dump-times 3 "folding virtual function call to virtual unsigned int mozPersonalDictionary::AddRef" "dom3" } } */
+/* { dg-final-use-not-autofdo { scan-tree-dump-times "folding virtual function call to virtual unsigned int mozPersonalDictionary::_ZThn16" 3 "dom3" } } */
+/* { dg-final-use-not-autofdo { scan-tree-dump-times "folding virtual function call to virtual unsigned int mozPersonalDictionary::AddRef" 3 "dom3" } } */