devirt-36.C: Add dg-do-compile.
authorJan Hubicka <hubicka@ucw.cz>
Tue, 1 Jan 2019 13:30:53 +0000 (14:30 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 1 Jan 2019 13:30:53 +0000 (13:30 +0000)
* g++.dg/ipa/devirt-36.C: Add dg-do-compile.
* g++.dg/ipa/devirt-53.C: Fix scan template.

From-SVN: r267497

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

index 8ebf5250f34bd76c7d8092c7c9b7401c571d248c..a309a9567a5885d478cab4cd18f9501583610eae 100644 (file)
@@ -1,3 +1,8 @@
+2019-01-01  Jan Hubicka  <hubicka@ucw.cz>
+
+       * g++.dg/ipa/devirt-36.C: Add dg-do-compile.
+       * g++.dg/ipa/devirt-53.C: Fix scan template.
+
 2019-01-01  Jan Hubicka  <hubicka@ucw.cz>
 
        * g++.dg/lto/devirt-13_0.C: Drop broken scan of ssa dump.
index a8e6387a6939cddc638c626c3914c9ff3fd62bcd..067a2bb8ca19336d156fbdaeb078269a0e6beee8 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-do compile } */
 /* { dg-options "-O2 -fdump-ipa-devirt-details -fdump-tree-fre1-details"  } */
 struct A {virtual int t(void) {return 1;}};
 struct B:A {B(); virtual int t(void) {return 2;}};
index aea4f54346f3bc06cc42a7db8d36e49dc039e848..ef1b7515dd35fa20d8ab14032814ab2bd79a95b9 100644 (file)
@@ -55,4 +55,4 @@ void fn1() {
   q(new f::L).s(v);
 }
 /* Check that f::d appears as possible target.  */
-/* { dg-final { scan-tree-dump "f::d" "fre"  } } */
+/* { dg-final { scan-tree-dump "f::d" "fre1"  } } */