This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[gfortran, testsuite, committed] Un-XFAIL ret_pointer_1.f90


I looked through gcc-testresults, and this test now XPASSes on all platforms I
looked at, so I'm committing this as obvious.

- Tobi

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/ChangeLog,v
retrieving revision 1.5590
diff -u -p -r1.5590 ChangeLog
--- ChangeLog   4 Jun 2005 03:24:35 -0000       1.5590
+++ ChangeLog   4 Jun 2005 10:07:36 -0000
@@ -1,3 +1,7 @@
+2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
+
+       * gfortran.dg/ret_pointer_1.f90: Un-XFAIL.
+
 2005-06-04  Hans-Peter Nilsson  <hp@axis.com>

        * g++.dg/opt/crossjump1.C: Gate -fPIC usage on target fpic.
Index: gfortran.dg/ret_pointer_1.f90
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gfortran.dg/ret_pointer_1.f90,v
retrieving revision 1.1
diff -u -p -r1.1 ret_pointer_1.f90
--- gfortran.dg/ret_pointer_1.f90       6 Aug 2004 15:01:10 -0000       1.1
+++ gfortran.dg/ret_pointer_1.f90       4 Jun 2005 10:07:39 -0000
@@ -1,7 +1,4 @@
-! PR16898 : XFAILed because of problems with aliasing of array descriptors.
-!  Basically a and r get put in different alias sets, then the rtl optimizars
-!  wreak havoc when foo is inlined.
-! { dg-do run { xfail *-*-* } }
+! { dg-do run }
 ! Test functions returning array pointers
 program ret_pointer_1
   integer, pointer, dimension(:) :: a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]