re PR tree-optimization/77665 (ICE in expand_GOMP_SIMD_VF, at internal-fn.c:172)
authorJakub Jelinek <jakub@redhat.com>
Thu, 22 Sep 2016 11:17:24 +0000 (13:17 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 22 Sep 2016 11:17:24 +0000 (13:17 +0200)
commitcf352092e2ec219b0c841cb6e49d876a4b312bca
tree8f7885ede46d699c3f4c553dd975517f72352e04
parent8a4c4f1273679f493dd513b3dc0e9e1952459bd4
re PR tree-optimization/77665 (ICE in expand_GOMP_SIMD_VF, at internal-fn.c:172)

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.

From-SVN: r240348
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/gomp/pr77665.f90 [new file with mode: 0644]
gcc/tree-inline.c