diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index aa8432282c527c793d4a7ad932b152c59953b040..01971285b73c23901594afdbad0aeb75a07dc8e9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.dg/tree-prof/devirt.C b/gcc/testsuite/g++.dg/tree-prof/devirt.C index 8c2913a39309ed05842caf3ceaf4a58c2f1c4a58..d8fb2d9ef46bbe1ea9618bc2cb0b734e3626c7e2 100644 --- a/gcc/testsuite/g++.dg/tree-prof/devirt.C +++ b/gcc/testsuite/g++.dg/tree-prof/devirt.C @@ -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" } } */