From: hubicka Date: Sat, 9 Feb 2019 16:28:45 +0000 (+0000) Subject: PR ipa/88711 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=645d7017d372ddb7d111e3066905ffd146af39f5;p=thirdparty%2Fgcc.git PR ipa/88711 * gfortran.dg/pr79966.f90: Xfail everwyhere. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268723 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d9b9ccbfccee..31e275af554a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-02-09 Jan Hubicka + + PR ipa/88711 + * gfortran.dg/pr79966.f90: Xfail everwyhere. + 2019-02-09 Paul Thomas PR fortran/89200 diff --git a/gcc/testsuite/gfortran.dg/pr79966.f90 b/gcc/testsuite/gfortran.dg/pr79966.f90 index 2170afd049a3..37c05a213571 100644 --- a/gcc/testsuite/gfortran.dg/pr79966.f90 +++ b/gcc/testsuite/gfortran.dg/pr79966.f90 @@ -108,5 +108,5 @@ contains call RunTPTests() end program - -! { dg-final { scan-ipa-dump "Inlined tp_sum/\[0-9\]+ into runtptests/\[0-9\]+" "inline" } } +! See PR88711. Inliner is currently not able to figure out that inlining tp_sum is a good idea. +! { dg-final { scan-ipa-dump "Inlined tp_sum/\[0-9\]+ into runtptests/\[0-9\]+" "inline" { xfail *-*-* } } }