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
This commit is contained in:
parent
26ac52dba5
commit
268bc32008
@ -1,3 +1,9 @@
|
||||
2016-03-02 Jeff Law <law@redhat.com>
|
||||
|
||||
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 <ubizjak@gmail.com>
|
||||
|
||||
* gcc.target/i386/bmi2-bzhi-2.c: Change to runtime test.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user