pr46519-2.f90: Adjust to avoid memset transform.

2012-05-21  Richard Guenther  <rguenther@suse.de>

	* gfortran.dg/pr46519-2.f90: Adjust to avoid memset transform.

From-SVN: r187708
This commit is contained in:
Richard Guenther 2012-05-21 10:48:07 +00:00 committed by Richard Biener
parent 8450aa9720
commit 47fb0e185a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-05-21 Richard Guenther <rguenther@suse.de>
* gfortran.dg/pr46519-2.f90: Adjust to avoid memset transform.
2012-05-21 Richard Guenther <rguenther@suse.de>
* gcc.dg/torture/ldist-1.c: New testcase.

View File

@ -10,7 +10,7 @@
REAL :: fluxout
INTEGER :: min_q, max_q, var
do k=kts,kte
praci(k)=0.0
praci(k)=1.0
enddo
min_q=kte
max_q=kts-1