From: Jeff Law Date: Wed, 2 Mar 2016 18:45:26 +0000 (-0700) Subject: re PR middle-end/69987 (internal compiler error: in verify_loop_structure, at cfgloop... X-Git-Tag: basepoints/gcc-7~627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268bc320088146b2eb3533ec6088e0b566e310de;p=thirdparty%2Fgcc.git re PR middle-end/69987 (internal compiler error: in verify_loop_structure, at cfgloop.c:1639) PR tree-optimization/69987 * gfortran.dg/pr69987.f90: Use "-w" to avoid failures when the target does not support -fprefetch-loop-arrays. From-SVN: r233912 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 699a1902d63b..23cee878c9b9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2016-03-02 Jeff Law + + PR tree-optimization/69987 + * gfortran.dg/pr69987.f90: Use "-w" to avoid failures when the + target does not support -fprefetch-loop-arrays. + 2016-03-02 Uros Bizjak * gcc.target/i386/bmi2-bzhi-2.c: Change to runtime test. diff --git a/gcc/testsuite/gfortran.dg/pr69987.f90 b/gcc/testsuite/gfortran.dg/pr69987.f90 index 6efc100d9039..9e0c9ffc7214 100644 --- a/gcc/testsuite/gfortran.dg/pr69987.f90 +++ b/gcc/testsuite/gfortran.dg/pr69987.f90 @@ -1,5 +1,5 @@ ! { dg-do compile } -! { dg-options "-O3 -fprefetch-loop-arrays" } +! { dg-options "-O3 -fprefetch-loop-arrays -w" } MODULE cp_lbfgs INTEGER, PARAMETER :: dp=8