2012-05-03 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2012 09:47:06 +0000 (09:47 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 3 May 2012 09:47:06 +0000 (09:47 +0000)
* gfortran.dg/pr52621.f90: Add -w to avoid diagnostic about
unsupported prefetching support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187082 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr52621.f90

index 9ae655c..51777a2 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-03  Richard Guenther  <rguenther@suse.de>
+
+       * gfortran.dg/pr52621.f90: Add -w to avoid diagnostic about
+       unsupported prefetching support.
+
 2012-05-03  Greta Yorsh  <Greta.Yorsh@arm.com>
 
        * gcc.dg/fixed-point/composite-type.c (dg-options): Add
index d305e4d..b45d3ed 100644 (file)
@@ -1,5 +1,5 @@
 ! { dg-do compile }
-! { dg-options "-O2 -fprefetch-loop-arrays" }
+! { dg-options "-O2 -fprefetch-loop-arrays -w" }
 
       SUBROUTINE GHDSYM(IZ,IS,LMMAX,S,LMS,Y,L2M,DRL,NLAY2,K0,DCUT)!,
 !