PR fortran/77665
commit51c846d6075dd988d52542206d4e3c9fbed7b1f7
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2016 11:17:24 +0000 (22 11:17 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2016 11:17:24 +0000 (22 11:17 +0000)
tree8f7885ede46d699c3f4c553dd975517f72352e04
parentc4fa8405429216454ba76e433a9ee9d5e8ee2b16
PR fortran/77665
* tree-inline.c (remap_gimple_stmt): Set has_simduid_loops
for all IFN_GOMP_SIMD_* internal fns, not just for
IFN_GOMP_SIMD_ORDERED_*.

* gfortran.dg/gomp/pr77665.f90: New test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240348 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/gomp/pr77665.f90 [new file with mode: 0644]
gcc/tree-inline.c