Commit 47fb0e18 by Richard Guenther Committed by Richard Biener

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
parent 8450aa97
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.
2012-05-20 Eric Botcazou <ebotcazou@adacore.com>
......
......@@ -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
......
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