re PR middle-end/89497 (ICE caused by Segmentation Fault when compiling cups 2.2...
authorJakub Jelinek <jakub@redhat.com>
Fri, 1 Mar 2019 19:06:36 +0000 (20:06 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 1 Mar 2019 19:06:36 +0000 (20:06 +0100)
PR middle-end/89497
* g++.dg/tree-prof/devirt.C: Adjust also the ilp32
scan-tree-dump-times from dom3 to tracer pass.

From-SVN: r269332

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

index aa8432282c527c793d4a7ad932b152c59953b040..01971285b73c23901594afdbad0aeb75a07dc8e9 100644 (file)
@@ -1,3 +1,9 @@
+2019-03-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR middle-end/89497
+       * g++.dg/tree-prof/devirt.C: Adjust also the ilp32
+       scan-tree-dump-times from dom3 to tracer pass.
+
 2019-03-01  Segher Boessenkool  <segher@kernel.crashing.org>
 
        * gcc.target/powerpc/ throughout: Delete dg-skip-if "do not override
index 8c2913a39309ed05842caf3ceaf4a58c2f1c4a58..d8fb2d9ef46bbe1ea9618bc2cb0b734e3626c7e2 100644 (file)
@@ -122,5 +122,5 @@ main ()
 }
 
 /* { dg-final-use-not-autofdo { scan-tree-dump-times "folding virtual function call to virtual unsigned int mozPersonalDictionary::_ZThn16" 1 "tracer" { target { lp64 || llp64 } } } } */
-/* { dg-final-use-not-autofdo { scan-tree-dump-times "folding virtual function call to virtual unsigned int mozPersonalDictionary::_ZThn8" 1 "dom3" { target ilp32 } } } */
+/* { dg-final-use-not-autofdo { scan-tree-dump-times "folding virtual function call to virtual unsigned int mozPersonalDictionary::_ZThn8" 1 "tracer" { target ilp32 } } } */
 /* { dg-final-use-not-autofdo { scan-tree-dump-times "folding virtual function call to virtual unsigned int mozPersonalDictionary::AddRef" 1 "tracer" } } */