public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-8-branch)] [fortran] xfail no longer necessary in typebound_call_22.f03
@ 2020-09-17 16:43 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2020-09-17 16:43 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8cb0031c2c537cde48cd0aba01ef30f152881984

commit 8cb0031c2c537cde48cd0aba01ef30f152881984
Author: Mark Eggleston <markeggleston@gcc.gnu.org>
Date:   Wed Feb 19 16:03:11 2020 +0000

    [fortran] xfail no longer necessary in typebound_call_22.f03
    
    PR91984 changes resulted in an expected failure. Backport of PR92113
    negated the need for the xfail.
    
    gcc/testsuite/ChangeLog
    
            * typebound_call_22.d03 : Remove xfail clause.

Diff:
---
 gcc/testsuite/ChangeLog                         | 4 ++++
 gcc/testsuite/gfortran.dg/typebound_call_22.f03 | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 12e50de8885..452401fdd99 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-19  Mark Eggleston <markeggleston@gcc.gnu.org>
+
+	* typebound_call_22.d03 : Remove xfail clause.
+
 2020-02-19  Mark Eggleston <markeggleston@gcc.gnu.org>
 
 	Backported from mainline
diff --git a/gcc/testsuite/gfortran.dg/typebound_call_22.f03 b/gcc/testsuite/gfortran.dg/typebound_call_22.f03
index 30f86937fe2..b9f0b712573 100644
--- a/gcc/testsuite/gfortran.dg/typebound_call_22.f03
+++ b/gcc/testsuite/gfortran.dg/typebound_call_22.f03
@@ -26,4 +26,4 @@ program test
   call x%bar ()
 end program
 
-! { dg-final { scan-tree-dump-times "base \\(\\);" 1 "optimized" { xfail *-*-* } } }
+! { dg-final { scan-tree-dump-times "base \\(\\);" 1 "optimized" } }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-09-17 16:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 16:43 [gcc(refs/vendors/redhat/heads/gcc-8-branch)] [fortran] xfail no longer necessary in typebound_call_22.f03 Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).