Commit 9a28687d by Tobias Schlüter Committed by Tobias Schlüter

* gfortran.dg/ret_pointer_1.f90: Un-XFAIL.

From-SVN: r100578
parent f26f6b8d
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment