From: Jan Hubicka Date: Thu, 25 May 2017 14:49:43 +0000 (+0200) Subject: * gfortran.dg/pr48636.f90: Fix template better. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47c05e71d79388ade0514bbf52096146f0b936f2;p=gcc.git * gfortran.dg/pr48636.f90: Fix template better. From-SVN: r248460 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a0f81818395..b2d55fa5251 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-05-23 Jan Hubicka + + * gfortran.dg/pr48636.f90: Fix template better. + 2017-05-25 Nathan Sidwell * g++.dg/lookup/koenig14.C: New. diff --git a/gcc/testsuite/gfortran.dg/pr48636.f90 b/gcc/testsuite/gfortran.dg/pr48636.f90 index 8b16680c5b6..cb5b4d7a553 100644 --- a/gcc/testsuite/gfortran.dg/pr48636.f90 +++ b/gcc/testsuite/gfortran.dg/pr48636.f90 @@ -35,4 +35,4 @@ end program main ! { dg-final { scan-ipa-dump "bar\[^\\n\]*inline copy in MAIN" "inline" } } ! { dg-final { scan-ipa-dump-times "phi predicate:" 3 "fnsummary" } } -! { dg-final { scan-ipa-dump "inline hints: loop_iterations" "fnsummary" } } +! { dg-final { scan-ipa-dump "IPA hints: loop_iterations" "inline" } }