Fix dg failure
authorJan Hubicka <hubicka@ucw.cz>
Mon, 2 Dec 2019 11:11:34 +0000 (12:11 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 2 Dec 2019 11:11:34 +0000 (11:11 +0000)
* g++.dg/lto/inline-crossmodule-1_0.C: fix template.

From-SVN: r278897

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/lto/inline-crossmodule-1_0.C

index 03fb4d9..8d118a3 100644 (file)
@@ -1,3 +1,7 @@
+2019-11-30  Jan Hubicka  <hubicka@ucw.cz>
+
+       * g++.dg/lto/inline-crossmodule-1_0.C: fix template.
+
 2019-12-02  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/92742
index a171218..7517d06 100644 (file)
@@ -5,7 +5,7 @@ int a::key ()
 {
   return 0;
 }
-/* { dg-final { scan-wpa-ipa-times "Inlined ret1" 1 "inlined"  } } */
-/* { dg-final { scan-wpa-ipa-times "Inlined ret2" 1 "inlined"  } } */
-/* { dg-final { scan-wpa-ipa-times "Inlined key\[^\\n\]*(cross module)" 1 "inlined"  } } */
-/* { dg-final { scan-wpa-ipa-times "(cross module)" 1 "inlined"  } } */
+/* { dg-final { scan-wpa-ipa-dump-times "Inlined ret1" 1 "inlined"  } } */
+/* { dg-final { scan-wpa-ipa-dump-times "Inlined ret2" 1 "inlined"  } } */
+/* { dg-final { scan-wpa-ipa-dump-times "Inlined key\[^\\n\]*(cross module)" 1 "inlined"  } } */
+/* { dg-final { scan-wpa-ipa-dump-times "(cross module)" 1 "inlined"  } } */