public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix gfortran.dg/pr46519-2.f90 FAIL
@ 2012-05-21 10:48 Richard Guenther
  0 siblings, 0 replies; only message in thread
From: Richard Guenther @ 2012-05-21 10:48 UTC (permalink / raw)
  To: gcc-patches


Seem to have missed this one.

Committed as obvious.

Richard.

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

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

Index: gcc/testsuite/gfortran.dg/pr46519-2.f90
===================================================================
--- gcc/testsuite/gfortran.dg/pr46519-2.f90	(revision 187706)
+++ gcc/testsuite/gfortran.dg/pr46519-2.f90	(working copy)
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-21 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-21 10:48 [PATCH] Fix gfortran.dg/pr46519-2.f90 FAIL Richard Guenther

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).