]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR ipa/88711
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Feb 2019 16:28:45 +0000 (16:28 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 9 Feb 2019 16:28:45 +0000 (16:28 +0000)
* gfortran.dg/pr79966.f90: Xfail everwyhere.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@268723 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr79966.f90

index d9b9ccbfcceea7417c532fa3f13e2d335a716b9d..31e275af554a89e4d39a4d408d892aa32ec4e727 100644 (file)
@@ -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
index 2170afd049a35674f2bfb28e317beb294c2221d0..37c05a213571da913c0c6a36a80dfcdbcd9b3351 100644 (file)
@@ -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 *-*-* } } }