Commit 0c1b8fe9 by H.J. Lu Committed by H.J. Lu

Add a testcasef for PR tree-optimization/43688.

2010-06-03  H.J. Lu  <hongjiu.lu@intel.com>

	PR tree-optimization/43688
	* gfortran.dg/pr43688.f90: New.

From-SVN: r160224
parent f278d757
2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
PR tree-optimization/43688
* gfortran.dg/pr43688.f90: New.
2010-06-03 Richard Guenther <rguenther@suse.de>
PR lto/41584
......
! { dg-do compile }
! { dg-options "-O0 -fipa-reference" }
subroutine sub
type :: a
integer :: i = 42
end type a
type(a), target :: dt(2)
integer, pointer :: ip(:)
ip => dt%i
end subroutine
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