diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2019-02-09 17:28:45 +0100 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2019-02-09 16:28:45 +0000 |
commit | b9cee23e8625cbf971e2fd554b4aa10d95a668aa (patch) | |
tree | cceec3e38f898a4595a222ead7b6900e88e23808 | |
parent | af3da717d627fbd4b6658ea72d443bd0f29f08ee (diff) | |
download | gcc-b9cee23e8625cbf971e2fd554b4aa10d95a668aa.zip gcc-b9cee23e8625cbf971e2fd554b4aa10d95a668aa.tar.gz gcc-b9cee23e8625cbf971e2fd554b4aa10d95a668aa.tar.bz2 |
re PR ipa/88711 (scan-ipa-dump inline "Inlined tp_sum/)
PR ipa/88711
* gfortran.dg/pr79966.f90: Xfail everwyhere.
From-SVN: r268723
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gfortran.dg/pr79966.f90 | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d9b9ccb..31e275a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-02-09 Jan Hubicka <hubicka@ucw.cz> + + PR ipa/88711 + * gfortran.dg/pr79966.f90: Xfail everwyhere. + 2019-02-09 Paul Thomas <pault@gcc.gnu.org> PR fortran/89200 diff --git a/gcc/testsuite/gfortran.dg/pr79966.f90 b/gcc/testsuite/gfortran.dg/pr79966.f90 index 2170afd..37c05a2 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 *-*-* } } } |