* gfortran.dg/ret_pointer_1.f90: Un-XFAIL.
authorTobias Schlüter <tobias.schlueter@physik.uni-muenchen.de>
Sat, 4 Jun 2005 10:10:32 +0000 (12:10 +0200)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 4 Jun 2005 10:10:32 +0000 (12:10 +0200)
From-SVN: r100578

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

index 7611cf3f62e782d4d518d8ff3b20375e01a611f5..78a2f5714603c74a054c6cba9ffc17869c995483 100644 (file)
@@ -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 5e87d1f1d2bfc70d5263ffb2777b17dc89f00368..765f20a2f18ef4518c605e333e0064516cfc02e4 100644 (file)
@@ -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