+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.
-! 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